ncua 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/ncua/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6f326a7a6f068aee86a33242b5ecf86854a703f
4
- data.tar.gz: c41acc4e95c3844e70777a92d2c195215190c3d6
3
+ metadata.gz: 16c9dd591d860da6e7e8fa6a86e3342e9f2065a9
4
+ data.tar.gz: c3c4d2003adbbc3e86c919f69606893d392fd6b0
5
5
  SHA512:
6
- metadata.gz: 8e4626a806509d6d86708c941e95f2dde5ee7f1e64da723d67cee6647aafa2f09573b870569bd8d4d8e5c867f6a08a6f389443e322bd428ba4d2bb46a3a1c413
7
- data.tar.gz: db5081802b2e14a417648557e406eaff2705575dc72a0c64be291b8d12062543d9ac31fe64a7bc46d3266b3beeda9a46c22d03943a15de47adac8c782a270593
6
+ metadata.gz: de9c5bef9c1b65db09bb1cc1ab2d81dea57ee01bea17b4f0365b5eef2420d52d5f7d5ed6d62981cd4dad82f24dcfc040ade9c39ee99b2d26151c486cfca514d7
7
+ data.tar.gz: cc61bb395bad5ae58149fd9caa71fee4b9ebf721ccd5931eaafb9a921ff8ed9d58992eadd96ad1e82c1752479c09e829c0b711762e5576b3323cf5e48904be73
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  [![Code Climate](https://codeclimate.com/github/ContinuityControl/ncua/badges/gpa.svg)](https://codeclimate.com/github/ContinuityControl/ncua)
2
2
  [![Test Coverage](https://codeclimate.com/github/ContinuityControl/ncua/badges/coverage.svg)](https://codeclimate.com/github/ContinuityControl/ncua/coverage)
3
3
  [![Build Status](https://travis-ci.org/ContinuityControl/ncua.svg)](https://travis-ci.org/ContinuityControl/ncua)
4
+ [![Gem Version](https://badge.fury.io/rb/ncua.svg)](http://badge.fury.io/rb/ncua)
4
5
  # Ncua
5
6
 
6
7
  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.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncua
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Reznick