json-api-vanilla 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/json-api-vanilla.gemspec +1 -1
- data/lib/json-api-vanilla/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7afa867c96d73aebae4bd98eb16c778d43847fa06baa76cc8c0a47ba1e2e9402
|
4
|
+
data.tar.gz: 2b95a21224c8569a23784576d86a41edc01a12188af52568e381fdda62e626c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e9b07fe255d04b7ad67d5139ea0fd2cb4616c264c142ce39c107d2f4f2367e6ca7e0aee7ac1728d7cfc1f378cefd8e50888fe313e00d72879164e61490b5bc2
|
7
|
+
data.tar.gz: d2bfef862e0a14a585d3e91d8accdbb4426725026efa6b4af4cd97f9cb30cb38735ff65ad1f0ec17d1cdb56ffcde818d5efe241ad0a83bacbb8387516ae0b05a
|
data/json-api-vanilla.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.authors = ['Thaddée Tyl']
|
11
11
|
s.email = ['thaddee.tyl@gmail.com']
|
12
|
-
s.homepage = 'http://github.com/
|
12
|
+
s.homepage = 'http://github.com/espadrine/json-api-vanilla'
|
13
13
|
s.summary = %q{Deserialize JSON API formats into vanilla Ruby objects.}
|
14
14
|
s.description = %q{Given a JSON API string, we parse it and return a document that can be browsed — as if the objects defined in the file were plain old Ruby objects.}
|
15
15
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json-api-vanilla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thaddée Tyl
|
@@ -33,7 +33,7 @@ files:
|
|
33
33
|
- spec/json-api-vanilla/diff_spec.rb
|
34
34
|
- spec/json-api-vanilla/example.json
|
35
35
|
- spec/spec_helper.rb
|
36
|
-
homepage: http://github.com/
|
36
|
+
homepage: http://github.com/espadrine/json-api-vanilla
|
37
37
|
licenses:
|
38
38
|
- Apache-2.0
|
39
39
|
metadata: {}
|