tobias-credit_card_validator 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,16 +44,7 @@ You can also use the validator to learn about the type of the card:
44
44
 
45
45
  == INSTALL:
46
46
 
47
- Once github fixes the bug that prevents me from building the gem:
48
-
49
- * gem sources -a http://gems.github.com
50
- * sudo gem install tobias-credit_card_validator
51
-
52
- Until then:
53
-
54
- * git clone git://github.com/tobias/credit_card_validator.git
55
- * cd credit_card_validator
56
- * rake install_gem
47
+ * gem install tobias-credit_card_validator --source http://gems.github.com
57
48
 
58
49
  == LICENSE:
59
50
 
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require File.join(File.dirname(__FILE__), 'credit_card_validator', 'validator')
5
5
 
6
6
  module CreditCardValidator
7
- VERSION = '0.0.2'
7
+ VERSION = '0.1.0'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tobias-credit_card_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Crawley
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-17 00:00:00 -07:00
12
+ date: 2009-03-27 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency