rails_json_field 0.1.2 → 0.1.3
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/rails_json_field/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1299231f0208b36476f6d4aed1fa8332594adba1
|
|
4
|
+
data.tar.gz: 6b929b71b8ab81d72e547963f30c0f216d2f4100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c93fce017ab26978bbc148ddd44d0976ad0337bdc3fbb88392c9882ad8d4ad98aa42bccd47a2b3d67be3cee2446e9b9160c740101e19497cbcb698393491b99
|
|
7
|
+
data.tar.gz: bfcb08ae65c0732ee25e1e247e18e99e6b2e637f07c31b585734494d785672dc3752f158efe3152b4a411f4fb10cb52ec765b6d2db7203df27bb1add833fe45c
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_json_field
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Dye
|
|
@@ -24,9 +24,8 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description: Allows the user to fillout a JSON database field
|
|
28
|
-
|
|
29
|
-
requires jQuery, but this dependency will be removed in a future version.
|
|
27
|
+
description: Allows the user to fillout a JSON database field by providing text inputs
|
|
28
|
+
for keys and values along with Add and Remove controls. Currently requires jQuery.
|
|
30
29
|
email: dyeje@mail.gvsu.edu
|
|
31
30
|
executables: []
|
|
32
31
|
extensions: []
|
|
@@ -62,5 +61,5 @@ rubyforge_project:
|
|
|
62
61
|
rubygems_version: 2.4.8
|
|
63
62
|
signing_key:
|
|
64
63
|
specification_version: 4
|
|
65
|
-
summary: A
|
|
64
|
+
summary: A friendly way for users to edit JSON fields in Rails forms.
|
|
66
65
|
test_files: []
|