dropzone_input 2.0.2.1 → 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 +12 -6
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
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -17,6 +17,9 @@ dependencies:
|
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '5'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '7'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -24,6 +27,9 @@ dependencies:
|
|
24
27
|
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '5'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '7'
|
27
33
|
description: A rails helper to easily add Dropzone to forms.
|
28
34
|
email:
|
29
35
|
- trobrock@gmail.com
|
@@ -44,7 +50,7 @@ homepage: https://github.com/darkroom-com/dropzone_input
|
|
44
50
|
licenses:
|
45
51
|
- MIT
|
46
52
|
metadata: {}
|
47
|
-
post_install_message:
|
53
|
+
post_install_message:
|
48
54
|
rdoc_options: []
|
49
55
|
require_paths:
|
50
56
|
- lib
|
@@ -59,8 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
65
|
- !ruby/object:Gem::Version
|
60
66
|
version: '0'
|
61
67
|
requirements: []
|
62
|
-
rubygems_version: 3.
|
63
|
-
signing_key:
|
68
|
+
rubygems_version: 3.1.6
|
69
|
+
signing_key:
|
64
70
|
specification_version: 4
|
65
71
|
summary: A rails helper to easily add Dropzone to forms.
|
66
72
|
test_files: []
|