ds_media_library 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~>5.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,266 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ ds_media_library (0.5.5)
5
+ awesome_nested_set
6
+ coffee-rails
7
+ ds_node
8
+ font-awesome-rails
9
+ handlebars_assets
10
+ jquery-rails
11
+ jquery-ui-rails
12
+ rails
13
+ sass-rails
14
+ slim
15
+
16
+ GEM
17
+ remote: https://rubygems.org/
18
+ specs:
19
+ actioncable (5.0.7)
20
+ actionpack (= 5.0.7)
21
+ nio4r (>= 1.2, < 3.0)
22
+ websocket-driver (~> 0.6.1)
23
+ actionmailer (5.0.7)
24
+ actionpack (= 5.0.7)
25
+ actionview (= 5.0.7)
26
+ activejob (= 5.0.7)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (5.0.7)
30
+ actionview (= 5.0.7)
31
+ activesupport (= 5.0.7)
32
+ rack (~> 2.0)
33
+ rack-test (~> 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
+ actionview (5.0.7)
37
+ activesupport (= 5.0.7)
38
+ builder (~> 3.1)
39
+ erubis (~> 2.7.0)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
+ active_record-json_associations (0.6.8)
43
+ activerecord
44
+ activejob (5.0.7)
45
+ activesupport (= 5.0.7)
46
+ globalid (>= 0.3.6)
47
+ activemodel (5.0.7)
48
+ activesupport (= 5.0.7)
49
+ activerecord (5.0.7)
50
+ activemodel (= 5.0.7)
51
+ activesupport (= 5.0.7)
52
+ arel (~> 7.0)
53
+ activesupport (5.0.7)
54
+ concurrent-ruby (~> 1.0, >= 1.0.2)
55
+ i18n (>= 0.7, < 2)
56
+ minitest (~> 5.1)
57
+ tzinfo (~> 1.1)
58
+ addressable (2.5.2)
59
+ public_suffix (>= 2.0.2, < 4.0)
60
+ appraisal (2.2.0)
61
+ bundler
62
+ rake
63
+ thor (>= 0.14.0)
64
+ arel (7.1.4)
65
+ awesome_nested_set (3.1.4)
66
+ activerecord (>= 4.0.0, < 5.3)
67
+ backports (3.11.3)
68
+ builder (3.2.3)
69
+ byebug (10.0.2)
70
+ capybara (3.1.1)
71
+ addressable
72
+ mini_mime (>= 0.1.3)
73
+ nokogiri (~> 1.8)
74
+ rack (>= 1.6.0)
75
+ rack-test (>= 0.6.3)
76
+ xpath (~> 3.0)
77
+ capybara-screenshot (1.0.21)
78
+ capybara (>= 1.0, < 4)
79
+ launchy
80
+ chop (0.22.1)
81
+ activerecord
82
+ capybara
83
+ cucumber
84
+ cliver (0.3.2)
85
+ coffee-rails (4.2.2)
86
+ coffee-script (>= 2.2.0)
87
+ railties (>= 4.0.0)
88
+ coffee-script (2.4.1)
89
+ coffee-script-source
90
+ execjs
91
+ coffee-script-source (1.12.2)
92
+ concurrent-ruby (1.0.5)
93
+ crass (1.0.4)
94
+ cucumber (3.1.2)
95
+ builder (>= 2.1.2)
96
+ cucumber-core (~> 3.2.0)
97
+ cucumber-expressions (~> 6.0.1)
98
+ cucumber-wire (~> 0.0.1)
99
+ diff-lcs (~> 1.3)
100
+ gherkin (~> 5.1.0)
101
+ multi_json (>= 1.7.5, < 2.0)
102
+ multi_test (>= 0.1.2)
103
+ cucumber-core (3.2.0)
104
+ backports (>= 3.8.0)
105
+ cucumber-tag_expressions (~> 1.1.0)
106
+ gherkin (>= 5.0.0)
107
+ cucumber-expressions (6.0.1)
108
+ cucumber-rails (1.6.0)
109
+ capybara (>= 1.1.2, < 4)
110
+ cucumber (>= 3.0.2, < 4)
111
+ mime-types (>= 1.17, < 4)
112
+ nokogiri (~> 1.8)
113
+ railties (>= 4, < 6)
114
+ cucumber-tag_expressions (1.1.1)
115
+ cucumber-wire (0.0.1)
116
+ database_cleaner (1.7.0)
117
+ diff-lcs (1.3)
118
+ ds_node (0.1.2)
119
+ active_record-json_associations
120
+ activerecord
121
+ mime-types
122
+ erubis (2.7.0)
123
+ execjs (2.7.0)
124
+ ffi (1.9.25)
125
+ font-awesome-rails (4.7.0.4)
126
+ railties (>= 3.2, < 6.0)
127
+ gherkin (5.1.0)
128
+ globalid (0.4.1)
129
+ activesupport (>= 4.2.0)
130
+ handlebars_assets (0.23.2)
131
+ execjs (~> 2.0)
132
+ sprockets (>= 2.0.0)
133
+ tilt (>= 1.2)
134
+ i18n (1.0.1)
135
+ concurrent-ruby (~> 1.0)
136
+ jquery-rails (4.3.3)
137
+ rails-dom-testing (>= 1, < 3)
138
+ railties (>= 4.2.0)
139
+ thor (>= 0.14, < 2.0)
140
+ jquery-ui-rails (6.0.1)
141
+ railties (>= 3.2.16)
142
+ launchy (2.4.3)
143
+ addressable (~> 2.3)
144
+ loofah (2.2.2)
145
+ crass (~> 1.0.2)
146
+ nokogiri (>= 1.5.9)
147
+ mail (2.7.0)
148
+ mini_mime (>= 0.1.1)
149
+ method_source (0.9.0)
150
+ mime-types (3.1)
151
+ mime-types-data (~> 3.2015)
152
+ mime-types-data (3.2016.0521)
153
+ mini_mime (1.0.0)
154
+ mini_portile2 (2.3.0)
155
+ minitest (5.11.3)
156
+ multi_json (1.13.1)
157
+ multi_test (0.1.2)
158
+ nio4r (2.3.1)
159
+ nokogiri (1.8.4)
160
+ mini_portile2 (~> 2.3.0)
161
+ phantomjs (2.1.1.0)
162
+ poltergeist (1.18.1)
163
+ capybara (>= 2.1, < 4)
164
+ cliver (~> 0.3.1)
165
+ websocket-driver (>= 0.2.0)
166
+ public_suffix (3.0.2)
167
+ rack (2.0.5)
168
+ rack-test (0.6.3)
169
+ rack (>= 1.0)
170
+ rails (5.0.7)
171
+ actioncable (= 5.0.7)
172
+ actionmailer (= 5.0.7)
173
+ actionpack (= 5.0.7)
174
+ actionview (= 5.0.7)
175
+ activejob (= 5.0.7)
176
+ activemodel (= 5.0.7)
177
+ activerecord (= 5.0.7)
178
+ activesupport (= 5.0.7)
179
+ bundler (>= 1.3.0)
180
+ railties (= 5.0.7)
181
+ sprockets-rails (>= 2.0.0)
182
+ rails-dom-testing (2.0.3)
183
+ activesupport (>= 4.2.0)
184
+ nokogiri (>= 1.6)
185
+ rails-html-sanitizer (1.0.4)
186
+ loofah (~> 2.2, >= 2.2.2)
187
+ railties (5.0.7)
188
+ actionpack (= 5.0.7)
189
+ activesupport (= 5.0.7)
190
+ method_source
191
+ rake (>= 0.8.7)
192
+ thor (>= 0.18.1, < 2.0)
193
+ rake (10.5.0)
194
+ rb-fsevent (0.10.3)
195
+ rb-inotify (0.9.10)
196
+ ffi (>= 0.5.0, < 2)
197
+ rspec (3.7.0)
198
+ rspec-core (~> 3.7.0)
199
+ rspec-expectations (~> 3.7.0)
200
+ rspec-mocks (~> 3.7.0)
201
+ rspec-core (3.7.1)
202
+ rspec-support (~> 3.7.0)
203
+ rspec-expectations (3.7.0)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.7.0)
206
+ rspec-mocks (3.7.0)
207
+ diff-lcs (>= 1.2.0, < 2.0)
208
+ rspec-support (~> 3.7.0)
209
+ rspec-support (3.7.1)
210
+ sass (3.5.7)
211
+ sass-listen (~> 4.0.0)
212
+ sass-listen (4.0.0)
213
+ rb-fsevent (~> 0.9, >= 0.9.4)
214
+ rb-inotify (~> 0.9, >= 0.9.7)
215
+ sass-rails (5.0.7)
216
+ railties (>= 4.0.0, < 6)
217
+ sass (~> 3.1)
218
+ sprockets (>= 2.8, < 4.0)
219
+ sprockets-rails (>= 2.0, < 4.0)
220
+ tilt (>= 1.1, < 3)
221
+ slim (3.0.9)
222
+ temple (>= 0.7.6, < 0.9)
223
+ tilt (>= 1.3.3, < 2.1)
224
+ sprockets (3.7.2)
225
+ concurrent-ruby (~> 1.0)
226
+ rack (> 1, < 3)
227
+ sprockets-rails (3.2.1)
228
+ actionpack (>= 4.0)
229
+ activesupport (>= 4.0)
230
+ sprockets (>= 3.0.0)
231
+ sqlite3 (1.3.13)
232
+ temple (0.8.0)
233
+ thor (0.20.0)
234
+ thread_safe (0.3.6)
235
+ tilt (2.0.8)
236
+ timecop (0.9.1)
237
+ tzinfo (1.2.5)
238
+ thread_safe (~> 0.1)
239
+ websocket-driver (0.6.5)
240
+ websocket-extensions (>= 0.1.0)
241
+ websocket-extensions (0.1.3)
242
+ xpath (3.1.0)
243
+ nokogiri (~> 1.8)
244
+
245
+ PLATFORMS
246
+ ruby
247
+
248
+ DEPENDENCIES
249
+ appraisal
250
+ bundler (~> 1.14)
251
+ byebug
252
+ capybara-screenshot
253
+ chop
254
+ cucumber-rails
255
+ database_cleaner
256
+ ds_media_library!
257
+ phantomjs
258
+ poltergeist
259
+ rails (~> 5.0.0)
260
+ rake (~> 10.0)
261
+ rspec (~> 3.0)
262
+ sqlite3
263
+ timecop
264
+
265
+ BUNDLED WITH
266
+ 1.16.3
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~>5.1.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,266 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ ds_media_library (0.5.5)
5
+ awesome_nested_set
6
+ coffee-rails
7
+ ds_node
8
+ font-awesome-rails
9
+ handlebars_assets
10
+ jquery-rails
11
+ jquery-ui-rails
12
+ rails
13
+ sass-rails
14
+ slim
15
+
16
+ GEM
17
+ remote: https://rubygems.org/
18
+ specs:
19
+ actioncable (5.1.6)
20
+ actionpack (= 5.1.6)
21
+ nio4r (~> 2.0)
22
+ websocket-driver (~> 0.6.1)
23
+ actionmailer (5.1.6)
24
+ actionpack (= 5.1.6)
25
+ actionview (= 5.1.6)
26
+ activejob (= 5.1.6)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (5.1.6)
30
+ actionview (= 5.1.6)
31
+ activesupport (= 5.1.6)
32
+ rack (~> 2.0)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
+ actionview (5.1.6)
37
+ activesupport (= 5.1.6)
38
+ builder (~> 3.1)
39
+ erubi (~> 1.4)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
42
+ active_record-json_associations (0.6.8)
43
+ activerecord
44
+ activejob (5.1.6)
45
+ activesupport (= 5.1.6)
46
+ globalid (>= 0.3.6)
47
+ activemodel (5.1.6)
48
+ activesupport (= 5.1.6)
49
+ activerecord (5.1.6)
50
+ activemodel (= 5.1.6)
51
+ activesupport (= 5.1.6)
52
+ arel (~> 8.0)
53
+ activesupport (5.1.6)
54
+ concurrent-ruby (~> 1.0, >= 1.0.2)
55
+ i18n (>= 0.7, < 2)
56
+ minitest (~> 5.1)
57
+ tzinfo (~> 1.1)
58
+ addressable (2.5.2)
59
+ public_suffix (>= 2.0.2, < 4.0)
60
+ appraisal (2.2.0)
61
+ bundler
62
+ rake
63
+ thor (>= 0.14.0)
64
+ arel (8.0.0)
65
+ awesome_nested_set (3.1.4)
66
+ activerecord (>= 4.0.0, < 5.3)
67
+ backports (3.11.3)
68
+ builder (3.2.3)
69
+ byebug (10.0.2)
70
+ capybara (3.1.1)
71
+ addressable
72
+ mini_mime (>= 0.1.3)
73
+ nokogiri (~> 1.8)
74
+ rack (>= 1.6.0)
75
+ rack-test (>= 0.6.3)
76
+ xpath (~> 3.0)
77
+ capybara-screenshot (1.0.21)
78
+ capybara (>= 1.0, < 4)
79
+ launchy
80
+ chop (0.22.1)
81
+ activerecord
82
+ capybara
83
+ cucumber
84
+ cliver (0.3.2)
85
+ coffee-rails (4.2.2)
86
+ coffee-script (>= 2.2.0)
87
+ railties (>= 4.0.0)
88
+ coffee-script (2.4.1)
89
+ coffee-script-source
90
+ execjs
91
+ coffee-script-source (1.12.2)
92
+ concurrent-ruby (1.0.5)
93
+ crass (1.0.4)
94
+ cucumber (3.1.2)
95
+ builder (>= 2.1.2)
96
+ cucumber-core (~> 3.2.0)
97
+ cucumber-expressions (~> 6.0.1)
98
+ cucumber-wire (~> 0.0.1)
99
+ diff-lcs (~> 1.3)
100
+ gherkin (~> 5.1.0)
101
+ multi_json (>= 1.7.5, < 2.0)
102
+ multi_test (>= 0.1.2)
103
+ cucumber-core (3.2.0)
104
+ backports (>= 3.8.0)
105
+ cucumber-tag_expressions (~> 1.1.0)
106
+ gherkin (>= 5.0.0)
107
+ cucumber-expressions (6.0.1)
108
+ cucumber-rails (1.6.0)
109
+ capybara (>= 1.1.2, < 4)
110
+ cucumber (>= 3.0.2, < 4)
111
+ mime-types (>= 1.17, < 4)
112
+ nokogiri (~> 1.8)
113
+ railties (>= 4, < 6)
114
+ cucumber-tag_expressions (1.1.1)
115
+ cucumber-wire (0.0.1)
116
+ database_cleaner (1.7.0)
117
+ diff-lcs (1.3)
118
+ ds_node (0.1.2)
119
+ active_record-json_associations
120
+ activerecord
121
+ mime-types
122
+ erubi (1.7.1)
123
+ execjs (2.7.0)
124
+ ffi (1.9.25)
125
+ font-awesome-rails (4.7.0.4)
126
+ railties (>= 3.2, < 6.0)
127
+ gherkin (5.1.0)
128
+ globalid (0.4.1)
129
+ activesupport (>= 4.2.0)
130
+ handlebars_assets (0.23.2)
131
+ execjs (~> 2.0)
132
+ sprockets (>= 2.0.0)
133
+ tilt (>= 1.2)
134
+ i18n (1.0.1)
135
+ concurrent-ruby (~> 1.0)
136
+ jquery-rails (4.3.3)
137
+ rails-dom-testing (>= 1, < 3)
138
+ railties (>= 4.2.0)
139
+ thor (>= 0.14, < 2.0)
140
+ jquery-ui-rails (6.0.1)
141
+ railties (>= 3.2.16)
142
+ launchy (2.4.3)
143
+ addressable (~> 2.3)
144
+ loofah (2.2.2)
145
+ crass (~> 1.0.2)
146
+ nokogiri (>= 1.5.9)
147
+ mail (2.7.0)
148
+ mini_mime (>= 0.1.1)
149
+ method_source (0.9.0)
150
+ mime-types (3.1)
151
+ mime-types-data (~> 3.2015)
152
+ mime-types-data (3.2016.0521)
153
+ mini_mime (1.0.0)
154
+ mini_portile2 (2.3.0)
155
+ minitest (5.11.3)
156
+ multi_json (1.13.1)
157
+ multi_test (0.1.2)
158
+ nio4r (2.3.1)
159
+ nokogiri (1.8.4)
160
+ mini_portile2 (~> 2.3.0)
161
+ phantomjs (2.1.1.0)
162
+ poltergeist (1.18.1)
163
+ capybara (>= 2.1, < 4)
164
+ cliver (~> 0.3.1)
165
+ websocket-driver (>= 0.2.0)
166
+ public_suffix (3.0.2)
167
+ rack (2.0.5)
168
+ rack-test (1.1.0)
169
+ rack (>= 1.0, < 3)
170
+ rails (5.1.6)
171
+ actioncable (= 5.1.6)
172
+ actionmailer (= 5.1.6)
173
+ actionpack (= 5.1.6)
174
+ actionview (= 5.1.6)
175
+ activejob (= 5.1.6)
176
+ activemodel (= 5.1.6)
177
+ activerecord (= 5.1.6)
178
+ activesupport (= 5.1.6)
179
+ bundler (>= 1.3.0)
180
+ railties (= 5.1.6)
181
+ sprockets-rails (>= 2.0.0)
182
+ rails-dom-testing (2.0.3)
183
+ activesupport (>= 4.2.0)
184
+ nokogiri (>= 1.6)
185
+ rails-html-sanitizer (1.0.4)
186
+ loofah (~> 2.2, >= 2.2.2)
187
+ railties (5.1.6)
188
+ actionpack (= 5.1.6)
189
+ activesupport (= 5.1.6)
190
+ method_source
191
+ rake (>= 0.8.7)
192
+ thor (>= 0.18.1, < 2.0)
193
+ rake (10.5.0)
194
+ rb-fsevent (0.10.3)
195
+ rb-inotify (0.9.10)
196
+ ffi (>= 0.5.0, < 2)
197
+ rspec (3.7.0)
198
+ rspec-core (~> 3.7.0)
199
+ rspec-expectations (~> 3.7.0)
200
+ rspec-mocks (~> 3.7.0)
201
+ rspec-core (3.7.1)
202
+ rspec-support (~> 3.7.0)
203
+ rspec-expectations (3.7.0)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.7.0)
206
+ rspec-mocks (3.7.0)
207
+ diff-lcs (>= 1.2.0, < 2.0)
208
+ rspec-support (~> 3.7.0)
209
+ rspec-support (3.7.1)
210
+ sass (3.5.7)
211
+ sass-listen (~> 4.0.0)
212
+ sass-listen (4.0.0)
213
+ rb-fsevent (~> 0.9, >= 0.9.4)
214
+ rb-inotify (~> 0.9, >= 0.9.7)
215
+ sass-rails (5.0.7)
216
+ railties (>= 4.0.0, < 6)
217
+ sass (~> 3.1)
218
+ sprockets (>= 2.8, < 4.0)
219
+ sprockets-rails (>= 2.0, < 4.0)
220
+ tilt (>= 1.1, < 3)
221
+ slim (3.0.9)
222
+ temple (>= 0.7.6, < 0.9)
223
+ tilt (>= 1.3.3, < 2.1)
224
+ sprockets (3.7.2)
225
+ concurrent-ruby (~> 1.0)
226
+ rack (> 1, < 3)
227
+ sprockets-rails (3.2.1)
228
+ actionpack (>= 4.0)
229
+ activesupport (>= 4.0)
230
+ sprockets (>= 3.0.0)
231
+ sqlite3 (1.3.13)
232
+ temple (0.8.0)
233
+ thor (0.20.0)
234
+ thread_safe (0.3.6)
235
+ tilt (2.0.8)
236
+ timecop (0.9.1)
237
+ tzinfo (1.2.5)
238
+ thread_safe (~> 0.1)
239
+ websocket-driver (0.6.5)
240
+ websocket-extensions (>= 0.1.0)
241
+ websocket-extensions (0.1.3)
242
+ xpath (3.1.0)
243
+ nokogiri (~> 1.8)
244
+
245
+ PLATFORMS
246
+ ruby
247
+
248
+ DEPENDENCIES
249
+ appraisal
250
+ bundler (~> 1.14)
251
+ byebug
252
+ capybara-screenshot
253
+ chop
254
+ cucumber-rails
255
+ database_cleaner
256
+ ds_media_library!
257
+ phantomjs
258
+ poltergeist
259
+ rails (~> 5.1.0)
260
+ rake (~> 10.0)
261
+ rspec (~> 3.0)
262
+ sqlite3
263
+ timecop
264
+
265
+ BUNDLED WITH
266
+ 1.16.3