rails_admin_dropzone_rails_6 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 753171db75894bcd8045ee561987ff540562e89491e43067578952764aa30793
4
- data.tar.gz: 5542fd14aa30c13713423c8d2799e8e9ef83cd09f1c51aeeeeb9ec12d261122f
3
+ metadata.gz: cf7f4b9754df98e688ea387bcfec39d3d90b4ef0113d3ab8e567d6a280d400b8
4
+ data.tar.gz: 09d8f69858dbe6ce60e348ee2518512e602f53570bda7ef0baf21ccaed0e8235
5
5
  SHA512:
6
- metadata.gz: efe2285a7924b0dd6ef3b9f4e0c4870d83575a05f3bb6c67d75c2bae5225c2f586e6130b2fc8ca39731d3bd002701d92fdf36c347529eba7cfb5a85622cc63dd
7
- data.tar.gz: 58bbd4335846e086c075a5c0b5052a7d621638213cefae6b1d6eb136d43542f6f7cdc885fb53704ae7737320067411390dbf2348b5fb7bc489e2ac4cf31b9841
6
+ metadata.gz: 3b5509b3dd85e1a512859b79df36e22634a9b6bd11c33b90b3385a795221fcd8866c1c4e83235f9dfda73d9988f944f6d48f276eac03f0344ddbae3c72e3e990
7
+ data.tar.gz: 1a5f6a1ff4686f251c47cb45e0bd10624517641e0c49a50e2bd55405a28dc93fcfef5b82295a4ae53c2867e2b81869734cbe38e933c4947c28901575799b4895
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # RailsAdminDropzoneRails6
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/rails_admin_dropzone_rails_6.svg)](https://badge.fury.io/rb/rails_admin_dropzone_rails_6)
4
+
3
5
  Easy to use integration of drag&drop files upload via dropzone.js for rails_admin in rails 6. This gem is an update of [rails_admin_dropzone](https://github.com/luizpicolo/rails_admin_dropzone)
4
6
 
5
7
  ## Installation
@@ -71,7 +73,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
71
73
 
72
74
  ## Contributing
73
75
 
74
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rails_admin_dropzone_rails_6. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/rails_admin_dropzone_rails_6/blob/master/CODE_OF_CONDUCT.md).
76
+ Bug reports and pull requests are welcome on GitHub at https://github.com/thefalked/rails_admin_dropzone_rails_6. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/thefalked/rails_admin_dropzone_rails_6/blob/master/CODE_OF_CONDUCT.md).
75
77
 
76
78
 
77
79
  ## License
@@ -80,4 +82,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
80
82
 
81
83
  ## Code of Conduct
82
84
 
83
- Everyone interacting in the RailsAdminDropzoneRails6 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/rails_admin_dropzone_rails_6/blob/master/CODE_OF_CONDUCT.md).
85
+ Everyone interacting in the RailsAdminDropzoneRails6 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/thefalked/rails_admin_dropzone_rails_6/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module RailsAdminDropzoneRails6
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.description = "Easy to use integration of drag&drop files upload via dropzone.js for RailsAdmin with improvements"
11
11
  spec.homepage = "https://github.com/thefalked/rails_admin_dropzone_rails_6"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_dropzone_rails_6
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giuliano Crivelli
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-01 00:00:00.000000000 Z
11
+ date: 2020-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simple_form
@@ -156,14 +156,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: 2.3.0
159
+ version: 2.5.0
160
160
  required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  requirements:
162
162
  - - ">="
163
163
  - !ruby/object:Gem::Version
164
164
  version: '0'
165
165
  requirements: []
166
- rubygems_version: 3.1.2
166
+ rubygems_version: 3.0.4
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: RailsAdmin dropzone.js for Rails 6