binlist 0.1.4 → 0.1.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/binlist/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a29e68115494bc87b56419f400ee22e283bc25b
4
- data.tar.gz: 7d41e7dbcd21a59adaee2b67903db67d5c5e00ff
3
+ metadata.gz: 094836c6c2074d318915f98d2dec667131efe346
4
+ data.tar.gz: 938c53150a5b16996f16c92125302a8bd5ebd485
5
5
  SHA512:
6
- metadata.gz: 524253aa91d7ba9d8df07c3051ccdb8a86edfef72b6c54355adb6fbd9209d9c76e4a4d5dd5e4c73de6e9d0b744d0b0e5e17175b1743ccdd7fb9aa2885cf0e406
7
- data.tar.gz: 25182ad964e20e8f9b0cea89e564bc7602818d727cb2e355b51151d9f7a94a2a080f7dd59150b500c0ed24baff1a2f5f8bf13518fec40bea47857549d0441c3a
6
+ metadata.gz: 9a07367a795400ff68da43c38184fdb09cdc9cfdfbca5144eff87d71f3568d6443c03f8c8d6b439a00fe515fbe4a1640c45b337e8cf23c51a9938261576ce7ca
7
+ data.tar.gz: 9f262010ae6b54d8aa7143c0b83ca95659e3e2c075d17cffeee4f3bf1758b08e5a6b65bad7ba05bbe39b032e1d2f67eb08745bab4573e9efeb9f16e8ac341a2d
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/binlist.svg)](http://badge.fury.io/rb/binlist)
1
2
  # Binlist
2
3
 
3
4
  Binlist is a simple gem for searching Issuer Identification Numbers (IIN). The first 6 digits of a credit card number are known as the Issuer Identification Number (IIN), previously known as Bank Identification Number (BIN). These identify the institution that issued the card to the card holder.
@@ -1,3 +1,3 @@
1
1
  module Binlist
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: binlist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thompson Edolo