instant-upload 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/{instant_upload.rb → instant-upload.rb} +0 -0
- data/lib/instant_upload/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3f59a9daabc53c2fecdfc404da75af9af990744
|
|
4
|
+
data.tar.gz: 1f7598a779fef802e3f728b2f2c99bdc20e8308f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbb16e632445148a0efe90577eb5b7d3f63271e092afa14bc7915a3d6b31de03375cf55851fcab25ac01b92fa6d37d78dfddfd912438835e8b4f42b4114c421a
|
|
7
|
+
data.tar.gz: 16d04780ed932ac504317d1d4b58e94eafa41ac7dd78b573961649217c8b70f2eecff41bc21c5df73bf35ecc2957531aca496f85f151013a7397e31b7fe99cd5
|
|
File without changes
|
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.
|
|
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
|