zipster 0.0.1 → 0.1.0
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/lib/zipster/version.rb +1 -1
- data/zipster.gemspec +1 -1
- metadata +5 -5
data/lib/zipster/version.rb
CHANGED
data/zipster.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Ethan Vizitei"]
|
|
10
10
|
s.email = ["ethan.vizitei@gmail.com"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "http://rubygems.org/gems/zipster"
|
|
12
12
|
s.summary = %q{Map zip codes to states}
|
|
13
13
|
s.description = %q{Give zipster a zip code, it will tell you what state it belongs to}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zipster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
- 0
|
|
9
8
|
- 1
|
|
10
|
-
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ethan Vizitei
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-29 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -66,7 +66,7 @@ files:
|
|
|
66
66
|
- spec/zipster_spec.rb
|
|
67
67
|
- zipster.gemspec
|
|
68
68
|
has_rdoc: true
|
|
69
|
-
homepage:
|
|
69
|
+
homepage: http://rubygems.org/gems/zipster
|
|
70
70
|
licenses: []
|
|
71
71
|
|
|
72
72
|
post_install_message:
|