ngp_van 0.1.1 → 0.1.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: e359a5f0de2f78b1f404d7262d0adfb63f24ac87
4
- data.tar.gz: 8edf31e879a2a1ee69e6fc75b50777614e102db4
3
+ metadata.gz: c5ebf789076bfb0ed4468eb018c33a786c53ad3b
4
+ data.tar.gz: e8f652e427d3fc4001146dea33a266d281199d18
5
5
  SHA512:
6
- metadata.gz: 0497e399cb50d0ef22fe6b9d9c6adfa599decf5f7a36120f5bc004978a4b922906859403d7c196e285b4b46cac59732e6fa340cbacab389f750d17736ac6156d
7
- data.tar.gz: 19dd59a120151cfd9ac3eec9c1de5e67edb851a55249b74fc018f62a25ba80b7fce089ee0943239e82bddeeeb327cea36f2c3e4436e0e6d9a2b82b0714f15ca2
6
+ metadata.gz: 3761dbb4658c3189bf6aefc5b4d864c0d921b0dd97de24c4d908b63e4bf6dec007a2a37e09e68f5e4d1c409eef0ed9e4356a0ba247a8d0d10310e316b578eb44
7
+ data.tar.gz: 9c65cd56f8e4070c65f5d61c85877b099f16ab0f3df82286a12ec2e5c48adc124c3ea5c6a9bbb118eed1ab468db7fa3e65492cf65b244c279a78e48d9b1b5a93
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The NGP VAN Ruby Gem
2
2
 
3
- [![Circle CI](https://circleci.com/gh/christopherstyles/ngp_van.svg?style=svg&circle-token=410c1ce6c4fd70b078726dffb0497bda82cbb983)](https://circleci.com/gh/christopherstyles/ngp_van) [![Test Coverage](https://codeclimate.com/github/christopherstyles/ngp_van/badges/coverage.svg)](https://codeclimate.com/github/christopherstyles/ngp_van/coverage) [![Code Climate](https://codeclimate.com/github/christopherstyles/ngp_van/badges/gpa.svg)](https://codeclimate.com/github/christopherstyles/ngp_van) [![Inline docs](http://inch-ci.org/github/christopherstyles/ngp_van.svg?branch=master)](http://inch-ci.org/github/christopherstyles/ngp_van)
3
+ [![Circle CI](https://circleci.com/gh/christopherstyles/ngp_van.svg?style=svg&circle-token=410c1ce6c4fd70b078726dffb0497bda82cbb983)](https://circleci.com/gh/christopherstyles/ngp_van) [![Test Coverage](https://codeclimate.com/github/christopherstyles/ngp_van/badges/coverage.svg)](https://codeclimate.com/github/christopherstyles/ngp_van/coverage) [![Code Climate](https://codeclimate.com/github/christopherstyles/ngp_van/badges/gpa.svg)](https://codeclimate.com/github/christopherstyles/ngp_van) [![Inline docs](http://inch-ci.org/github/christopherstyles/ngp_van.svg?branch=master)](http://inch-ci.org/github/christopherstyles/ngp_van) [![Gem Version](https://badge.fury.io/rb/ngp_van.svg)](https://badge.fury.io/rb/ngp_van)
4
4
 
5
5
  An unofficial Ruby wrapper for the [NGP VAN](http://developers.everyaction.com/) RESTful API.
6
6
 
@@ -11,7 +11,7 @@ module NgpVan
11
11
 
12
12
  # Current patch level.
13
13
  # @return [Integer]
14
- PATCH = 1
14
+ PATCH = 2
15
15
 
16
16
  # Full release version.
17
17
  # @return [String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ngp_van
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Styles
@@ -145,7 +145,7 @@ dependencies:
145
145
  - - "~>"
146
146
  - !ruby/object:Gem::Version
147
147
  version: '1.22'
148
- description: '["An unofficial Ruby wrapper for the NGP VAN API"]'
148
+ description: An unofficial Ruby wrapper for the NGP VAN API
149
149
  email:
150
150
  - christopherstyles@gmail.com
151
151
  executables: []
@@ -265,5 +265,5 @@ rubyforge_project:
265
265
  rubygems_version: 2.5.1
266
266
  signing_key:
267
267
  specification_version: 4
268
- summary: '["Ruby wrapper for the NGP VAN API"]'
268
+ summary: Ruby wrapper for the NGP VAN API
269
269
  test_files: []
metadata.gz.sig CHANGED
Binary file