phone_validator 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +2 -0
  2. metadata +4 -3
data/README.md CHANGED
@@ -14,6 +14,8 @@ global_phone >= 1.0.1
14
14
 
15
15
  ## Usage
16
16
 
17
+ Install [global_phone](https://github.com/sstephenson/global_phone)
18
+
17
19
  Add to your Gemfile:
18
20
 
19
21
  ```ruby
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phone_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-19 00:00:00.000000000 Z
12
+ date: 2013-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -102,7 +102,8 @@ files:
102
102
  - lib/phone_validator.rb
103
103
  - README.md
104
104
  homepage: http://github.com/ZenCocoon/phone_validator
105
- licenses: []
105
+ licenses:
106
+ - MIT
106
107
  post_install_message:
107
108
  rdoc_options:
108
109
  - --charset=UTF-8