Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossman committed Feb 7, 2017
1 parent da0e9d8 commit b03d951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
credit_card_sanitizer (0.6.0)
credit_card_sanitizer (0.6.1)
luhn_checksum (~> 0.1)
tracking_number (~> 0.10.2)

Expand Down Expand Up @@ -36,6 +36,7 @@ DEPENDENCIES
minitest
minitest-rg
rake
scrub_rb

BUNDLED WITH
1.14.2
1.14.3
2 changes: 1 addition & 1 deletion credit_card_sanitizer.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gem::Specification.new 'credit_card_sanitizer', '0.6.0' do |gem|
Gem::Specification.new 'credit_card_sanitizer', '0.6.1' do |gem|
gem.authors = ['Eric Chapweske', 'Gary Grossman', 'Victor Kmita']
gem.email = ['ggrossman@zendesk.com']
gem.description = 'Credit card sanitizer'
Expand Down

0 comments on commit b03d951

Please sign in to comment.