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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f596658618531c4fcf2aed7ff39a9656b5050739abb19a7cf893ab0b5bcadc74
4
- data.tar.gz: a2c6b0fc63242520d2910127eb2235e80f4c28c5b198872dc2805e71c5ec2bd8
3
+ metadata.gz: 7afa867c96d73aebae4bd98eb16c778d43847fa06baa76cc8c0a47ba1e2e9402
4
+ data.tar.gz: 2b95a21224c8569a23784576d86a41edc01a12188af52568e381fdda62e626c8
5
5
  SHA512:
6
- metadata.gz: b620c77f17f81ca2a271a0a30771e2ec6937c45efe2940e5a2c6a9f4b4616b3fbe4dba7f79f9254c0b5ef6e61f1df4507ef8162b0a2495af2e0dfab89f8ebfdf
7
- data.tar.gz: 65777666d5db295d3cc31993a8f80f0a69d651abcde67d3b209a987b0adbe21bd789303d8f0fa2e49277672e420157cd73392aecca78cc57f257691bd8387b38
6
+ metadata.gz: 5e9b07fe255d04b7ad67d5139ea0fd2cb4616c264c142ce39c107d2f4f2367e6ca7e0aee7ac1728d7cfc1f378cefd8e50888fe313e00d72879164e61490b5bc2
7
+ data.tar.gz: d2bfef862e0a14a585d3e91d8accdbb4426725026efa6b4af4cd97f9cb30cb38735ff65ad1f0ec17d1cdb56ffcde818d5efe241ad0a83bacbb8387516ae0b05a
@@ -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/trainline/json-api-vanilla'
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")
@@ -2,7 +2,7 @@
2
2
  module JSON
3
3
  module Api
4
4
  module Vanilla
5
- VERSION = '1.0.3'
5
+ VERSION = '1.0.4'
6
6
  end
7
7
  end
8
8
  end
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.3
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/trainline/json-api-vanilla
36
+ homepage: http://github.com/espadrine/json-api-vanilla
37
37
  licenses:
38
38
  - Apache-2.0
39
39
  metadata: {}