hash19 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6e2781c60e26a68ec9744c3fae4425ae8eaeab4
4
- data.tar.gz: 43f215b409572f8598d85448050a1256557253d6
3
+ metadata.gz: a7e8cb858f281fe243f6313e0f9994a5eab13fc6
4
+ data.tar.gz: e5c0f468c861235c25c5351a0b54b3e2994cc301
5
5
  SHA512:
6
- metadata.gz: 86e5288025699960a6fa93425a8e62046148af170a9ae718af00e6777694d91b0de7ee68cb8d9490dd8e2bf5a9a9d01d68e387e5e091641636d381cf232e17e5
7
- data.tar.gz: bd08b6977bbdb47f2b3a7a4e1332095aba92673b2e21f59f5a01921cb936f4a810434d7f2a199338c32d83a06e31dfad57d78016e04775937ed455cb3034d602
6
+ metadata.gz: 4b23828ba566e076c310640f9b70005240bf54bf5e0f2d4ad865e0a3f6c44bcdebc98e5a6541f467fcca0d0f550f27656de771840697771a49c796330cef4832
7
+ data.tar.gz: 6c647366fa43c37d68f5dcad640b97a097bf7e3480655fa9b2433f5ed3b06c6b24b08f10fb2d264b30e6181c73e46fe26ec1febdbbe7dd89b4d7496c39f7e5ac
data/hash19.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Hash19::VERSION
9
9
  spec.authors = ['RC']
10
10
  spec.email = ['rc.chandru@gmail.com']
11
- spec.summary = %q{Hash helpers to map complex JSON to ruby objects}
12
- spec.description = %q{Handles associations and eager loading and collection injection }
13
- spec.homepage = ''
11
+ spec.summary = %q{Hash helpers to map complex JSON to ruby objects. Handles associations and eager loading and collection injection}
12
+ spec.description = %q{Hash helpers to map complex JSON to ruby objects. Handles associations and eager loading and collection injection }
13
+ spec.homepage = 'https://github.com/rcdexta/hash19'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Hash19
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash19
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RC
@@ -108,7 +108,8 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: 'Handles associations and eager loading and collection injection '
111
+ description: 'Hash helpers to map complex JSON to ruby objects. Handles associations
112
+ and eager loading and collection injection '
112
113
  email:
113
114
  - rc.chandru@gmail.com
114
115
  executables: []
@@ -136,7 +137,7 @@ files:
136
137
  - spec/hash19/future_spec.rb
137
138
  - spec/hash19/injection_spec.rb
138
139
  - spec/spec_helper.rb
139
- homepage: ''
140
+ homepage: https://github.com/rcdexta/hash19
140
141
  licenses:
141
142
  - MIT
142
143
  metadata: {}
@@ -159,7 +160,8 @@ rubyforge_project:
159
160
  rubygems_version: 2.2.2
160
161
  signing_key:
161
162
  specification_version: 4
162
- summary: Hash helpers to map complex JSON to ruby objects
163
+ summary: Hash helpers to map complex JSON to ruby objects. Handles associations and
164
+ eager loading and collection injection
163
165
  test_files:
164
166
  - spec/hash19/associations_spec.rb
165
167
  - spec/hash19/contains_spec.rb