trusty-layouts-extension 2.0.4 → 3.0.0

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