serialize_has_many 0.0.2 → 1.0.0
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 +8 -8
- data/README.md +1 -1
- data/lib/serialize_has_many/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTRhYzllMTI1ODQ4NWY0MjcyOTBiNDFhZjMyMmNjMWU0ZTA3YTUwMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTlmYzU2ZjkzM2Q0Y2FlYThiMjA0NjM2YWU1MTllNjA3YTk5NTlmOA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZmM4ODRlYzEzZTAzNWU0NjU4OWQzNmE4MTZkNzRkNDExM2Q1ZDhmMzQ0ZjU5
|
10
|
+
ZGFlYzYzMDNiNTVjNjQ2YTJiZjRkNzQ4MzYwM2EyZDNhNjMxZmQ2ZjhjYmNh
|
11
|
+
NWRlMmVlMjVjYjdmMjgwNjAzMTU1MzUwMzIwNTYyOTIwNzkwZGY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGE5ZTExNjc5ZTM0MGFlMmIyNWYwNmFkZTUwMzNmNTA3YzYyNTVhYzNiMzM5
|
14
|
+
NWI3NzVmNGFhN2I0MjRlZTViYWZjMzQ5MmRhZGZmZTg2YjliMjhjZGZiYjNj
|
15
|
+
OGI4ZTE3YTRlYmY3MjU3MTA4ZjgyMGQ0NmYyMGVhODI1NGNmZmI=
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[](https://travis-ci.org/rdsubhas/serialize_has_many)
|
4
4
|
|
5
|
-
Serializes `has_many` relationships into a single column while still doing attributes, validations, callbacks, nested forms and fields_for. Easy NoSQL with ActiveRecord
|
5
|
+
Serializes `has_many` relationships into a single column while still doing attributes, validations, callbacks, nested forms and fields_for. Easy NoSQL with ActiveRecord!
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: serialize_has_many
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Subhas
|
@@ -80,7 +80,9 @@ dependencies:
|
|
80
80
|
- - ~>
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 3.1.0
|
83
|
-
description:
|
83
|
+
description: Serializes `has_many` relationships into a single column while still
|
84
|
+
doing attributes, validations, callbacks, nested forms and fields_for. Easy NoSQL
|
85
|
+
with ActiveRecord!
|
84
86
|
email:
|
85
87
|
executables: []
|
86
88
|
extensions: []
|
@@ -94,7 +96,7 @@ files:
|
|
94
96
|
- lib/serialize_has_many/validators/nested_validator.rb
|
95
97
|
- lib/serialize_has_many/validators/type_validator.rb
|
96
98
|
- lib/serialize_has_many/version.rb
|
97
|
-
homepage:
|
99
|
+
homepage: https://github.com/rdsubhas/serialize_has_many
|
98
100
|
licenses:
|
99
101
|
- MIT
|
100
102
|
metadata: {}
|
@@ -117,5 +119,5 @@ rubyforge_project:
|
|
117
119
|
rubygems_version: 2.4.5
|
118
120
|
signing_key:
|
119
121
|
specification_version: 4
|
120
|
-
summary: Serialize has_many relationships into a single column
|
122
|
+
summary: Serialize has_many relationships into a single column. Easy NoSQL with ActiveRecord!
|
121
123
|
test_files: []
|