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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9ea7aed1c3dc17e2923dd15546cb0a417b1309d
4
- data.tar.gz: 38353c20fc5a4c43a19cbad8f2f8c2b50f8d8bf7
3
+ metadata.gz: 347b12b24f551a98c0efd809bedd800091d3e77b
4
+ data.tar.gz: 3016316441f2906581e5f640abd42b2d32c6d35a
5
5
  SHA512:
6
- metadata.gz: 8c0b5db051449405489eaaa1d65822d1c924a559f431c20cce280b4bd23914a7a4304ddaf27f6dbd980dcb1737d6973b6097ee82a212b88959f0bc413194f8e0
7
- data.tar.gz: 55883971815eda043a179e150a78b806321dd6262b71274343c773fc9402413b0c21fd5625798db44c8d9bb58746f52f42010848eaf8310cbecf03579bb8d94e
6
+ metadata.gz: 3a511dcb02bdb62228686c4f4d7a3ea19a0f0acf45c27e00ebeda7cd5b7527cd2a7aa0e45f4ef4a5c2d27666a7a33aaba4d2752fa60ee4150db1f9c4b70f1cd3
7
+ data.tar.gz: a05c72aa6578b92dcbb744c456fe40f64548b3fe14db907dfddbf87164d3f7dc3cc8ab61e625492d65efb03691016745d5b93d8b482cd19be7665ea47b65cb87
@@ -1,3 +1,3 @@
1
1
  module Uploader
2
- VERSION = "0.5.0".freeze
2
+ VERSION = "0.5.1".freeze
3
3
  end
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.0
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
- */