instant-upload 1.0.5 → 1.0.6

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: 55c7ebb3fcbf745e5c46d66a9736d4499c896cf5
4
- data.tar.gz: d17beaf81d8d34e7b7b7b1cf56b6bbd33fb900e2
3
+ metadata.gz: d3f59a9daabc53c2fecdfc404da75af9af990744
4
+ data.tar.gz: 1f7598a779fef802e3f728b2f2c99bdc20e8308f
5
5
  SHA512:
6
- metadata.gz: cd28bfcedda96b5401b16733dadf53475e535f31ece0df8184350179becdaa1a532b376e61234a0301893f381b3d1b88c528667c914277d666441bde5450a5a4
7
- data.tar.gz: c59d2b12ade83abf223317e346d0c0b8356e1bd733b0f460128ac1e4f52ca7908ec0b8756a8878fba06fd10677b78015971e94cf212c0e3dcb9c353c37a7c534
6
+ metadata.gz: bbb16e632445148a0efe90577eb5b7d3f63271e092afa14bc7915a3d6b31de03375cf55851fcab25ac01b92fa6d37d78dfddfd912438835e8b4f42b4114c421a
7
+ data.tar.gz: 16d04780ed932ac504317d1d4b58e94eafa41ac7dd78b573961649217c8b70f2eecff41bc21c5df73bf35ecc2957531aca496f85f151013a7397e31b7fe99cd5
File without changes
@@ -1,3 +1,3 @@
1
1
  module InstantUpload
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant-upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mariusz Ołownia
@@ -286,12 +286,12 @@ files:
286
286
  - config/routes.rb
287
287
  - db/migrate/20130509140233_create_instant_upload_uploads.rb
288
288
  - lib/generators/instant_upload/install_generator.rb
289
+ - lib/instant-upload.rb
289
290
  - lib/instant_upload/engine.rb
290
291
  - lib/instant_upload/helpers/controller_helper.rb
291
292
  - lib/instant_upload/helpers/upload_helper.rb
292
293
  - lib/instant_upload/helpers.rb
293
294
  - lib/instant_upload/version.rb
294
- - lib/instant_upload.rb
295
295
  - lib/tasks/instant_upload_tasks.rake
296
296
  - MIT-LICENSE
297
297
  - Rakefile