decanter 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/decanter/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '06357965a0176a615be643b95e2d874a4220551e1005297e4d00289c030281bf'
|
|
4
|
+
data.tar.gz: 5b91739498814cf560122667e35be29d000185940a65731411fae870d49dff11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74e7ae10f60661f911620590d9785eb6fadd3a7f80229b48911b3b82dfd3143b38781d59915db8e4beb506d5d409b1f8190f014b521c119a7deae0ccb5a17a91
|
|
7
|
+
data.tar.gz: ac9b8c3d70b006f98fe13be3711943567f17adfe8776f71b3ae2ca28690769129cf9391886c51d4053d476e8d1c85786a3a6d281ea7d5b79261009d0875dfd46
|
data/lib/decanter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decanter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Francis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-01-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -159,7 +159,8 @@ licenses:
|
|
|
159
159
|
- MIT
|
|
160
160
|
metadata:
|
|
161
161
|
allowed_push_host: https://rubygems.org
|
|
162
|
-
post_install_message:
|
|
162
|
+
post_install_message: 'WARNING: Decanter 2.x is unstable and not recommended for production
|
|
163
|
+
use. Please use another major version of this gem.'
|
|
163
164
|
rdoc_options: []
|
|
164
165
|
require_paths:
|
|
165
166
|
- lib
|
|
@@ -174,7 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
174
175
|
- !ruby/object:Gem::Version
|
|
175
176
|
version: '0'
|
|
176
177
|
requirements: []
|
|
177
|
-
|
|
178
|
+
rubyforge_project:
|
|
179
|
+
rubygems_version: 2.7.6
|
|
178
180
|
signing_key:
|
|
179
181
|
specification_version: 4
|
|
180
182
|
summary: Form Parser for Rails
|