area_codex 0.0.2 → 0.0.3

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/area_codex.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.email = ["chris@unbounce.com"]
12
12
  gem.description = %q{Phone number area code lookup by region.}
13
13
  gem.summary = %q{A list of phone number area codes by country. Currently only supports Canada, the United States, and Mexico.}
14
- gem.homepage = ""
14
+ gem.homepage = "https://github.com/unbounce/area_codex"
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
17
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module AreaCodex
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: area_codex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -71,7 +71,7 @@ files:
71
71
  - test/lib/area_codex/region_test.rb
72
72
  - test/lib/area_codex/version_test.rb
73
73
  - test/test_helper.rb
74
- homepage: ''
74
+ homepage: https://github.com/unbounce/area_codex
75
75
  licenses: []
76
76
  post_install_message:
77
77
  rdoc_options: []
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  segments:
87
87
  - 0
88
- hash: -2200164139336540786
88
+ hash: 795985966257494883
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  none: false
91
91
  requirements:
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: -2200164139336540786
97
+ hash: 795985966257494883
98
98
  requirements: []
99
99
  rubyforge_project:
100
100
  rubygems_version: 1.8.24