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 +4 -4
- data/hash19.gemspec +3 -3
- data/lib/hash19/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7e8cb858f281fe243f6313e0f9994a5eab13fc6
|
4
|
+
data.tar.gz: e5c0f468c861235c25c5351a0b54b3e2994cc301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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")
|
data/lib/hash19/version.rb
CHANGED
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.
|
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: '
|
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
|