frontview 2.0.1 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +155 -0
  3. data/lib/frontview/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5324392c565b06adff0ddc5fcb5018595891acc10495b21d67f2705b8b5f917
4
- data.tar.gz: 742cbb9d5a00c8445daacb3f297a5d151d622076ab22ca957fcc377887b8c74c
3
+ metadata.gz: e83c028683b09a72abae0a7241fec05bd1ba53fe8e630b5fbc2c0bc81d957715
4
+ data.tar.gz: 3d4414e9acaf9ee95f6017170dc6c8832a49bb15f3d5ab6b92bdf8eb48f12a14
5
5
  SHA512:
6
- metadata.gz: ae1a5b08d94ca159be788698bd1ed0f6a6491a7fda7a815476a46288241387efc2c699c70dcab41c4c1fb038f4f6070fcde7a1a8d5169177b6f0afddc945b2d6
7
- data.tar.gz: 893f6544ef8e32c9bc19f19e1b562d8f0d74ff2a8caf4fcca51a6729c7f90dc21986fa5e9e9d784340d0998f468ada27b384a519a8d2f7e300243e528b96faba
6
+ metadata.gz: 2a59992d8703a7b955f0ae9108952b0d52e3265545a08ad7c13646a599c2f7edd97f55dd544feb22aa20be9a6c4b6aeaef933ade0d6ea1194499b705c41b04d7
7
+ data.tar.gz: 7581ffcb750c6c130729f8ca5c801e055391f81b8f7d23fb6847ac963dcc91cfa84282a33005a3af13888677d674aa0888c6c1ce3431909f38192efb4a8147e1
@@ -0,0 +1,155 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ frontview (2.1.1)
5
+ down (~> 5.0)
6
+ rails (~> 6.0.3, >= 6.0.3.4)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (6.0.3.4)
12
+ actionpack (= 6.0.3.4)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.0.3.4)
16
+ actionpack (= 6.0.3.4)
17
+ activejob (= 6.0.3.4)
18
+ activerecord (= 6.0.3.4)
19
+ activestorage (= 6.0.3.4)
20
+ activesupport (= 6.0.3.4)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.0.3.4)
23
+ actionpack (= 6.0.3.4)
24
+ actionview (= 6.0.3.4)
25
+ activejob (= 6.0.3.4)
26
+ mail (~> 2.5, >= 2.5.4)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (6.0.3.4)
29
+ actionview (= 6.0.3.4)
30
+ activesupport (= 6.0.3.4)
31
+ rack (~> 2.0, >= 2.0.8)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.0.3.4)
36
+ actionpack (= 6.0.3.4)
37
+ activerecord (= 6.0.3.4)
38
+ activestorage (= 6.0.3.4)
39
+ activesupport (= 6.0.3.4)
40
+ nokogiri (>= 1.8.5)
41
+ actionview (6.0.3.4)
42
+ activesupport (= 6.0.3.4)
43
+ builder (~> 3.1)
44
+ erubi (~> 1.4)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.0.3.4)
48
+ activesupport (= 6.0.3.4)
49
+ globalid (>= 0.3.6)
50
+ activemodel (6.0.3.4)
51
+ activesupport (= 6.0.3.4)
52
+ activerecord (6.0.3.4)
53
+ activemodel (= 6.0.3.4)
54
+ activesupport (= 6.0.3.4)
55
+ activestorage (6.0.3.4)
56
+ actionpack (= 6.0.3.4)
57
+ activejob (= 6.0.3.4)
58
+ activerecord (= 6.0.3.4)
59
+ marcel (~> 0.3.1)
60
+ activesupport (6.0.3.4)
61
+ concurrent-ruby (~> 1.0, >= 1.0.2)
62
+ i18n (>= 0.7, < 2)
63
+ minitest (~> 5.1)
64
+ tzinfo (~> 1.1)
65
+ zeitwerk (~> 2.2, >= 2.2.2)
66
+ addressable (2.7.0)
67
+ public_suffix (>= 2.0.2, < 5.0)
68
+ builder (3.2.4)
69
+ codelog (0.8.0)
70
+ thor (~> 0.19)
71
+ concurrent-ruby (1.1.7)
72
+ crass (1.0.6)
73
+ down (5.2.0)
74
+ addressable (~> 2.5)
75
+ erubi (1.9.0)
76
+ globalid (0.4.2)
77
+ activesupport (>= 4.2.0)
78
+ i18n (1.8.5)
79
+ concurrent-ruby (~> 1.0)
80
+ loofah (2.7.0)
81
+ crass (~> 1.0.2)
82
+ nokogiri (>= 1.5.9)
83
+ mail (2.7.1)
84
+ mini_mime (>= 0.1.1)
85
+ marcel (0.3.3)
86
+ mimemagic (~> 0.3.2)
87
+ method_source (1.0.0)
88
+ mimemagic (0.3.5)
89
+ mini_mime (1.0.2)
90
+ mini_portile2 (2.4.0)
91
+ minitest (5.14.2)
92
+ nio4r (2.5.4)
93
+ nokogiri (1.10.10)
94
+ mini_portile2 (~> 2.4.0)
95
+ public_suffix (4.0.6)
96
+ rack (2.2.3)
97
+ rack-test (1.1.0)
98
+ rack (>= 1.0, < 3)
99
+ rails (6.0.3.4)
100
+ actioncable (= 6.0.3.4)
101
+ actionmailbox (= 6.0.3.4)
102
+ actionmailer (= 6.0.3.4)
103
+ actionpack (= 6.0.3.4)
104
+ actiontext (= 6.0.3.4)
105
+ actionview (= 6.0.3.4)
106
+ activejob (= 6.0.3.4)
107
+ activemodel (= 6.0.3.4)
108
+ activerecord (= 6.0.3.4)
109
+ activestorage (= 6.0.3.4)
110
+ activesupport (= 6.0.3.4)
111
+ bundler (>= 1.3.0)
112
+ railties (= 6.0.3.4)
113
+ sprockets-rails (>= 2.0.0)
114
+ rails-dom-testing (2.0.3)
115
+ activesupport (>= 4.2.0)
116
+ nokogiri (>= 1.6)
117
+ rails-html-sanitizer (1.3.0)
118
+ loofah (~> 2.3)
119
+ railties (6.0.3.4)
120
+ actionpack (= 6.0.3.4)
121
+ activesupport (= 6.0.3.4)
122
+ method_source
123
+ rake (>= 0.8.7)
124
+ thor (>= 0.20.3, < 2.0)
125
+ rake (12.3.3)
126
+ sprockets (4.0.2)
127
+ concurrent-ruby (~> 1.0)
128
+ rack (> 1, < 3)
129
+ sprockets-rails (3.2.2)
130
+ actionpack (>= 4.0)
131
+ activesupport (>= 4.0)
132
+ sprockets (>= 3.0.0)
133
+ thor (0.20.3)
134
+ thread_safe (0.3.6)
135
+ tzinfo (1.2.8)
136
+ thread_safe (~> 0.1)
137
+ websocket-driver (0.7.3)
138
+ websocket-extensions (>= 0.1.0)
139
+ websocket-extensions (0.1.5)
140
+ zeitwerk (2.4.1)
141
+
142
+ PLATFORMS
143
+ ruby
144
+
145
+ DEPENDENCIES
146
+ bundler (~> 2.1.4)
147
+ codelog (~> 0.8.0)
148
+ down (~> 5.0)
149
+ frontview!
150
+ minitest (~> 5.0)
151
+ rails (~> 6.0.3, >= 6.0.3.4)
152
+ rake (~> 12.0)
153
+
154
+ BUNDLED WITH
155
+ 2.1.4
@@ -1,3 +1,3 @@
1
1
  module Frontview
2
- VERSION = "2.0.1"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frontview
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - elibiz443
@@ -121,6 +121,7 @@ files:
121
121
  - ".travis.yml"
122
122
  - CODE_OF_CONDUCT.md
123
123
  - Gemfile
124
+ - Gemfile.lock
124
125
  - LICENSE.txt
125
126
  - README.md
126
127
  - Rakefile