credit_card_field 0.0.1 → 0.9

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.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["bzbnhang@gmail.com"]
11
11
  gem.description = %q{Credit Card type}
12
12
  gem.summary = %q{Credit Card type field}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/BenZhang/credit_card_type_field"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module CreditCardField
2
- VERSION = "0.0.1"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: credit_card_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: '0.9'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -37,7 +37,7 @@ files:
37
37
  - vendor/assets/images/credit_cards/visa_32.png
38
38
  - vendor/assets/javascripts/credit_card_field.coffee
39
39
  - vendor/assets/stylesheets/credit_card_field.css.scss
40
- homepage: ''
40
+ homepage: https://github.com/BenZhang/credit_card_type_field
41
41
  licenses: []
42
42
  post_install_message:
43
43
  rdoc_options: []