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 +4 -4
- data/Gemfile +7 -31
- data/Gemfile.lock +173 -174
- data/lib/trusty-clipped-extension.rb +1 -1
- data/trusty-clipped-extension.gemspec +5 -5
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7f270f9df803b3d40f49235d821e5902cd3511d
|
4
|
+
data.tar.gz: 646f165dd66bfe1f16523fe397a81521a668a055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
40
|
-
gem 'rspec-rails'
|
16
|
+
gem 'capybara', '~> 2.13.0'
|
17
|
+
gem 'rspec-rails'
|
41
18
|
gem 'launchy', '~> 2.4.2'
|
42
|
-
gem 'database_cleaner', '~> 1.3
|
43
|
-
gem 'poltergeist', '~> 1.
|
44
|
-
gem
|
45
|
-
gem '
|
46
|
-
gem
|
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 (
|
5
|
-
acts_as_list (~> 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 (~>
|
15
|
+
paperclip (~> 5.1)
|
9
16
|
rake (< 11.0)
|
10
|
-
trusty-cms (~>
|
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
|
-
|
18
|
-
actionpack (=
|
19
|
-
|
20
|
-
|
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 (~>
|
23
|
-
actionpack (
|
24
|
-
actionview (=
|
25
|
-
activesupport (=
|
26
|
-
rack (~>
|
27
|
-
rack-test (~> 0.6.
|
28
|
-
rails-dom-testing (~>
|
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 (
|
31
|
-
activesupport (=
|
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 (~>
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
36
|
-
activejob (
|
37
|
-
activesupport (=
|
38
|
-
globalid (>= 0.3.
|
39
|
-
activemodel (
|
40
|
-
activesupport (=
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
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.
|
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.
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
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.
|
67
|
-
ckeditor (4.
|
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
|
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 (
|
98
|
+
compass-rails (3.0.2)
|
89
99
|
compass (~> 1.0.0)
|
90
100
|
sass-rails (< 5.1)
|
91
|
-
sprockets (<
|
92
|
-
|
93
|
-
database_cleaner (1.3
|
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.
|
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.
|
111
|
+
factory_girl_rails (4.6.0)
|
103
112
|
factory_girl (~> 4.5.0)
|
104
113
|
railties (>= 3.0.0)
|
105
|
-
ffi (1.9.
|
114
|
+
ffi (1.9.18)
|
106
115
|
globalid (0.4.0)
|
107
116
|
activesupport (>= 4.2.0)
|
108
|
-
haml (
|
117
|
+
haml (5.0.1)
|
118
|
+
temple (>= 0.8.0)
|
109
119
|
tilt
|
110
|
-
haml-rails (0.
|
120
|
+
haml-rails (1.0.0)
|
111
121
|
actionpack (>= 4.0.1)
|
112
122
|
activesupport (>= 4.0.1)
|
113
|
-
haml (>= 4.0.6, <
|
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
|
-
|
118
|
-
html2haml (2.1.0)
|
127
|
+
html2haml (2.2.0)
|
119
128
|
erubis (~> 2.7.0)
|
120
|
-
haml (
|
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.
|
126
|
-
jquery-rails (3.1
|
127
|
-
|
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.
|
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
|
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.
|
153
|
+
mime-types (3.1)
|
144
154
|
mime-types-data (~> 3.2015)
|
145
|
-
mime-types-data (3.2016.
|
146
|
-
mimemagic (0.3.
|
147
|
-
mini_portile2 (2.
|
148
|
-
minitest (5.
|
149
|
-
multi_json (1.
|
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.
|
153
|
-
|
154
|
-
|
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 (
|
157
|
-
activemodel (>=
|
158
|
-
activesupport (>=
|
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 (
|
162
|
-
poltergeist (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
|
-
|
168
|
-
activemodel (
|
169
|
-
pry (0.10.
|
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.
|
174
|
-
byebug (~>
|
183
|
+
pry-byebug (3.4.2)
|
184
|
+
byebug (~> 9.0)
|
175
185
|
pry (~> 0.10)
|
176
|
-
|
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 (
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
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 (=
|
192
|
-
sprockets-rails
|
193
|
-
rails-
|
194
|
-
activesupport (>= 4.2.0.
|
195
|
-
|
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
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
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.
|
210
|
-
rb-inotify (0.9.
|
217
|
+
rb-fsevent (0.9.8)
|
218
|
+
rb-inotify (0.9.8)
|
211
219
|
ffi (>= 0.5.0)
|
212
|
-
rdoc (
|
213
|
-
json (~> 1.4)
|
220
|
+
rdoc (5.1.0)
|
214
221
|
ref (2.0.0)
|
215
|
-
rspec-core (3.0
|
216
|
-
rspec-support (~> 3.
|
217
|
-
rspec-expectations (3.0
|
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.
|
220
|
-
rspec-
|
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.
|
227
|
-
rspec-expectations (~> 3.
|
228
|
-
rspec-mocks (~> 3.
|
229
|
-
rspec-support (~> 3.
|
230
|
-
rspec-support (3.0
|
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.
|
234
|
-
sass-rails (5.0.
|
235
|
-
railties (>= 4.0.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 (
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
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
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
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.
|
267
|
-
compass-rails (~>
|
269
|
+
ckeditor (~> 4.2.2)
|
270
|
+
compass-rails (~> 3.0.2)
|
268
271
|
delocalize (~> 0.2)
|
269
|
-
execjs (~> 2.
|
270
|
-
haml (~>
|
271
|
-
haml-rails (~> 0.
|
272
|
-
highline (~> 1.
|
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
|
-
|
276
|
-
rack (~> 1.
|
277
|
-
rack-cache (~> 1.2)
|
278
|
+
rack (~> 2.0.1)
|
279
|
+
rack-cache (~> 1.7)
|
278
280
|
radius (~> 0.7)
|
279
|
-
rails (~>
|
281
|
+
rails (~> 5.0.2)
|
280
282
|
rake (< 11.0)
|
281
|
-
rdoc (~>
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
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.
|
292
|
+
tzinfo (1.2.3)
|
290
293
|
thread_safe (~> 0.1)
|
291
|
-
uglifier (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.
|
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.
|
307
|
-
|
308
|
-
|
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.
|
313
|
-
|
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
|
318
|
-
thin (~> 1.6.2)
|
316
|
+
rails-observers!
|
317
|
+
rspec-rails
|
319
318
|
trusty-clipped-extension!
|
320
319
|
trustygems (~> 0.2.0)
|
321
320
|
|
@@ -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.
|
16
|
-
s.add_dependency "paperclip", "~>
|
17
|
-
s.add_dependency "uuidtools", "~> 2.1"
|
18
|
-
s.add_dependency "cocaine", "~> 0.5"
|
19
|
-
s.add_dependency "trusty-cms", "~>
|
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:
|
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-
|
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.
|
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.
|
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: '
|
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: '
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
89
|
+
version: 3.0.0
|
90
90
|
- !ruby/object:Gem::Dependency
|
91
91
|
name: rake
|
92
92
|
requirement: !ruby/object:Gem::Requirement
|