ncua 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -2
  3. data/README.md +3 -0
  4. data/lib/ncua/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddc3ec546e01ed562477979e46f561a9d2d92a35
4
- data.tar.gz: 083c148ab6e1d1a38018095dc8356b6be59d1a8a
3
+ metadata.gz: 20abeb61c26871e8705897ceac9abeed015849f0
4
+ data.tar.gz: d24f28d26035ea941e9dee70141b5777fd531c29
5
5
  SHA512:
6
- metadata.gz: ebe48264ba4e9aee02ac366b7256a73f8654406c70ba785da3076c2b29acc02c2b0955bb9f072367ff3b867e1e31872d326ae4ba0b7db84b35f433dd921e4ace
7
- data.tar.gz: b68cff3ab80ea08baac13ac9e8a8d09221414b0095dfa46ddb83845473bb3f7bc2f090b2e555fb16466738754ed670cdb2d092411c3071c0f2760777f6c83dee
6
+ metadata.gz: 4f590b70b5f7fa136baa64487bc3cb6777bf474249f8b345458b9b3ec742a84dd00bc30f3765208d9d03cbf0186653142968aca5b277a1e2d60b48e89167944d
7
+ data.tar.gz: 26a038c20d0e262d2621c31e3dbea5f3a00a4abdfdcae85ca0023702cb2db2335e0f398ee01e44dff4b9639517c9c4720ba0e56b6cc179c3d9b5f2bb0c1e34c5
data/.travis.yml CHANGED
@@ -1,4 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
4
- before_install: gem install bundler -v 1.10.6
3
+ - 2.2
4
+ - 2.1
5
+ - 2.0
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Code Climate](https://codeclimate.com/github/ContinuityControl/ncua/badges/gpa.svg)](https://codeclimate.com/github/ContinuityControl/ncua)
2
+ [![Test Coverage](https://codeclimate.com/github/ContinuityControl/ncua/badges/coverage.svg)](https://codeclimate.com/github/ContinuityControl/ncua/coverage)
3
+ [![Build Status](https://travis-ci.org/ContinuityControl/ncua.svg)](https://travis-ci.org/ContinuityControl/ncua)
1
4
  # Ncua
2
5
 
3
6
  The NCUA [lets you search for a credit union office](http://www.ncua.gov/NCUAMapping/Pages/NCUAGOVMapping.aspx) by name, address and charter number. Their site uses a JSON api behind their
data/lib/ncua/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module NCUA
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncua
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Reznick
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-12 00:00:00.000000000 Z
11
+ date: 2015-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty