Commit af8f7b6b24512840730188e780f8badc1f025f6f

Authored by Tallys Martins
1 parent be4f246c
Exists in deps_rails4

Bumping 1.5

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Showing 57 changed files with 68 additions and 63 deletions   Show diff stats
@@ -34,10 +34,11 @@ gem &#39;slim&#39; @@ -34,10 +34,11 @@ gem &#39;slim&#39;
34 34
35 # API dependencies 35 # API dependencies
36 gem 'grape', '~> 0.12' 36 gem 'grape', '~> 0.12'
37 -gem 'grape-entity' 37 +gem 'grape-entity', '0.4.8'
38 gem 'grape_logging' 38 gem 'grape_logging'
39 gem 'rack-cors' 39 gem 'rack-cors'
40 gem 'rack-contrib' 40 gem 'rack-contrib'
  41 +gem 'api-pagination', '>= 4.1.1'
41 42
42 # asset pipeline 43 # asset pipeline
43 gem 'uglifier', '>= 1.0.3' 44 gem 'uglifier', '>= 1.0.3'
@@ -31,14 +31,14 @@ PATH @@ -31,14 +31,14 @@ PATH
31 access_control (0.0.0) 31 access_control (0.0.0)
32 32
33 PATH 33 PATH
34 - remote: vendor/plugins/action_tracker 34 + remote: vendor/plugins/action_tracker_has_comments
35 specs: 35 specs:
36 - action_tracker (0.0.1) 36 + action_tracker_has_comments (0.0.0)
37 37
38 PATH 38 PATH
39 - remote: vendor/plugins/action_tracker_has_comments 39 + remote: vendor/plugins/action_tracker
40 specs: 40 specs:
41 - action_tracker_has_comments (0.0.0) 41 + action_tracker (0.0.1)
42 42
43 PATH 43 PATH
44 remote: vendor/plugins/acts_as_list 44 remote: vendor/plugins/acts_as_list
@@ -117,15 +117,15 @@ PATH @@ -117,15 +117,15 @@ PATH
117 GEM 117 GEM
118 remote: https://rubygems.org/ 118 remote: https://rubygems.org/
119 specs: 119 specs:
120 - RedCloth (4.2.9)  
121 - actionmailer (4.2.5.1)  
122 - actionpack (= 4.2.5.1)  
123 - actionview (= 4.2.5.1)  
124 - activejob (= 4.2.5.1) 120 + RedCloth (4.3.0)
  121 + actionmailer (4.2.6)
  122 + actionpack (= 4.2.6)
  123 + actionview (= 4.2.6)
  124 + activejob (= 4.2.6)
125 mail (~> 2.5, >= 2.5.4) 125 mail (~> 2.5, >= 2.5.4)
126 rails-dom-testing (~> 1.0, >= 1.0.5) 126 rails-dom-testing (~> 1.0, >= 1.0.5)
127 - actionpack (4.2.5.1)  
128 - actionview (= 4.2.5.1) 127 + actionpack (4.2.6)
  128 + actionview (= 4.2.6)
129 activesupport (= 4.2.5.1) 129 activesupport (= 4.2.5.1)
130 rack (~> 1.6) 130 rack (~> 1.6)
131 rack-test (~> 0.6.2) 131 rack-test (~> 0.6.2)
@@ -135,20 +135,20 @@ GEM @@ -135,20 +135,20 @@ GEM
135 actionpack (>= 4.0.0, < 5.0) 135 actionpack (>= 4.0.0, < 5.0)
136 actionpack-page_caching (1.0.2) 136 actionpack-page_caching (1.0.2)
137 actionpack (>= 4.0.0, < 5) 137 actionpack (>= 4.0.0, < 5)
138 - actionview (4.2.5.1) 138 + actionview (4.2.6)
139 activesupport (= 4.2.5.1) 139 activesupport (= 4.2.5.1)
140 builder (~> 3.1) 140 builder (~> 3.1)
141 erubis (~> 2.7.0) 141 erubis (~> 2.7.0)
142 rails-dom-testing (~> 1.0, >= 1.0.5) 142 rails-dom-testing (~> 1.0, >= 1.0.5)
143 rails-html-sanitizer (~> 1.0, >= 1.0.2) 143 rails-html-sanitizer (~> 1.0, >= 1.0.2)
144 - activejob (4.2.5.1) 144 + activejob (4.2.6)
145 activesupport (= 4.2.5.1) 145 activesupport (= 4.2.5.1)
146 globalid (>= 0.3.0) 146 globalid (>= 0.3.0)
147 - activemodel (4.2.5.1)  
148 - activesupport (= 4.2.5.1) 147 + activemodel (4.2.6)
  148 + activesupport (= 4.2.6)
149 builder (~> 3.1) 149 builder (~> 3.1)
150 - activerecord (4.2.5.1)  
151 - activemodel (= 4.2.5.1) 150 + activerecord (4.2.6)
  151 + activemodel (= 4.2.6)
152 activesupport (= 4.2.5.1) 152 activesupport (= 4.2.5.1)
153 arel (~> 6.0) 153 arel (~> 6.0)
154 activerecord-deprecated_finders (1.0.4) 154 activerecord-deprecated_finders (1.0.4)
@@ -166,13 +166,14 @@ GEM @@ -166,13 +166,14 @@ GEM
166 activerecord (>= 3.2, < 5) 166 activerecord (>= 3.2, < 5)
167 addressable (2.4.0) 167 addressable (2.4.0)
168 ansi (1.5.0) 168 ansi (1.5.0)
  169 + api-pagination (4.3.0)
169 arel (6.0.3) 170 arel (6.0.3)
170 axiom-types (0.1.1) 171 axiom-types (0.1.1)
171 descendants_tracker (~> 0.0.4) 172 descendants_tracker (~> 0.0.4)
172 ice_nine (~> 0.11.0) 173 ice_nine (~> 0.11.0)
173 thread_safe (~> 0.3, >= 0.3.1) 174 thread_safe (~> 0.3, >= 0.3.1)
174 builder (3.2.2) 175 builder (3.2.2)
175 - capybara (2.6.2) 176 + capybara (2.7.1)
176 addressable 177 addressable
177 mime-types (>= 1.16) 178 mime-types (>= 1.16)
178 nokogiri (>= 1.3.3) 179 nokogiri (>= 1.3.3)
@@ -184,8 +185,8 @@ GEM @@ -184,8 +185,8 @@ GEM
184 chronic (0.10.2) 185 chronic (0.10.2)
185 coercible (1.0.0) 186 coercible (1.0.0)
186 descendants_tracker (~> 0.0.1) 187 descendants_tracker (~> 0.0.1)
187 - concurrent-ruby (1.0.0)  
188 - cucumber (2.3.2) 188 + concurrent-ruby (1.0.2)
  189 + cucumber (2.3.3)
189 builder (>= 2.1.2) 190 builder (>= 2.1.2)
190 cucumber-core (~> 1.4.0) 191 cucumber-core (~> 1.4.0)
191 cucumber-wire (~> 0.0.1) 192 cucumber-wire (~> 0.0.1)
@@ -204,7 +205,7 @@ GEM @@ -204,7 +205,7 @@ GEM
204 cucumber-wire (0.0.1) 205 cucumber-wire (0.0.1)
205 daemons (1.2.3) 206 daemons (1.2.3)
206 dalli (2.7.6) 207 dalli (2.7.6)
207 - database_cleaner (1.5.1) 208 + database_cleaner (1.5.3)
208 delayed_job (4.1.1) 209 delayed_job (4.1.1)
209 activesupport (>= 3.0, < 5.0) 210 activesupport (>= 3.0, < 5.0)
210 delayed_job_active_record (4.1.0) 211 delayed_job_active_record (4.1.0)
@@ -214,11 +215,12 @@ GEM @@ -214,11 +215,12 @@ GEM
214 thread_safe (~> 0.3, >= 0.3.1) 215 thread_safe (~> 0.3, >= 0.3.1)
215 diff-lcs (1.2.5) 216 diff-lcs (1.2.5)
216 diffy (3.1.0) 217 diffy (3.1.0)
217 - domain_name (0.5.20160216) 218 + domain_name (0.5.20160310)
218 unf (>= 0.0.5, < 1.0.0) 219 unf (>= 0.0.5, < 1.0.0)
219 eita-jrails (0.10.1) 220 eita-jrails (0.10.1)
220 actionpack (>= 3.1.0) 221 actionpack (>= 3.1.0)
221 activesupport (>= 3.0.0) 222 activesupport (>= 3.0.0)
  223 + enumerable-lazy (0.0.1)
222 equalizer (0.0.11) 224 equalizer (0.0.11)
223 erubis (2.7.0) 225 erubis (2.7.0)
224 exception_notification (4.0.1) 226 exception_notification (4.0.1)
@@ -227,29 +229,29 @@ GEM @@ -227,29 +229,29 @@ GEM
227 execjs (2.6.0) 229 execjs (2.6.0)
228 fast_gettext (0.9.2) 230 fast_gettext (0.9.2)
229 ffi (1.9.10) 231 ffi (1.9.10)
230 - gettext (3.2.1) 232 + gettext (3.2.2)
231 locale (>= 2.0.5) 233 locale (>= 2.0.5)
232 text (>= 1.3.0) 234 text (>= 1.3.0)
233 gherkin (3.2.0) 235 gherkin (3.2.0)
234 git-version-bump (0.15.1) 236 git-version-bump (0.15.1)
235 globalid (0.3.6) 237 globalid (0.3.6)
236 activesupport (>= 4.1.0) 238 activesupport (>= 4.1.0)
237 - grape (0.14.0) 239 + grape (0.16.2)
238 activesupport 240 activesupport
239 builder 241 builder
240 hashie (>= 2.1.0) 242 hashie (>= 2.1.0)
241 multi_json (>= 1.3.2) 243 multi_json (>= 1.3.2)
242 multi_xml (>= 0.5.2) 244 multi_xml (>= 0.5.2)
  245 + mustermann19 (~> 0.4.3)
243 rack (>= 1.3.0) 246 rack (>= 1.3.0)
244 rack-accept 247 rack-accept
245 - rack-mount  
246 virtus (>= 1.0.0) 248 virtus (>= 1.0.0)
247 - grape-entity (0.5.0) 249 + grape-entity (0.4.8)
248 activesupport 250 activesupport
249 multi_json (>= 1.3.2) 251 multi_json (>= 1.3.2)
250 - grape_logging (1.1.2) 252 + grape_logging (1.2.1)
251 grape 253 grape
252 - hashie (3.4.3) 254 + hashie (3.4.4)
253 http-cookie (1.0.2) 255 http-cookie (1.0.2)
254 domain_name (~> 0.5) 256 domain_name (~> 0.5)
255 i18n (0.7.0) 257 i18n (0.7.0)
@@ -263,27 +265,29 @@ GEM @@ -263,27 +265,29 @@ GEM
263 nokogiri (>= 1.5.9) 265 nokogiri (>= 1.5.9)
264 magic (0.2.9) 266 magic (0.2.9)
265 ffi (>= 0.6.3) 267 ffi (>= 0.6.3)
266 - mail (2.6.3)  
267 - mime-types (>= 1.16, < 3) 268 + mail (2.6.4)
  269 + mime-types (>= 1.16, < 4)
268 metaclass (0.0.4) 270 metaclass (0.0.4)
269 mime-types (2.99.1) 271 mime-types (2.99.1)
270 mini_portile2 (2.0.0) 272 mini_portile2 (2.0.0)
271 minitest (5.8.4) 273 minitest (5.8.4)
272 - minitest-reporters (1.1.8) 274 + minitest-reporters (1.1.9)
273 ansi 275 ansi
274 builder 276 builder
275 minitest (>= 5.0) 277 minitest (>= 5.0)
276 ruby-progressbar 278 ruby-progressbar
277 mocha (1.1.0) 279 mocha (1.1.0)
278 metaclass (~> 0.0.1) 280 metaclass (~> 0.0.1)
279 - multi_json (1.11.2) 281 + multi_json (1.12.0)
280 multi_test (0.1.2) 282 multi_test (0.1.2)
281 multi_xml (0.5.5) 283 multi_xml (0.5.5)
  284 + mustermann19 (0.4.3)
  285 + enumerable-lazy
282 netrc (0.11.0) 286 netrc (0.11.0)
283 nokogiri (1.6.7.2) 287 nokogiri (1.6.7.2)
284 mini_portile2 (~> 2.0.0.rc2) 288 mini_portile2 (~> 2.0.0.rc2)
285 pg (0.18.4) 289 pg (0.18.4)
286 - pothoven-attachment_fu (3.2.16) 290 + pothoven-attachment_fu (3.2.17)
287 protected_attributes (1.1.3) 291 protected_attributes (1.1.3)
288 activemodel (>= 4.0.1, < 5.0) 292 activemodel (>= 4.0.1, < 5.0)
289 rack (1.6.4) 293 rack (1.6.4)
@@ -293,20 +297,18 @@ GEM @@ -293,20 +297,18 @@ GEM
293 git-version-bump (~> 0.15) 297 git-version-bump (~> 0.15)
294 rack (~> 1.4) 298 rack (~> 1.4)
295 rack-cors (0.4.0) 299 rack-cors (0.4.0)
296 - rack-mount (0.8.3)  
297 - rack (>= 1.0.0)  
298 rack-test (0.6.3) 300 rack-test (0.6.3)
299 rack (>= 1.0) 301 rack (>= 1.0)
300 - rails (4.2.5.1)  
301 - actionmailer (= 4.2.5.1)  
302 - actionpack (= 4.2.5.1)  
303 - actionview (= 4.2.5.1)  
304 - activejob (= 4.2.5.1)  
305 - activemodel (= 4.2.5.1)  
306 - activerecord (= 4.2.5.1) 302 + rails (4.2.6)
  303 + actionmailer (= 4.2.6)
  304 + actionpack (= 4.2.6)
  305 + actionview (= 4.2.6)
  306 + activejob (= 4.2.6)
  307 + activemodel (= 4.2.6)
  308 + activerecord (= 4.2.6)
307 activesupport (= 4.2.5.1) 309 activesupport (= 4.2.5.1)
308 bundler (>= 1.3.0, < 2.0) 310 bundler (>= 1.3.0, < 2.0)
309 - railties (= 4.2.5.1) 311 + railties (= 4.2.6)
310 sprockets-rails 312 sprockets-rails
311 rails-deprecated_sanitizer (1.0.3) 313 rails-deprecated_sanitizer (1.0.3)
312 activesupport (>= 4.2.0.alpha) 314 activesupport (>= 4.2.0.alpha)
@@ -320,13 +322,13 @@ GEM @@ -320,13 +322,13 @@ GEM
320 activemodel (~> 4.0) 322 activemodel (~> 4.0)
321 rails_autolink (1.1.6) 323 rails_autolink (1.1.6)
322 rails (> 3.1) 324 rails (> 3.1)
323 - railties (4.2.5.1)  
324 - actionpack (= 4.2.5.1) 325 + railties (4.2.6)
  326 + actionpack (= 4.2.6)
325 activesupport (= 4.2.5.1) 327 activesupport (= 4.2.5.1)
326 rake (>= 0.8.7) 328 rake (>= 0.8.7)
327 thor (>= 0.18.1, < 2.0) 329 thor (>= 0.18.1, < 2.0)
328 - raindrops (0.15.0)  
329 - rake (10.5.0) 330 + raindrops (0.16.0)
  331 + rake (11.1.2)
330 rest-client (1.8.0) 332 rest-client (1.8.0)
331 http-cookie (>= 1.0.2, < 2.0) 333 http-cookie (>= 1.0.2, < 2.0)
332 mime-types (>= 1.16, < 3.0) 334 mime-types (>= 1.16, < 3.0)
@@ -336,7 +338,7 @@ GEM @@ -336,7 +338,7 @@ GEM
336 rspec-core (~> 3.4.0) 338 rspec-core (~> 3.4.0)
337 rspec-expectations (~> 3.4.0) 339 rspec-expectations (~> 3.4.0)
338 rspec-mocks (~> 3.4.0) 340 rspec-mocks (~> 3.4.0)
339 - rspec-core (3.4.3) 341 + rspec-core (3.4.4)
340 rspec-support (~> 3.4.0) 342 rspec-support (~> 3.4.0)
341 rspec-expectations (3.4.0) 343 rspec-expectations (3.4.0)
342 diff-lcs (>= 1.2.0, < 2.0) 344 diff-lcs (>= 1.2.0, < 2.0)
@@ -353,27 +355,26 @@ GEM @@ -353,27 +355,26 @@ GEM
353 rspec-mocks (~> 3.4.0) 355 rspec-mocks (~> 3.4.0)
354 rspec-support (~> 3.4.0) 356 rspec-support (~> 3.4.0)
355 rspec-support (3.4.1) 357 rspec-support (3.4.1)
356 - ruby-feedparser (0.9.3) 358 + ruby-feedparser (0.9.4)
357 magic 359 magic
358 - ruby-progressbar (1.7.5) 360 + ruby-progressbar (1.8.0)
359 rubyzip (1.2.0) 361 rubyzip (1.2.0)
360 - sass (3.4.21) 362 + sass (3.4.22)
361 sass-rails (5.0.4) 363 sass-rails (5.0.4)
362 railties (>= 4.0.0, < 5.0) 364 railties (>= 4.0.0, < 5.0)
363 sass (~> 3.1) 365 sass (~> 3.1)
364 sprockets (>= 2.8, < 4.0) 366 sprockets (>= 2.8, < 4.0)
365 sprockets-rails (>= 2.0, < 4.0) 367 sprockets-rails (>= 2.0, < 4.0)
366 tilt (>= 1.1, < 3) 368 tilt (>= 1.1, < 3)
367 - selenium-webdriver (2.52.0) 369 + selenium-webdriver (2.53.0)
368 childprocess (~> 0.5) 370 childprocess (~> 0.5)
369 - multi_json (~> 1.0)  
370 rubyzip (~> 1.0) 371 rubyzip (~> 1.0)
371 websocket (~> 1.0) 372 websocket (~> 1.0)
372 slim (3.0.6) 373 slim (3.0.6)
373 temple (~> 0.7.3) 374 temple (~> 0.7.3)
374 tilt (>= 1.3.3, < 2.1) 375 tilt (>= 1.3.3, < 2.1)
375 - spring (1.6.3)  
376 - sprockets (3.5.2) 376 + spring (1.7.1)
  377 + sprockets (3.6.0)
377 concurrent-ruby (~> 1.0) 378 concurrent-ruby (~> 1.0)
378 rack (> 1, < 3) 379 rack (> 1, < 3)
379 sprockets-rails (2.3.3) 380 sprockets-rails (2.3.3)
@@ -387,9 +388,8 @@ GEM @@ -387,9 +388,8 @@ GEM
387 tilt (2.0.2) 388 tilt (2.0.2)
388 tzinfo (1.2.2) 389 tzinfo (1.2.2)
389 thread_safe (~> 0.1) 390 thread_safe (~> 0.1)
390 - uglifier (2.7.2)  
391 - execjs (>= 0.3.0)  
392 - json (>= 1.8.0) 391 + uglifier (3.0.0)
  392 + execjs (>= 0.3.0, < 3)
393 unf (0.1.4) 393 unf (0.1.4)
394 unf_ext 394 unf_ext
395 unf_ext (0.0.7.2) 395 unf_ext (0.0.7.2)
@@ -402,7 +402,7 @@ GEM @@ -402,7 +402,7 @@ GEM
402 coercible (~> 1.0) 402 coercible (~> 1.0)
403 descendants_tracker (~> 0.0, >= 0.0.3) 403 descendants_tracker (~> 0.0, >= 0.0.3)
404 equalizer (~> 0.0, >= 0.0.9) 404 equalizer (~> 0.0, >= 0.0.9)
405 - websocket (1.2.2) 405 + websocket (1.2.3)
406 whenever (0.9.4) 406 whenever (0.9.4)
407 chronic (>= 0.6.3) 407 chronic (>= 0.6.3)
408 will_paginate (3.0.7) 408 will_paginate (3.0.7)
@@ -426,6 +426,7 @@ DEPENDENCIES @@ -426,6 +426,7 @@ DEPENDENCIES
426 acts_as_list (= 0.0.0)! 426 acts_as_list (= 0.0.0)!
427 acts_as_tree (= 0.0.0)! 427 acts_as_tree (= 0.0.0)!
428 acts_as_versioned (> 0.0.0)! 428 acts_as_versioned (> 0.0.0)!
  429 + api-pagination (>= 4.1.1)
429 bundle (= 0.0.0)! 430 bundle (= 0.0.0)!
430 cache (= 0.0.0)! 431 cache (= 0.0.0)!
431 capybara (~> 2.2) 432 capybara (~> 2.2)
@@ -445,7 +446,7 @@ DEPENDENCIES @@ -445,7 +446,7 @@ DEPENDENCIES
445 gdata (> 0.0.0)! 446 gdata (> 0.0.0)!
446 gettext (~> 3.1) 447 gettext (~> 3.1)
447 grape (~> 0.12) 448 grape (~> 0.12)
448 - grape-entity 449 + grape-entity (= 0.4.8)
449 grape_logging 450 grape_logging
450 honeypot (= 0.0.0)! 451 honeypot (= 0.0.0)!
451 i18n_deprecation (= 0.0.0)! 452 i18n_deprecation (= 0.0.0)!
@@ -488,3 +489,6 @@ DEPENDENCIES @@ -488,3 +489,6 @@ DEPENDENCIES
488 whenever 489 whenever
489 will_paginate (~> 3.0.7) 490 will_paginate (~> 3.0.7)
490 xss_terminate (= 0.0.0)! 491 xss_terminate (= 0.0.0)!
  492 +
  493 +BUNDLED WITH
  494 + 1.12.1
1 -VERSION = 1.4 1 +VERSION = 1.5
2 TARBALL = noosfero-deps-$(VERSION).tar.gz 2 TARBALL = noosfero-deps-$(VERSION).tar.gz
3 PREFIX = /usr 3 PREFIX = /usr
4 WGET = wget 4 WGET = wget
5 -NOOSFERO_BRANCH = master 5 +NOOSFERO_BRANCH = stable-1.5
6 BUNDLE_OPTS = --verbose --without='development test cucumber' 6 BUNDLE_OPTS = --verbose --without='development test cucumber'
7 7
8 all: 8 all:
vendor/cache/RedCloth-4.2.9.gem
No preview for this file type
vendor/cache/RedCloth-4.3.0.gem 0 → 100644
No preview for this file type
vendor/cache/actionmailer-4.2.5.1.gem
No preview for this file type
vendor/cache/actionmailer-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/actionpack-4.2.5.1.gem
No preview for this file type
vendor/cache/actionpack-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/actionview-4.2.5.1.gem
No preview for this file type
vendor/cache/actionview-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/activejob-4.2.5.1.gem
No preview for this file type
vendor/cache/activejob-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/activemodel-4.2.5.1.gem
No preview for this file type
vendor/cache/activemodel-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/activerecord-4.2.5.1.gem
No preview for this file type
vendor/cache/activerecord-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/api-pagination-4.3.0.gem 0 → 100644
No preview for this file type
vendor/cache/concurrent-ruby-1.0.0.gem
No preview for this file type
vendor/cache/concurrent-ruby-1.0.2.gem 0 → 100644
No preview for this file type
vendor/cache/domain_name-0.5.20160216.gem
No preview for this file type
vendor/cache/domain_name-0.5.20160310.gem 0 → 100644
No preview for this file type
vendor/cache/enumerable-lazy-0.0.1.gem 0 → 100644
No preview for this file type
vendor/cache/gettext-3.2.1.gem
No preview for this file type
vendor/cache/gettext-3.2.2.gem 0 → 100644
No preview for this file type
vendor/cache/grape-0.14.0.gem
No preview for this file type
vendor/cache/grape-0.16.2.gem 0 → 100644
No preview for this file type
vendor/cache/grape-entity-0.4.8.gem 0 → 100644
No preview for this file type
vendor/cache/grape-entity-0.5.0.gem
No preview for this file type
vendor/cache/grape_logging-1.1.2.gem
No preview for this file type
vendor/cache/grape_logging-1.2.1.gem 0 → 100644
No preview for this file type
vendor/cache/hashie-3.4.3.gem
No preview for this file type
vendor/cache/hashie-3.4.4.gem 0 → 100644
No preview for this file type
vendor/cache/mail-2.6.3.gem
No preview for this file type
vendor/cache/mail-2.6.4.gem 0 → 100644
No preview for this file type
vendor/cache/multi_json-1.11.2.gem
No preview for this file type
vendor/cache/multi_json-1.12.0.gem 0 → 100644
No preview for this file type
vendor/cache/mustermann19-0.4.3.gem 0 → 100644
No preview for this file type
vendor/cache/pothoven-attachment_fu-3.2.16.gem
No preview for this file type
vendor/cache/pothoven-attachment_fu-3.2.17.gem 0 → 100644
No preview for this file type
vendor/cache/rack-mount-0.8.3.gem
No preview for this file type
vendor/cache/rails-4.2.5.1.gem
No preview for this file type
vendor/cache/rails-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/railties-4.2.5.1.gem
No preview for this file type
vendor/cache/railties-4.2.6.gem 0 → 100644
No preview for this file type
vendor/cache/raindrops-0.15.0.gem
No preview for this file type
vendor/cache/raindrops-0.16.0.gem 0 → 100644
No preview for this file type
vendor/cache/rake-10.5.0.gem
No preview for this file type
vendor/cache/rake-11.1.2.gem 0 → 100644
No preview for this file type
vendor/cache/ruby-feedparser-0.9.3.gem
No preview for this file type
vendor/cache/ruby-feedparser-0.9.4.gem 0 → 100644
No preview for this file type
vendor/cache/sass-3.4.21.gem
No preview for this file type
vendor/cache/sass-3.4.22.gem 0 → 100644
No preview for this file type
vendor/cache/sprockets-3.5.2.gem
No preview for this file type
vendor/cache/sprockets-3.6.0.gem 0 → 100644
No preview for this file type
vendor/cache/uglifier-2.7.2.gem
No preview for this file type
vendor/cache/uglifier-3.0.0.gem 0 → 100644
No preview for this file type