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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/lib/ngp_van/version.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5ebf789076bfb0ed4468eb018c33a786c53ad3b
|
4
|
+
data.tar.gz: e8f652e427d3fc4001146dea33a266d281199d18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3761dbb4658c3189bf6aefc5b4d864c0d921b0dd97de24c4d908b63e4bf6dec007a2a37e09e68f5e4d1c409eef0ed9e4356a0ba247a8d0d10310e316b578eb44
|
7
|
+
data.tar.gz: 9c65cd56f8e4070c65f5d61c85877b099f16ab0f3df82286a12ec2e5c48adc124c3ea5c6a9bbb118eed1ab468db7fa3e65492cf65b244c279a78e48d9b1b5a93
|
checksums.yaml.gz.sig
CHANGED
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
|
-
[](https://circleci.com/gh/christopherstyles/ngp_van) [](https://codeclimate.com/github/christopherstyles/ngp_van/coverage) [](https://codeclimate.com/github/christopherstyles/ngp_van) [](http://inch-ci.org/github/christopherstyles/ngp_van)
|
3
|
+
[](https://circleci.com/gh/christopherstyles/ngp_van) [](https://codeclimate.com/github/christopherstyles/ngp_van/coverage) [](https://codeclimate.com/github/christopherstyles/ngp_van) [](http://inch-ci.org/github/christopherstyles/ngp_van) [](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
|
|
data/lib/ngp_van/version.rb
CHANGED
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.
|
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:
|
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:
|
268
|
+
summary: Ruby wrapper for the NGP VAN API
|
269
269
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|