.travis.yml | 100644 | 0 | 0 | | | 57 Bytes | 8c80ff047e78ecb6e30a483c0dde8d3c6fa694576ea13d899f822c4c320d24bc |
Gemfile | 100644 | 0 | 0 | | | 212 Bytes | a59876479d550d62e6fc4279e6a2d8faafb61c345164f956338a6f2135206d36 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.05 KB | 56760d930fe5a69119ae70fca5ec3ac375a70a7b5d5fc6b4511260de7727de6c |
README.md | 100644 | 0 | 0 | | | 4.38 KB | 5372b3fa87c3b4209326ae819a8babc03a18b2eafef132c20b5891a62e89f54e |
Rakefile | 100644 | 0 | 0 | | | 233 Bytes | 63050f1dfe5fd60bccb5089590cad124fd1e4f61bfb9398cfe370f7e26c1b8c3 |
credit_card_validations.gemspec | 100644 | 0 | 0 | | | 1.09 KB | 383e4fd0bf36f3b1038babcb05db70767098d1996c25f8e106eb05a901f053e3 |
lib/active_model/credit_card_number_validator.rb | 100644 | 0 | 0 | | | 459 Bytes | 4fd3b60e4e1a6789b800068f4ca880527d6f2711e7d579e0f2e286f465379e0d |
lib/credit_card_validations.rb | 100644 | 0 | 0 | | | 848 Bytes | af781597434bb146e55fc96f3e8fc816343f2047185d182792529b571457caf0 |
lib/credit_card_validations/card_rules.rb | 100644 | 0 | 0 | | | 3.09 KB | 1b9e04fd293ceb3ec31a87cb983201e80c0f2152e9156acaadc4a8fd70516d0d |
lib/credit_card_validations/detector.rb | 100644 | 0 | 0 | | | 1.59 KB | dbe641cf0b3380a9f8e15c3798256b09467ce5ff46b04c71187f9c4f4973da4b |
lib/credit_card_validations/luhn.rb | 100644 | 0 | 0 | | | 322 Bytes | 9e710e5469c277dcfbbd564db764d882e0f7e8b5814f349ec9f6ab62cabb9ca8 |
lib/credit_card_validations/mmi.rb | 100644 | 0 | 0 | | | 1.62 KB | e01271d5e0d464e764fd01d36437613764e6c9104c15b829fedea0214022a9fa |
lib/credit_card_validations/string.rb | 100644 | 0 | 0 | | | 215 Bytes | 4682d77b866cda567479aa52bad3158ca7272ee5ef88d1d23a272c481cfd0a75 |
lib/credit_card_validations/version.rb | 100644 | 0 | 0 | | | 53 Bytes | d28471d674485ade48ef423763dc5392bf847b9800046033aac2954a3d76481b |
test/credit_card_validations_test.rb | 100644 | 0 | 0 | | | 4.62 KB | aa52294145e904a58636fcc9c04d7d4ba0eaf54c1ad9929ee604cd9ca3a4aedf |
test/fixtures/invalid_cards.yml | 100644 | 0 | 0 | | | 97 Bytes | 2f7ecd7794d1f9c90a00e16b8fec620702450cda761427268dd9c40e4a61c0fd |
test/fixtures/valid_cards.yml | 100644 | 0 | 0 | | | 1.5 KB | ed3e0cc97f363d455c94a56acbf0d68a8d450a470e74d40f014f42b22cc1334e |
test/models/any_credit_card.rb | 100644 | 0 | 0 | | | 146 Bytes | b5490739cf3da73e6a3f1a90a884a8e04eeaf6b8835663997fbc2726267f6ec7 |
test/models/credit_card.rb | 100644 | 0 | 0 | | | 148 Bytes | 899e911e97687596238992c5a3bcf58a8ec135297b847ad212a97c53d6e4ca2d |
test/test_helper.rb | 100644 | 0 | 0 | | | 416 Bytes | b5a2d05606e44baa4164a441382e8fc3bd79a16ed7d9103b6a7b535eb6930bcf |