jsonapi-rb 0.1.1.beta2 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. metadata +9 -23
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0add165ee279efa14b140ba8c21f247b907845f
4
- data.tar.gz: 502d8a04802e5c2621820bd317f68cf1b80b2100
3
+ metadata.gz: 8ac487a1a60b379764b46de979beeb4c1645aa70
4
+ data.tar.gz: e4bf138540da13af6e94bc47d087c35ab8f7a8ef
5
5
  SHA512:
6
- metadata.gz: 24ad9f4e4923287bb6fd234bc88c0deee30478aab28cdf7401bb6f13b3bdb75a3ba999e6166e1428468a124cc27710b4aa6049ff33f23395624fe77056e84be7
7
- data.tar.gz: 0bad3f7e0afcb6cd847497da703c772cf08f71b4b163f822c0349cf674cd00cb018d0195dece54252984a3b01ddc36909aab1e2cb41fadb62deb14a9f3f7bce3
6
+ metadata.gz: 8e93a5603c02b17087020ef8dd300b1ba14fecd1bd7a4ff37c383436f1ed7384b730d27b4523a5b850c2df7d911200318c2058e6e8d90d77239f3c1947c0ca78
7
+ data.tar.gz: ad5157b3df4100d0596a3a92b1e0ffa19c5537126bafef51cb17576d3493e50da20d03cf803e42f9aae84f92ab1de5aeeb06b4f562afdc999eaeaefa7ca3e480
data/README.md CHANGED
@@ -4,7 +4,7 @@ Ruby gem for building and consuming [JSON API](http://jsonapi.org) documents.
4
4
  ## Status
5
5
 
6
6
  [![Gem Version](https://badge.fury.io/rb/jsonapi-rb.svg)](https://badge.fury.io/rb/jsonapi-rb)
7
- [![Build Status](https://secure.travis-ci.org/jsonapi-rb/jsonapi-rb.svg?branch=master)](http://travis-ci.org/jsonapi-rb/jsonapi-rb?branch=master)
7
+ [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/jsonapi-rb/Lobby)
8
8
 
9
9
  ## Installation
10
10
  ```ruby
@@ -20,9 +20,10 @@ or manually via
20
20
  $ gem install jsonapi-rb
21
21
  ```
22
22
 
23
- ## Usage
24
23
 
25
- TODO
24
+ ## Usage and documentation
25
+
26
+ See [jsonapi-rb.org/guides](http://jsonapi-rb.org/guides).
26
27
 
27
28
  ## License
28
29
 
metadata CHANGED
@@ -1,57 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.beta2
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Hosseini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: jsonapi-parser
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '='
18
- - !ruby/object:Gem::Version
19
- version: 0.1.1.beta3
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '='
25
- - !ruby/object:Gem::Version
26
- version: 0.1.1.beta3
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: jsonapi-serializable
29
15
  requirement: !ruby/object:Gem::Requirement
30
16
  requirements:
31
17
  - - '='
32
18
  - !ruby/object:Gem::Version
33
- version: 0.1.1.beta4
19
+ version: 0.1.1
34
20
  type: :runtime
35
21
  prerelease: false
36
22
  version_requirements: !ruby/object:Gem::Requirement
37
23
  requirements:
38
24
  - - '='
39
25
  - !ruby/object:Gem::Version
40
- version: 0.1.1.beta4
26
+ version: 0.1.1
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: jsonapi-deserializable
43
29
  requirement: !ruby/object:Gem::Requirement
44
30
  requirements:
45
31
  - - '='
46
32
  - !ruby/object:Gem::Version
47
- version: 0.1.1.beta3
33
+ version: 0.1.1
48
34
  type: :runtime
49
35
  prerelease: false
50
36
  version_requirements: !ruby/object:Gem::Requirement
51
37
  requirements:
52
38
  - - '='
53
39
  - !ruby/object:Gem::Version
54
- version: 0.1.1.beta3
40
+ version: 0.1.1
55
41
  description: Build and consume JSON API documents.
56
42
  email: lucas.hosseini@gmail.com
57
43
  executables: []
@@ -74,12 +60,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
60
  version: '0'
75
61
  required_rubygems_version: !ruby/object:Gem::Requirement
76
62
  requirements:
77
- - - ">"
63
+ - - ">="
78
64
  - !ruby/object:Gem::Version
79
- version: 1.3.1
65
+ version: '0'
80
66
  requirements: []
81
67
  rubyforge_project:
82
- rubygems_version: 2.5.1
68
+ rubygems_version: 2.6.8
83
69
  signing_key:
84
70
  specification_version: 4
85
71
  summary: Build and consume JSON API documents.