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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzYzYTU1YWE0NGJmM2QyZGQzZDY1MWQ1NDAzMzc0MWQ5NzJhY2FkMQ==
4
+ MTRhYzllMTI1ODQ4NWY0MjcyOTBiNDFhZjMyMmNjMWU0ZTA3YTUwMQ==
5
5
  data.tar.gz: !binary |-
6
- ZjBjMzBkYzJhZWI0ZWRkZTQxZTE2N2VlZGE3YmVjNjY1MWMxMzA4NQ==
6
+ MTlmYzU2ZjkzM2Q0Y2FlYThiMjA0NjM2YWU1MTllNjA3YTk5NTlmOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MmU5NWVlODlhNTZkNzVkMDExNWVlMjczYmY2MzY4OTEyNjllMTY2MTc4MzAx
10
- YTdjMjI1Y2I4Y2E5ZTI4YjY1ZTNjM2Q3Y2ZlNTE5ZTI3NDJlODEzYmY1NWEw
11
- NTMwNjM5NjNhZmJkNWNjOWNjMWMyZWUwZTBiMDhiODgxNTk0MWI=
9
+ ZmM4ODRlYzEzZTAzNWU0NjU4OWQzNmE4MTZkNzRkNDExM2Q1ZDhmMzQ0ZjU5
10
+ ZGFlYzYzMDNiNTVjNjQ2YTJiZjRkNzQ4MzYwM2EyZDNhNjMxZmQ2ZjhjYmNh
11
+ NWRlMmVlMjVjYjdmMjgwNjAzMTU1MzUwMzIwNTYyOTIwNzkwZGY=
12
12
  data.tar.gz: !binary |-
13
- Mzk3OWI2NTlhN2NhZjM5ODY0MmNiZDM0MTIwNTBlYzE4Y2VlODEzZDJmODVi
14
- YWNmYWZkYmJjOGQ5ZWE2MDhhNGRkYmI4MjZhNmRhNTZlOTMxZjdjNGU1M2M1
15
- NjY1NzQwNTk4MWYxNzUyOTNhNzk1YWE3Nzk2OTQwOGUzN2U0NDg=
13
+ ZGE5ZTExNjc5ZTM0MGFlMmIyNWYwNmFkZTUwMzNmNTA3YzYyNTVhYzNiMzM5
14
+ NWI3NzVmNGFhN2I0MjRlZTViYWZjMzQ5MmRhZGZmZTg2YjliMjhjZGZiYjNj
15
+ OGI4ZTE3YTRlYmY3MjU3MTA4ZjgyMGQ0NmYyMGVhODI1NGNmZmI=
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/rdsubhas/serialize_has_many.svg?branch=master)](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
 
@@ -1,3 +1,3 @@
1
1
  module SerializeHasMany
2
- VERSION = "0.0.2"
2
+ VERSION = "1.0.0"
3
3
  end
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.2
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: Serialize has_many relationships into a single column
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: []