trusty-snippets-extension 2.0.7 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82232bc7204552955674f351964cb7b8083524a9
4
- data.tar.gz: 0114fa7c530b01de258cae853dc247d58f3c13c9
3
+ metadata.gz: 917efd50b5d33b3ae004012962a277f522dc6ca5
4
+ data.tar.gz: 064a993a56a284d02700c005ed79007edd7181d2
5
5
  SHA512:
6
- metadata.gz: 4378d71f525c37f840411f2cc5f6e1a3293d69795b784af7ec84d68fc9ad3d71a1181ae8de30084d64df5fba532ca41f73bf19cad9f1ac625056b241ad3f21e5
7
- data.tar.gz: 95de6fa1649e9e69c8856258aeeee63de7a6a9282be13dfdc988f15d6c22e8ec0fc56bf83d66605f47448475a991e0ad07a4631535576bc233cce685ac65ce17
6
+ metadata.gz: bda733d22df34cae377c883b91895d9c398c0520f2183dcff8d327bcc8f08d2b30db941145bee1224a5febf202e006e4acaa1e9c414d749aa8fd04b0f4338304
7
+ data.tar.gz: 896189702808c83bb1fac4b958b7fa2ea29a989af1b0a4bb245a2c7756994c62e06c7e45cb9c7c5a3c853b4ed26daa921a77dd80c2b80b7c4695a40e4f42e5d5
data/Gemfile CHANGED
@@ -33,17 +33,15 @@ gemspec
33
33
 
34
34
 
35
35
  group :development, :test do
36
- gem "compass-rails", "~> 2.0.1"
37
36
  gem 'thin', '~> 1.6.2'
38
37
  gem 'pry', '~> 0.10.0'
39
- gem 'capybara', '~> 2.3.0'
40
- gem 'rspec-rails', '~> 3.0.0'
38
+ gem 'capybara', '~> 2.14.0'
39
+ gem 'rspec-rails'
41
40
  gem 'launchy', '~> 2.4.2'
42
41
  gem 'database_cleaner', '~> 1.3.0'
43
42
  gem 'poltergeist', '~> 1.5.1'
44
- gem "ckeditor", "~> 4.1.0"
45
43
  gem 'factory_girl_rails', '~> 4.5.0'
46
- gem 'rails-observers'
47
- gem "protected_attributes"
44
+ gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
45
+ gem "protected_attributes_continued"
48
46
  gem "pry-byebug"
49
47
  end
data/Gemfile.lock CHANGED
@@ -1,67 +1,77 @@
1
+ GIT
2
+ remote: https://github.com/rails/rails-observers
3
+ revision: 7d3c9c331242d58ed8ebdbd2eff1f7d6f68a1b2c
4
+ specs:
5
+ rails-observers (0.1.3.alpha)
6
+ activemodel (>= 4.0, < 5.1)
7
+
1
8
  PATH
2
9
  remote: .
3
10
  specs:
4
- trusty-snippets-extension (2.0.7)
11
+ trusty-snippets-extension (3.0.0)
5
12
  rake (< 11.0)
6
- trusty-cms (~> 2.0.16)
13
+ trusty-cms (~> 3.0.0)
7
14
 
8
15
  GEM
9
16
  remote: https://rubygems.org/
10
17
  specs:
11
- RedCloth (4.2.9)
12
- actionmailer (4.2.6)
13
- actionpack (= 4.2.6)
14
- actionview (= 4.2.6)
15
- activejob (= 4.2.6)
18
+ RedCloth (4.3.2)
19
+ actioncable (5.0.2)
20
+ actionpack (= 5.0.2)
21
+ nio4r (>= 1.2, < 3.0)
22
+ websocket-driver (~> 0.6.1)
23
+ actionmailer (5.0.2)
24
+ actionpack (= 5.0.2)
25
+ actionview (= 5.0.2)
26
+ activejob (= 5.0.2)
16
27
  mail (~> 2.5, >= 2.5.4)
17
- rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.6)
19
- actionview (= 4.2.6)
20
- activesupport (= 4.2.6)
21
- rack (~> 1.6)
22
- rack-test (~> 0.6.2)
23
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (5.0.2)
30
+ actionview (= 5.0.2)
31
+ activesupport (= 5.0.2)
32
+ rack (~> 2.0)
33
+ rack-test (~> 0.6.3)
34
+ rails-dom-testing (~> 2.0)
24
35
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
- actionview (4.2.6)
26
- activesupport (= 4.2.6)
36
+ actionview (5.0.2)
37
+ activesupport (= 5.0.2)
27
38
  builder (~> 3.1)
28
39
  erubis (~> 2.7.0)
29
- rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- activejob (4.2.6)
32
- activesupport (= 4.2.6)
33
- globalid (>= 0.3.0)
34
- activemodel (4.2.6)
35
- activesupport (= 4.2.6)
36
- builder (~> 3.1)
37
- activerecord (4.2.6)
38
- activemodel (= 4.2.6)
39
- activesupport (= 4.2.6)
40
- arel (~> 6.0)
41
- activesupport (4.2.6)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
+ activejob (5.0.2)
43
+ activesupport (= 5.0.2)
44
+ globalid (>= 0.3.6)
45
+ activemodel (5.0.2)
46
+ activesupport (= 5.0.2)
47
+ activerecord (5.0.2)
48
+ activemodel (= 5.0.2)
49
+ activesupport (= 5.0.2)
50
+ arel (~> 7.0)
51
+ activesupport (5.0.2)
52
+ concurrent-ruby (~> 1.0, >= 1.0.2)
42
53
  i18n (~> 0.7)
43
- json (~> 1.7, >= 1.7.7)
44
54
  minitest (~> 5.1)
45
- thread_safe (~> 0.3, >= 0.3.4)
46
55
  tzinfo (~> 1.1)
47
- acts_as_tree (2.4.0)
56
+ acts_as_tree (2.6.1)
48
57
  activerecord (>= 3.0.0)
49
- addressable (2.4.0)
50
- arel (6.0.3)
51
- builder (3.2.2)
52
- byebug (8.2.2)
53
- capybara (2.3.0)
58
+ addressable (2.5.1)
59
+ public_suffix (~> 2.0, >= 2.0.2)
60
+ arel (7.1.4)
61
+ builder (3.2.3)
62
+ byebug (9.0.6)
63
+ capybara (2.14.0)
64
+ addressable
54
65
  mime-types (>= 1.16)
55
66
  nokogiri (>= 1.3.3)
56
67
  rack (>= 1.0.0)
57
68
  rack-test (>= 0.5.4)
58
69
  xpath (~> 2.0)
59
- chunky_png (1.3.5)
60
- ckeditor (4.1.6)
70
+ chunky_png (1.3.8)
71
+ ckeditor (4.2.3)
61
72
  cocaine
62
73
  orm_adapter (~> 0.5.0)
63
- climate_control (0.0.3)
64
- activesupport (>= 3.0)
74
+ climate_control (0.1.0)
65
75
  cliver (0.3.2)
66
76
  cocaine (0.5.8)
67
77
  climate_control (>= 0.0.3, < 1.0)
@@ -78,200 +88,198 @@ GEM
78
88
  sass (>= 3.3.0, < 3.5)
79
89
  compass-import-once (1.0.5)
80
90
  sass (>= 3.2, < 3.5)
81
- compass-rails (2.0.5)
91
+ compass-rails (3.0.2)
82
92
  compass (~> 1.0.0)
83
93
  sass-rails (< 5.1)
84
- sprockets (< 2.13)
85
- daemons (1.2.3)
94
+ sprockets (< 4.0)
95
+ concurrent-ruby (1.0.5)
96
+ daemons (1.2.4)
86
97
  database_cleaner (1.3.0)
87
98
  delocalize (0.4.0)
88
99
  rails (>= 3.0)
89
- diff-lcs (1.2.5)
100
+ diff-lcs (1.3)
90
101
  erubis (2.7.0)
91
- eventmachine (1.2.0.1)
92
- execjs (2.6.0)
102
+ eventmachine (1.2.3)
103
+ execjs (2.7.0)
93
104
  factory_girl (4.5.0)
94
105
  activesupport (>= 3.0.0)
95
106
  factory_girl_rails (4.5.0)
96
107
  factory_girl (~> 4.5.0)
97
108
  railties (>= 3.0.0)
98
- ffi (1.9.10)
99
- globalid (0.3.6)
100
- activesupport (>= 4.1.0)
101
- haml (4.0.7)
109
+ ffi (1.9.18)
110
+ globalid (0.4.0)
111
+ activesupport (>= 4.2.0)
112
+ haml (5.0.1)
113
+ temple (>= 0.8.0)
102
114
  tilt
103
- haml-rails (0.9.0)
115
+ haml-rails (1.0.0)
104
116
  actionpack (>= 4.0.1)
105
117
  activesupport (>= 4.0.1)
106
- haml (>= 4.0.6, < 5.0)
118
+ haml (>= 4.0.6, < 6.0)
107
119
  html2haml (>= 1.0.1)
108
120
  railties (>= 4.0.1)
109
121
  highline (1.7.8)
110
- hike (1.2.3)
111
- html2haml (2.0.0)
122
+ html2haml (2.2.0)
112
123
  erubis (~> 2.7.0)
113
- haml (~> 4.0.0)
114
- nokogiri (~> 1.6.0)
124
+ haml (>= 4.0, < 6)
125
+ nokogiri (>= 1.6.0)
115
126
  ruby_parser (~> 3.5)
116
- i18n (0.7.0)
117
- jquery-rails (3.1.4)
118
- railties (>= 3.0, < 5.0)
127
+ i18n (0.8.1)
128
+ jquery-rails (4.3.1)
129
+ rails-dom-testing (>= 1, < 3)
130
+ railties (>= 4.2.0)
119
131
  thor (>= 0.14, < 2.0)
120
- json (1.8.3)
121
132
  launchy (2.4.3)
122
133
  addressable (~> 2.3)
123
- libv8 (3.16.14.13)
134
+ libv8 (3.16.14.19)
124
135
  loofah (2.0.3)
125
136
  nokogiri (>= 1.5.9)
126
- mail (2.6.4)
137
+ mail (2.6.5)
127
138
  mime-types (>= 1.16, < 4)
128
139
  method_source (0.8.2)
129
- mime-types (3.0)
140
+ mime-types (3.1)
130
141
  mime-types-data (~> 3.2015)
131
- mime-types-data (3.2016.0221)
132
- mini_portile2 (2.0.0)
133
- minitest (5.8.4)
134
- multi_json (1.11.2)
135
- mysql2 (0.4.3)
136
- nokogiri (1.6.7.2)
137
- mini_portile2 (~> 2.0.0.rc2)
142
+ mime-types-data (3.2016.0521)
143
+ mini_portile2 (2.1.0)
144
+ minitest (5.10.1)
145
+ multi_json (1.12.1)
146
+ mysql2 (0.4.6)
147
+ nio4r (2.0.0)
148
+ nokogiri (1.7.1)
149
+ mini_portile2 (~> 2.1.0)
138
150
  orm_adapter (0.5.0)
139
151
  poltergeist (1.5.1)
140
152
  capybara (~> 2.1)
141
153
  cliver (~> 0.3.1)
142
154
  multi_json (~> 1.0)
143
155
  websocket-driver (>= 0.2.0)
144
- protected_attributes (1.0.9)
145
- activemodel (>= 4.0.1, < 5.0)
146
- pry (0.10.3)
156
+ protected_attributes_continued (1.3.0)
157
+ activemodel (~> 5.0)
158
+ pry (0.10.4)
147
159
  coderay (~> 1.1.0)
148
160
  method_source (~> 0.8.1)
149
161
  slop (~> 3.4)
150
- pry-byebug (3.3.0)
151
- byebug (~> 8.0)
162
+ pry-byebug (3.4.2)
163
+ byebug (~> 9.0)
152
164
  pry (~> 0.10)
153
- rack (1.6.4)
154
- rack-cache (1.6.1)
165
+ public_suffix (2.0.5)
166
+ rack (2.0.1)
167
+ rack-cache (1.7.0)
155
168
  rack (>= 0.4)
156
169
  rack-test (0.6.3)
157
170
  rack (>= 1.0)
158
171
  radius (0.7.4)
159
- rails (4.2.6)
160
- actionmailer (= 4.2.6)
161
- actionpack (= 4.2.6)
162
- actionview (= 4.2.6)
163
- activejob (= 4.2.6)
164
- activemodel (= 4.2.6)
165
- activerecord (= 4.2.6)
166
- activesupport (= 4.2.6)
172
+ rails (5.0.2)
173
+ actioncable (= 5.0.2)
174
+ actionmailer (= 5.0.2)
175
+ actionpack (= 5.0.2)
176
+ actionview (= 5.0.2)
177
+ activejob (= 5.0.2)
178
+ activemodel (= 5.0.2)
179
+ activerecord (= 5.0.2)
180
+ activesupport (= 5.0.2)
167
181
  bundler (>= 1.3.0, < 2.0)
168
- railties (= 4.2.6)
169
- sprockets-rails
170
- rails-deprecated_sanitizer (1.0.3)
171
- activesupport (>= 4.2.0.alpha)
172
- rails-dom-testing (1.0.7)
173
- activesupport (>= 4.2.0.beta, < 5.0)
174
- nokogiri (~> 1.6.0)
175
- rails-deprecated_sanitizer (>= 1.0.1)
182
+ railties (= 5.0.2)
183
+ sprockets-rails (>= 2.0.0)
184
+ rails-dom-testing (2.0.2)
185
+ activesupport (>= 4.2.0, < 6.0)
186
+ nokogiri (~> 1.6)
176
187
  rails-html-sanitizer (1.0.3)
177
188
  loofah (~> 2.0)
178
- rails-observers (0.1.2)
179
- activemodel (~> 4.0)
180
- railties (4.2.6)
181
- actionpack (= 4.2.6)
182
- activesupport (= 4.2.6)
189
+ railties (5.0.2)
190
+ actionpack (= 5.0.2)
191
+ activesupport (= 5.0.2)
192
+ method_source
183
193
  rake (>= 0.8.7)
184
194
  thor (>= 0.18.1, < 2.0)
185
195
  rake (10.5.0)
186
- rb-fsevent (0.9.7)
187
- rb-inotify (0.9.7)
196
+ rb-fsevent (0.9.8)
197
+ rb-inotify (0.9.8)
188
198
  ffi (>= 0.5.0)
189
- rdoc (3.12.2)
190
- json (~> 1.4)
199
+ rdoc (5.1.0)
191
200
  ref (2.0.0)
192
- rspec-core (3.0.4)
193
- rspec-support (~> 3.0.0)
194
- rspec-expectations (3.0.4)
201
+ rspec-core (3.6.0)
202
+ rspec-support (~> 3.6.0)
203
+ rspec-expectations (3.6.0)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.6.0)
206
+ rspec-mocks (3.6.0)
195
207
  diff-lcs (>= 1.2.0, < 2.0)
196
- rspec-support (~> 3.0.0)
197
- rspec-mocks (3.0.4)
198
- rspec-support (~> 3.0.0)
199
- rspec-rails (3.0.2)
208
+ rspec-support (~> 3.6.0)
209
+ rspec-rails (3.6.0)
200
210
  actionpack (>= 3.0)
201
211
  activesupport (>= 3.0)
202
212
  railties (>= 3.0)
203
- rspec-core (~> 3.0.0)
204
- rspec-expectations (~> 3.0.0)
205
- rspec-mocks (~> 3.0.0)
206
- rspec-support (~> 3.0.0)
207
- rspec-support (3.0.4)
208
- ruby_parser (3.8.1)
213
+ rspec-core (~> 3.6.0)
214
+ rspec-expectations (~> 3.6.0)
215
+ rspec-mocks (~> 3.6.0)
216
+ rspec-support (~> 3.6.0)
217
+ rspec-support (3.6.0)
218
+ ruby_parser (3.9.0)
209
219
  sexp_processor (~> 4.1)
210
- sass (3.4.21)
211
- sass-rails (5.0.4)
212
- railties (>= 4.0.0, < 5.0)
220
+ sass (3.4.23)
221
+ sass-rails (5.0.6)
222
+ railties (>= 4.0.0, < 6)
213
223
  sass (~> 3.1)
214
224
  sprockets (>= 2.8, < 4.0)
215
225
  sprockets-rails (>= 2.0, < 4.0)
216
226
  tilt (>= 1.1, < 3)
217
- sexp_processor (4.7.0)
227
+ sexp_processor (4.9.0)
218
228
  slop (3.6.0)
219
- sprockets (2.12.4)
220
- hike (~> 1.2)
221
- multi_json (~> 1.0)
222
- rack (~> 1.0)
223
- tilt (~> 1.1, != 1.3.0)
224
- sprockets-rails (2.3.3)
225
- actionpack (>= 3.0)
226
- activesupport (>= 3.0)
227
- sprockets (>= 2.8, < 4.0)
228
- stringex (1.5.1)
229
- therubyracer (0.12.2)
230
- libv8 (~> 3.16.14.0)
229
+ sprockets (3.7.1)
230
+ concurrent-ruby (~> 1.0)
231
+ rack (> 1, < 3)
232
+ sprockets-rails (3.2.0)
233
+ actionpack (>= 4.0)
234
+ activesupport (>= 4.0)
235
+ sprockets (>= 3.0.0)
236
+ stringex (2.7.1)
237
+ temple (0.8.0)
238
+ therubyracer (0.12.3)
239
+ libv8 (~> 3.16.14.15)
231
240
  ref
232
- thin (1.6.4)
233
- daemons (~> 1.0, >= 1.0.9)
234
- eventmachine (~> 1.0, >= 1.0.4)
235
- rack (~> 1.0)
236
- thor (0.19.1)
237
- thread_safe (0.3.5)
238
- tilt (1.4.1)
239
- trusty-cms (2.0.19)
240
- RedCloth (~> 4.2)
241
- acts_as_tree (~> 2.1)
241
+ thin (1.6.2)
242
+ daemons (>= 1.0.9)
243
+ eventmachine (>= 1.0.0)
244
+ rack (>= 1.0.0)
245
+ thor (0.19.4)
246
+ thread_safe (0.3.6)
247
+ tilt (2.0.7)
248
+ trusty-cms (3.0.0)
249
+ RedCloth (~> 4.3.2)
250
+ acts_as_tree (~> 2.6.1)
242
251
  bundler (~> 1.7)
243
- ckeditor (~> 4.1)
244
- compass-rails (~> 2.0)
252
+ ckeditor (~> 4.2.2)
253
+ compass-rails (~> 3.0.2)
245
254
  delocalize (~> 0.2)
246
- execjs (~> 2.2)
247
- haml (~> 4.0)
248
- haml-rails (~> 0.5)
249
- highline (~> 1.6)
250
- jquery-rails (~> 3.1)
255
+ execjs (~> 2.7)
256
+ haml (~> 5.0)
257
+ haml-rails (~> 1.0.0)
258
+ highline (~> 1.7.8)
259
+ jquery-rails (~> 4.3.1)
251
260
  mysql2 (~> 0.4.2)
252
- protected_attributes (~> 1.0.9)
253
- rack (~> 1.4)
254
- rack-cache (~> 1.2)
261
+ rack (~> 2.0.1)
262
+ rack-cache (~> 1.7)
255
263
  radius (~> 0.7)
256
- rails (~> 4.2)
264
+ rails (~> 5.0.2)
257
265
  rake (< 11.0)
258
- rdoc (~> 3.9)
259
- stringex (~> 1.3)
260
- therubyracer (~> 0.12)
261
- tzinfo (~> 1.2)
262
- uglifier (~> 2.6)
266
+ rdoc (~> 5.1)
267
+ sass-rails (~> 5.0.6)
268
+ stringex (~> 2.7.1)
269
+ therubyracer (~> 0.12.3)
270
+ tzinfo (~> 1.2.3)
271
+ uglifier (~> 3.2)
263
272
  will_paginate (~> 3.0)
264
273
  trustygems (0.2.1)
265
274
  rake
266
- tzinfo (1.2.2)
275
+ tzinfo (1.2.3)
267
276
  thread_safe (~> 0.1)
268
- uglifier (2.7.2)
269
- execjs (>= 0.3.0)
270
- json (>= 1.8.0)
271
- websocket-driver (0.6.3)
277
+ uglifier (3.2.0)
278
+ execjs (>= 0.3.0, < 3)
279
+ websocket-driver (0.6.5)
272
280
  websocket-extensions (>= 0.1.0)
273
281
  websocket-extensions (0.1.2)
274
- will_paginate (3.1.0)
282
+ will_paginate (3.1.5)
275
283
  xpath (2.0.0)
276
284
  nokogiri (~> 1.3)
277
285
 
@@ -279,21 +287,19 @@ PLATFORMS
279
287
  ruby
280
288
 
281
289
  DEPENDENCIES
282
- capybara (~> 2.3.0)
283
- ckeditor (~> 4.1.0)
284
- compass-rails (~> 2.0.1)
290
+ capybara (~> 2.14.0)
285
291
  database_cleaner (~> 1.3.0)
286
292
  factory_girl_rails (~> 4.5.0)
287
293
  launchy (~> 2.4.2)
288
294
  poltergeist (~> 1.5.1)
289
- protected_attributes
295
+ protected_attributes_continued
290
296
  pry (~> 0.10.0)
291
297
  pry-byebug
292
- rails-observers
293
- rspec-rails (~> 3.0.0)
298
+ rails-observers!
299
+ rspec-rails
294
300
  thin (~> 1.6.2)
295
301
  trusty-snippets-extension!
296
302
  trustygems (~> 0.2.0)
297
303
 
298
304
  BUNDLED WITH
299
- 1.11.2
305
+ 1.14.5
@@ -1,5 +1,5 @@
1
1
  module TrustySnippetsExtension
2
- VERSION = "2.0.7"
2
+ VERSION = "3.0.0"
3
3
  SUMMARY = "Snippets for Trusty CMS"
4
4
  DESCRIPTION = "Makes Trusty better by adding snippets!"
5
5
  URL = "http://github.com/pgharts/trusty-snippets-extension"
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
22
22
  # s.executables = Dir['bin/*'] - ignores
23
23
  s.require_paths = ["lib"]
24
24
 
25
- s.add_dependency "trusty-cms", "~> 2.0.16"
25
+ s.add_dependency "trusty-cms", "~> 3.0.0"
26
26
  s.add_dependency "rake", "< 11.0"
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-snippets-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-03-25 00:00:00.000000000 Z
13
+ date: 2017-05-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: trusty-cms
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: 2.0.16
21
+ version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: 2.0.16
28
+ version: 3.0.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rake
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.4.8
145
+ rubygems_version: 2.5.1
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Snippets for Trusty CMS