dropzone_input 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dropzone_input/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3f41b728290a795a124bc3fc91bf84a4f075b4f6e9ac8eb092105eea66cb778
|
4
|
+
data.tar.gz: df21bc1e2e9923f2917c0c0c37db2c2f149c76d1f4d010df1f6af47d33ce945f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc1eaf69b3b090c84005ceaf4c7d35652cb2939909fe40ee4d24c187d3f516e8fab83397b890020c0b9d822c117a68beb777e56d494cc630b5b9a64ad8c2f8ea
|
7
|
+
data.tar.gz: 5b6082de8ca9bf2bee987f58886a818c7082c19e7d181a8f47bc388b946e074ee48c448f8dc7756a956765296adc1775a5ffa9bd465f86a57eb40035e027aacc
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dropzone_input
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Trae Robrock
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
rubygems_version: 3.1.
|
68
|
+
rubygems_version: 3.1.6
|
69
69
|
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: A rails helper to easily add Dropzone to forms.
|