trusty-clipped-extension 2.0.15 → 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: aa76b785e4503cfc49d337cb6992b1eeaa31f09a
4
- data.tar.gz: f5a96980322946bb9856dfae49aa4ffb71dae2f0
3
+ metadata.gz: c7f270f9df803b3d40f49235d821e5902cd3511d
4
+ data.tar.gz: 646f165dd66bfe1f16523fe397a81521a668a055
5
5
  SHA512:
6
- metadata.gz: 548138fee44fcc6e0c72870f238c0b0b58cc28c0722789cb13d692c9d5e20878f21ec13d9808728170257c7ef67b97d756d90a5d2898bb614da387873c0fd375
7
- data.tar.gz: 7626f21dcc8b0d2b9f83497c07b3453907422b5a1945c731a6145e2a6ec01a152ec4aecd5d543704bc870afa69e3c44ac49f4ad910514cb8c9d6da282b4ebb7d
6
+ metadata.gz: b50267935f77264167f67f64bec5b14f75e31e97d98e2b9c2515f8daa84aeb22b3316abcf883c61ca739984e69ee72d1048d1c605c50285807acb27c4327e940
7
+ data.tar.gz: 3979a0a700e7855ddce900fc76f9153c9fb8f9c2dc594c87de751afe874009dfa9444e7f681c48984c790d6986f65c8eefe99a870d593eea91a2057278a4ab9f
data/Gemfile CHANGED
@@ -11,39 +11,15 @@ 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
- gem 'thin', '~> 1.6.2'
38
15
  gem 'pry', '~> 0.10.0'
39
- gem 'capybara', '~> 2.3.0'
40
- gem 'rspec-rails', '~> 3.0.0'
16
+ gem 'capybara', '~> 2.13.0'
17
+ gem 'rspec-rails'
41
18
  gem 'launchy', '~> 2.4.2'
42
- gem 'database_cleaner', '~> 1.3.0'
43
- gem 'poltergeist', '~> 1.5.1'
44
- gem "ckeditor", "~> 4.1.0"
45
- gem 'factory_girl_rails', '~> 4.5.0'
46
- gem 'rails-observers'
47
- gem "protected_attributes"
19
+ gem 'database_cleaner', '~> 1.5.3'
20
+ gem 'poltergeist', '~> 1.14.0'
21
+ gem 'factory_girl_rails', '~> 4.6.0'
22
+ gem 'rails-observers', :git => 'https://github.com/rails/rails-observers'
23
+ gem "protected_attributes_continued"
48
24
  gem "pry-byebug"
49
25
  end
data/Gemfile.lock CHANGED
@@ -1,74 +1,84 @@
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-clipped-extension (2.0.15)
5
- acts_as_list (~> 0.4.0)
6
- cocaine (~> 0.5)
11
+ trusty-clipped-extension (3.0.0)
12
+ acts_as_list (~> 0.9.5)
13
+ cocaine (~> 0.5.8)
7
14
  kraken-io
8
- paperclip (~> 4.2)
15
+ paperclip (~> 5.1)
9
16
  rake (< 11.0)
10
- trusty-cms (~> 2.0.16)
11
- uuidtools (~> 2.1)
17
+ trusty-cms (~> 3.0.0)
18
+ uuidtools (~> 2.1.5)
12
19
 
13
20
  GEM
14
21
  remote: https://rubygems.org/
15
22
  specs:
16
23
  RedCloth (4.3.2)
17
- actionmailer (4.2.6)
18
- actionpack (= 4.2.6)
19
- actionview (= 4.2.6)
20
- activejob (= 4.2.6)
24
+ actioncable (5.0.2)
25
+ actionpack (= 5.0.2)
26
+ nio4r (>= 1.2, < 3.0)
27
+ websocket-driver (~> 0.6.1)
28
+ actionmailer (5.0.2)
29
+ actionpack (= 5.0.2)
30
+ actionview (= 5.0.2)
31
+ activejob (= 5.0.2)
21
32
  mail (~> 2.5, >= 2.5.4)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- actionpack (4.2.6)
24
- actionview (= 4.2.6)
25
- activesupport (= 4.2.6)
26
- rack (~> 1.6)
27
- rack-test (~> 0.6.2)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
33
+ rails-dom-testing (~> 2.0)
34
+ actionpack (5.0.2)
35
+ actionview (= 5.0.2)
36
+ activesupport (= 5.0.2)
37
+ rack (~> 2.0)
38
+ rack-test (~> 0.6.3)
39
+ rails-dom-testing (~> 2.0)
29
40
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (4.2.6)
31
- activesupport (= 4.2.6)
41
+ actionview (5.0.2)
42
+ activesupport (= 5.0.2)
32
43
  builder (~> 3.1)
33
44
  erubis (~> 2.7.0)
34
- rails-dom-testing (~> 1.0, >= 1.0.5)
35
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- activejob (4.2.6)
37
- activesupport (= 4.2.6)
38
- globalid (>= 0.3.0)
39
- activemodel (4.2.6)
40
- activesupport (= 4.2.6)
41
- builder (~> 3.1)
42
- activerecord (4.2.6)
43
- activemodel (= 4.2.6)
44
- activesupport (= 4.2.6)
45
- arel (~> 6.0)
46
- activesupport (4.2.6)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
47
+ activejob (5.0.2)
48
+ activesupport (= 5.0.2)
49
+ globalid (>= 0.3.6)
50
+ activemodel (5.0.2)
51
+ activesupport (= 5.0.2)
52
+ activerecord (5.0.2)
53
+ activemodel (= 5.0.2)
54
+ activesupport (= 5.0.2)
55
+ arel (~> 7.0)
56
+ activesupport (5.0.2)
57
+ concurrent-ruby (~> 1.0, >= 1.0.2)
47
58
  i18n (~> 0.7)
48
- json (~> 1.7, >= 1.7.7)
49
59
  minitest (~> 5.1)
50
- thread_safe (~> 0.3, >= 0.3.4)
51
60
  tzinfo (~> 1.1)
52
- acts_as_list (0.4.0)
61
+ acts_as_list (0.9.5)
53
62
  activerecord (>= 3.0)
54
63
  acts_as_tree (2.6.1)
55
64
  activerecord (>= 3.0.0)
56
- addressable (2.4.0)
57
- arel (6.0.4)
58
- builder (3.2.2)
59
- byebug (8.2.2)
60
- capybara (2.3.0)
65
+ addressable (2.5.1)
66
+ public_suffix (~> 2.0, >= 2.0.2)
67
+ arel (7.1.4)
68
+ builder (3.2.3)
69
+ byebug (9.0.6)
70
+ capybara (2.13.0)
71
+ addressable
61
72
  mime-types (>= 1.16)
62
73
  nokogiri (>= 1.3.3)
63
74
  rack (>= 1.0.0)
64
75
  rack-test (>= 0.5.4)
65
76
  xpath (~> 2.0)
66
- chunky_png (1.3.5)
67
- ckeditor (4.1.6)
77
+ chunky_png (1.3.8)
78
+ ckeditor (4.2.3)
68
79
  cocaine
69
80
  orm_adapter (~> 0.5.0)
70
- climate_control (0.0.3)
71
- activesupport (>= 3.0)
81
+ climate_control (0.1.0)
72
82
  cliver (0.3.2)
73
83
  cocaine (0.5.8)
74
84
  climate_control (>= 0.0.3, < 1.0)
@@ -85,48 +95,48 @@ GEM
85
95
  sass (>= 3.3.0, < 3.5)
86
96
  compass-import-once (1.0.5)
87
97
  sass (>= 3.2, < 3.5)
88
- compass-rails (2.0.5)
98
+ compass-rails (3.0.2)
89
99
  compass (~> 1.0.0)
90
100
  sass-rails (< 5.1)
91
- sprockets (< 2.13)
92
- daemons (1.2.3)
93
- database_cleaner (1.3.0)
101
+ sprockets (< 4.0)
102
+ concurrent-ruby (1.0.5)
103
+ database_cleaner (1.5.3)
94
104
  delocalize (0.4.0)
95
105
  rails (>= 3.0)
96
- diff-lcs (1.2.5)
106
+ diff-lcs (1.3)
97
107
  erubis (2.7.0)
98
- eventmachine (1.2.0.1)
99
108
  execjs (2.7.0)
100
109
  factory_girl (4.5.0)
101
110
  activesupport (>= 3.0.0)
102
- factory_girl_rails (4.5.0)
111
+ factory_girl_rails (4.6.0)
103
112
  factory_girl (~> 4.5.0)
104
113
  railties (>= 3.0.0)
105
- ffi (1.9.10)
114
+ ffi (1.9.18)
106
115
  globalid (0.4.0)
107
116
  activesupport (>= 4.2.0)
108
- haml (4.0.7)
117
+ haml (5.0.1)
118
+ temple (>= 0.8.0)
109
119
  tilt
110
- haml-rails (0.9.0)
120
+ haml-rails (1.0.0)
111
121
  actionpack (>= 4.0.1)
112
122
  activesupport (>= 4.0.1)
113
- haml (>= 4.0.6, < 5.0)
123
+ haml (>= 4.0.6, < 6.0)
114
124
  html2haml (>= 1.0.1)
115
125
  railties (>= 4.0.1)
116
126
  highline (1.7.8)
117
- hike (1.2.3)
118
- html2haml (2.1.0)
127
+ html2haml (2.2.0)
119
128
  erubis (~> 2.7.0)
120
- haml (~> 4.0)
129
+ haml (>= 4.0, < 6)
121
130
  nokogiri (>= 1.6.0)
122
131
  ruby_parser (~> 3.5)
123
132
  httparty (0.14.0)
124
133
  multi_xml (>= 0.5.2)
125
- i18n (0.7.0)
126
- jquery-rails (3.1.4)
127
- railties (>= 3.0, < 5.0)
134
+ i18n (0.8.1)
135
+ jquery-rails (4.3.1)
136
+ rails-dom-testing (>= 1, < 3)
137
+ railties (>= 4.2.0)
128
138
  thor (>= 0.14, < 2.0)
129
- json (1.8.3)
139
+ json (2.1.0)
130
140
  kraken-io (0.1.3)
131
141
  activesupport
132
142
  httparty
@@ -134,165 +144,157 @@ GEM
134
144
  multipart-post
135
145
  launchy (2.4.3)
136
146
  addressable (~> 2.3)
137
- libv8 (3.16.14.19-x86_64-darwin-16)
147
+ libv8 (3.16.14.19)
138
148
  loofah (2.0.3)
139
149
  nokogiri (>= 1.5.9)
140
150
  mail (2.6.5)
141
151
  mime-types (>= 1.16, < 4)
142
152
  method_source (0.8.2)
143
- mime-types (3.0)
153
+ mime-types (3.1)
144
154
  mime-types-data (~> 3.2015)
145
- mime-types-data (3.2016.0221)
146
- mimemagic (0.3.0)
147
- mini_portile2 (2.0.0)
148
- minitest (5.8.4)
149
- multi_json (1.11.2)
155
+ mime-types-data (3.2016.0521)
156
+ mimemagic (0.3.2)
157
+ mini_portile2 (2.1.0)
158
+ minitest (5.10.1)
159
+ multi_json (1.12.1)
150
160
  multi_xml (0.6.0)
151
161
  multipart-post (2.0.0)
152
- mysql2 (0.4.5)
153
- nokogiri (1.6.7.2)
154
- mini_portile2 (~> 2.0.0.rc2)
162
+ mysql2 (0.4.6)
163
+ nio4r (2.0.0)
164
+ nokogiri (1.7.1)
165
+ mini_portile2 (~> 2.1.0)
155
166
  orm_adapter (0.5.0)
156
- paperclip (4.3.7)
157
- activemodel (>= 3.2.0)
158
- activesupport (>= 3.2.0)
167
+ paperclip (5.1.0)
168
+ activemodel (>= 4.2.0)
169
+ activesupport (>= 4.2.0)
159
170
  cocaine (~> 0.5.5)
160
171
  mime-types
161
- mimemagic (= 0.3.0)
162
- poltergeist (1.5.1)
172
+ mimemagic (~> 0.3.0)
173
+ poltergeist (1.14.0)
163
174
  capybara (~> 2.1)
164
175
  cliver (~> 0.3.1)
165
- multi_json (~> 1.0)
166
176
  websocket-driver (>= 0.2.0)
167
- protected_attributes (1.0.9)
168
- activemodel (>= 4.0.1, < 5.0)
169
- pry (0.10.3)
177
+ protected_attributes_continued (1.3.0)
178
+ activemodel (~> 5.0)
179
+ pry (0.10.4)
170
180
  coderay (~> 1.1.0)
171
181
  method_source (~> 0.8.1)
172
182
  slop (~> 3.4)
173
- pry-byebug (3.3.0)
174
- byebug (~> 8.0)
183
+ pry-byebug (3.4.2)
184
+ byebug (~> 9.0)
175
185
  pry (~> 0.10)
176
- rack (1.6.4)
186
+ public_suffix (2.0.5)
187
+ rack (2.0.2)
177
188
  rack-cache (1.7.0)
178
189
  rack (>= 0.4)
179
190
  rack-test (0.6.3)
180
191
  rack (>= 1.0)
181
192
  radius (0.7.4)
182
- rails (4.2.6)
183
- actionmailer (= 4.2.6)
184
- actionpack (= 4.2.6)
185
- actionview (= 4.2.6)
186
- activejob (= 4.2.6)
187
- activemodel (= 4.2.6)
188
- activerecord (= 4.2.6)
189
- activesupport (= 4.2.6)
193
+ rails (5.0.2)
194
+ actioncable (= 5.0.2)
195
+ actionmailer (= 5.0.2)
196
+ actionpack (= 5.0.2)
197
+ actionview (= 5.0.2)
198
+ activejob (= 5.0.2)
199
+ activemodel (= 5.0.2)
200
+ activerecord (= 5.0.2)
201
+ activesupport (= 5.0.2)
190
202
  bundler (>= 1.3.0, < 2.0)
191
- railties (= 4.2.6)
192
- sprockets-rails
193
- rails-deprecated_sanitizer (1.0.3)
194
- activesupport (>= 4.2.0.alpha)
195
- rails-dom-testing (1.0.7)
196
- activesupport (>= 4.2.0.beta, < 5.0)
197
- nokogiri (~> 1.6.0)
198
- rails-deprecated_sanitizer (>= 1.0.1)
203
+ railties (= 5.0.2)
204
+ sprockets-rails (>= 2.0.0)
205
+ rails-dom-testing (2.0.2)
206
+ activesupport (>= 4.2.0, < 6.0)
207
+ nokogiri (~> 1.6)
199
208
  rails-html-sanitizer (1.0.3)
200
209
  loofah (~> 2.0)
201
- rails-observers (0.1.2)
202
- activemodel (~> 4.0)
203
- railties (4.2.6)
204
- actionpack (= 4.2.6)
205
- activesupport (= 4.2.6)
210
+ railties (5.0.2)
211
+ actionpack (= 5.0.2)
212
+ activesupport (= 5.0.2)
213
+ method_source
206
214
  rake (>= 0.8.7)
207
215
  thor (>= 0.18.1, < 2.0)
208
216
  rake (10.5.0)
209
- rb-fsevent (0.9.7)
210
- rb-inotify (0.9.7)
217
+ rb-fsevent (0.9.8)
218
+ rb-inotify (0.9.8)
211
219
  ffi (>= 0.5.0)
212
- rdoc (3.12.2)
213
- json (~> 1.4)
220
+ rdoc (5.1.0)
214
221
  ref (2.0.0)
215
- rspec-core (3.0.4)
216
- rspec-support (~> 3.0.0)
217
- rspec-expectations (3.0.4)
222
+ rspec-core (3.6.0)
223
+ rspec-support (~> 3.6.0)
224
+ rspec-expectations (3.6.0)
225
+ diff-lcs (>= 1.2.0, < 2.0)
226
+ rspec-support (~> 3.6.0)
227
+ rspec-mocks (3.6.0)
218
228
  diff-lcs (>= 1.2.0, < 2.0)
219
- rspec-support (~> 3.0.0)
220
- rspec-mocks (3.0.4)
221
- rspec-support (~> 3.0.0)
222
- rspec-rails (3.0.2)
229
+ rspec-support (~> 3.6.0)
230
+ rspec-rails (3.6.0)
223
231
  actionpack (>= 3.0)
224
232
  activesupport (>= 3.0)
225
233
  railties (>= 3.0)
226
- rspec-core (~> 3.0.0)
227
- rspec-expectations (~> 3.0.0)
228
- rspec-mocks (~> 3.0.0)
229
- rspec-support (~> 3.0.0)
230
- rspec-support (3.0.4)
234
+ rspec-core (~> 3.6.0)
235
+ rspec-expectations (~> 3.6.0)
236
+ rspec-mocks (~> 3.6.0)
237
+ rspec-support (~> 3.6.0)
238
+ rspec-support (3.6.0)
231
239
  ruby_parser (3.9.0)
232
240
  sexp_processor (~> 4.1)
233
- sass (3.4.21)
234
- sass-rails (5.0.4)
235
- railties (>= 4.0.0, < 5.0)
241
+ sass (3.4.23)
242
+ sass-rails (5.0.6)
243
+ railties (>= 4.0.0, < 6)
236
244
  sass (~> 3.1)
237
245
  sprockets (>= 2.8, < 4.0)
238
246
  sprockets-rails (>= 2.0, < 4.0)
239
247
  tilt (>= 1.1, < 3)
240
248
  sexp_processor (4.9.0)
241
249
  slop (3.6.0)
242
- sprockets (2.12.4)
243
- hike (~> 1.2)
244
- multi_json (~> 1.0)
245
- rack (~> 1.0)
246
- tilt (~> 1.1, != 1.3.0)
247
- sprockets-rails (2.3.3)
248
- actionpack (>= 3.0)
249
- activesupport (>= 3.0)
250
- sprockets (>= 2.8, < 4.0)
251
- stringex (1.5.1)
250
+ sprockets (3.7.1)
251
+ concurrent-ruby (~> 1.0)
252
+ rack (> 1, < 3)
253
+ sprockets-rails (3.2.0)
254
+ actionpack (>= 4.0)
255
+ activesupport (>= 4.0)
256
+ sprockets (>= 3.0.0)
257
+ stringex (2.7.1)
258
+ temple (0.8.0)
252
259
  therubyracer (0.12.3)
253
260
  libv8 (~> 3.16.14.15)
254
261
  ref
255
- thin (1.6.4)
256
- daemons (~> 1.0, >= 1.0.9)
257
- eventmachine (~> 1.0, >= 1.0.4)
258
- rack (~> 1.0)
259
- thor (0.19.1)
260
- thread_safe (0.3.5)
261
- tilt (1.4.1)
262
- trusty-cms (2.0.26)
262
+ thor (0.19.4)
263
+ thread_safe (0.3.6)
264
+ tilt (2.0.7)
265
+ trusty-cms (3.0.0)
263
266
  RedCloth (~> 4.3.2)
264
- acts_as_tree (~> 2.1)
267
+ acts_as_tree (~> 2.6.1)
265
268
  bundler (~> 1.7)
266
- ckeditor (~> 4.1)
267
- compass-rails (~> 2.0)
269
+ ckeditor (~> 4.2.2)
270
+ compass-rails (~> 3.0.2)
268
271
  delocalize (~> 0.2)
269
- execjs (~> 2.2)
270
- haml (~> 4.0)
271
- haml-rails (~> 0.5)
272
- highline (~> 1.6)
273
- jquery-rails (~> 3.1)
272
+ execjs (~> 2.7)
273
+ haml (~> 5.0)
274
+ haml-rails (~> 1.0.0)
275
+ highline (~> 1.7.8)
276
+ jquery-rails (~> 4.3.1)
274
277
  mysql2 (~> 0.4.2)
275
- protected_attributes (~> 1.0.9)
276
- rack (~> 1.4)
277
- rack-cache (~> 1.2)
278
+ rack (~> 2.0.1)
279
+ rack-cache (~> 1.7)
278
280
  radius (~> 0.7)
279
- rails (~> 4.2)
281
+ rails (~> 5.0.2)
280
282
  rake (< 11.0)
281
- rdoc (~> 3.9)
282
- stringex (~> 1.3)
283
- therubyracer (~> 0.12)
284
- tzinfo (~> 1.2)
285
- uglifier (~> 2.6)
283
+ rdoc (~> 5.1)
284
+ sass-rails (~> 5.0.6)
285
+ stringex (~> 2.7.1)
286
+ therubyracer (~> 0.12.3)
287
+ tzinfo (~> 1.2.3)
288
+ uglifier (~> 3.2)
286
289
  will_paginate (~> 3.0)
287
290
  trustygems (0.2.1)
288
291
  rake
289
- tzinfo (1.2.2)
292
+ tzinfo (1.2.3)
290
293
  thread_safe (~> 0.1)
291
- uglifier (2.7.2)
292
- execjs (>= 0.3.0)
293
- json (>= 1.8.0)
294
+ uglifier (3.2.0)
295
+ execjs (>= 0.3.0, < 3)
294
296
  uuidtools (2.1.5)
295
- websocket-driver (0.6.3)
297
+ websocket-driver (0.6.5)
296
298
  websocket-extensions (>= 0.1.0)
297
299
  websocket-extensions (0.1.2)
298
300
  will_paginate (3.1.5)
@@ -303,19 +305,16 @@ PLATFORMS
303
305
  ruby
304
306
 
305
307
  DEPENDENCIES
306
- capybara (~> 2.3.0)
307
- ckeditor (~> 4.1.0)
308
- compass-rails (~> 2.0.1)
309
- database_cleaner (~> 1.3.0)
310
- factory_girl_rails (~> 4.5.0)
308
+ capybara (~> 2.13.0)
309
+ database_cleaner (~> 1.5.3)
310
+ factory_girl_rails (~> 4.6.0)
311
311
  launchy (~> 2.4.2)
312
- poltergeist (~> 1.5.1)
313
- protected_attributes
312
+ poltergeist (~> 1.14.0)
313
+ protected_attributes_continued
314
314
  pry (~> 0.10.0)
315
315
  pry-byebug
316
- rails-observers
317
- rspec-rails (~> 3.0.0)
318
- thin (~> 1.6.2)
316
+ rails-observers!
317
+ rspec-rails
319
318
  trusty-clipped-extension!
320
319
  trustygems (~> 0.2.0)
321
320
 
@@ -1,5 +1,5 @@
1
1
  module TrustyCmsClippedExtension
2
- VERSION = "2.0.15"
2
+ VERSION = "3.0.0"
3
3
  SUMMARY = %q{Assets for TrustyCms CMS}
4
4
  DESCRIPTION = %q{Asset-management derived from Keith Bingman's Paperclipped extension.}
5
5
  URL = "https://github.com/pgharts/trusty-clipped-extension"
@@ -12,11 +12,11 @@ Gem::Specification.new do |s|
12
12
  s.summary = TrustyCmsClippedExtension::SUMMARY
13
13
  s.description = TrustyCmsClippedExtension::DESCRIPTION
14
14
 
15
- s.add_dependency "acts_as_list", "~> 0.4.0"
16
- s.add_dependency "paperclip", "~> 4.2"
17
- s.add_dependency "uuidtools", "~> 2.1"
18
- s.add_dependency "cocaine", "~> 0.5"
19
- s.add_dependency "trusty-cms", "~> 2.0.16"
15
+ s.add_dependency "acts_as_list", "~> 0.9.5"
16
+ s.add_dependency "paperclip", "~> 5.1"
17
+ s.add_dependency "uuidtools", "~> 2.1.5"
18
+ s.add_dependency "cocaine", "~> 0.5.8"
19
+ s.add_dependency "trusty-cms", "~> 3.0.0"
20
20
  s.add_dependency "rake", "< 11.0"
21
21
  s.add_dependency "kraken-io"
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-clipped-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Bingman
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-05-05 00:00:00.000000000 Z
18
+ date: 2017-05-08 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: acts_as_list
@@ -23,70 +23,70 @@ dependencies:
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.0
26
+ version: 0.9.5
27
27
  type: :runtime
28
28
  prerelease: false
29
29
  version_requirements: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.4.0
33
+ version: 0.9.5
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: paperclip
36
36
  requirement: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '4.2'
40
+ version: '5.1'
41
41
  type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '4.2'
47
+ version: '5.1'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: uuidtools
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '2.1'
54
+ version: 2.1.5
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.1'
61
+ version: 2.1.5
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: cocaine
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0.5'
68
+ version: 0.5.8
69
69
  type: :runtime
70
70
  prerelease: false
71
71
  version_requirements: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.5'
75
+ version: 0.5.8
76
76
  - !ruby/object:Gem::Dependency
77
77
  name: trusty-cms
78
78
  requirement: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 2.0.16
82
+ version: 3.0.0
83
83
  type: :runtime
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 2.0.16
89
+ version: 3.0.0
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: rake
92
92
  requirement: !ruby/object:Gem::Requirement