phone_validator 1.0.0 → 1.0.1

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.
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