glebtv-rails-uploader 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uploader/version.rb +1 -1
- metadata +2 -2
- data/app/assets/stylesheets/uploader/application.css.scss +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 347b12b24f551a98c0efd809bedd800091d3e77b
|
4
|
+
data.tar.gz: 3016316441f2906581e5f640abd42b2d32c6d35a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a511dcb02bdb62228686c4f4d7a3ea19a0f0acf45c27e00ebeda7cd5b7527cd2a7aa0e45f4ef4a5c2d27666a7a33aaba4d2752fa60ee4150db1f9c4b70f1cd3
|
7
|
+
data.tar.gz: a05c72aa6578b92dcbb744c456fe40f64548b3fe14db907dfddbf87164d3f7dc3cc8ab61e625492d65efb03691016745d5b93d8b482cd19be7665ea47b65cb87
|
data/lib/uploader/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glebtv-rails-uploader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Galeta
|
@@ -81,7 +81,6 @@ files:
|
|
81
81
|
- app/assets/javascripts/uploader/application.js
|
82
82
|
- app/assets/javascripts/uploader/rails_admin.js
|
83
83
|
- app/assets/stylesheets/uploader/application.css.sass
|
84
|
-
- app/assets/stylesheets/uploader/application.css.scss
|
85
84
|
- app/controllers/uploader/attachments_controller.rb
|
86
85
|
- app/views/rails_admin/main/_form_rails_uploader.haml
|
87
86
|
- app/views/uploader/default/_container.html.erb
|
@@ -231,3 +230,4 @@ test_files:
|
|
231
230
|
- spec/factories/files/rails.png
|
232
231
|
- spec/factories/articles.rb
|
233
232
|
- spec/mongoid_spec.rb
|
233
|
+
has_rdoc:
|
@@ -1,7 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
3
|
-
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
4
|
-
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
5
|
-
*= require uploader/jquery.fileupload-ui
|
6
|
-
*= require uploader/default
|
7
|
-
*/
|