ncua 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/ncua/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16c9dd591d860da6e7e8fa6a86e3342e9f2065a9
|
4
|
+
data.tar.gz: c3c4d2003adbbc3e86c919f69606893d392fd6b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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