validates_for_australia 0.0.1 → 0.0.2
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.
- data/README.md +5 -3
- data/lib/validates_for_australia/version.rb +1 -1
- metadata +8 -8
data/README.md
CHANGED
@@ -2,16 +2,18 @@
|
|
2
2
|
|
3
3
|
## Introduction ##
|
4
4
|
|
5
|
-
|
5
|
+
validates_for_australia provides you validators for Australian numbers such as TFN or ABN.
|
6
6
|
|
7
7
|
## Installation ##
|
8
8
|
|
9
9
|
Install using rubygems:
|
10
|
+
|
10
11
|
```bash
|
11
|
-
gem install
|
12
|
+
gem install validates_for_australia
|
12
13
|
```
|
13
14
|
|
14
15
|
Or add the gem in your Gemfile
|
16
|
+
|
15
17
|
```ruby
|
16
18
|
gem 'validates_for_australia'
|
17
19
|
```
|
@@ -39,4 +41,4 @@ Contributors and patches are welcome! Please send a pull request!
|
|
39
41
|
|
40
42
|
## License ##
|
41
43
|
|
42
|
-
Validates For Australia is Copyright © 2011 Damien Brzoska. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
|
44
|
+
Validates For Australia is Copyright © 2011 Damien Brzoska. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: validates_for_australia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,12 +9,12 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-10-
|
12
|
+
date: 2011-10-07 00:00:00.000000000 +10:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
17
|
-
requirement: &
|
17
|
+
requirement: &2162327760 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: 3.1.1.rc2
|
23
23
|
type: :development
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *2162327760
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: sqlite3
|
28
|
-
requirement: &
|
28
|
+
requirement: &2162327220 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ! '>='
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *2162327220
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: shoulda
|
39
|
-
requirement: &
|
39
|
+
requirement: &2162326680 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - ! '>='
|
@@ -44,7 +44,7 @@ dependencies:
|
|
44
44
|
version: '0'
|
45
45
|
type: :development
|
46
46
|
prerelease: false
|
47
|
-
version_requirements: *
|
47
|
+
version_requirements: *2162326680
|
48
48
|
description: Use those validators for Australian numbers as ABN, TFN, ...
|
49
49
|
email:
|
50
50
|
- damien.brz@gmail.com
|