rb_wunderground 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rb_wunderground/version.rb +1 -1
- data/rb_wunderground.gemspec +1 -1
- metadata +2 -2
data/rb_wunderground.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["rjsamson@me.com"]
|
11
11
|
gem.description = %q{A simple wrapper for the Weather Underground JSON API}
|
12
12
|
gem.summary = %q{A simple wrapper for the Weather Underground JSON API}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/rjsamson/rb_wunderground"
|
14
14
|
|
15
15
|
gem.add_runtime_dependency "json", "~> 1.7"
|
16
16
|
gem.add_runtime_dependency "httparty", "~> 0.9"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rb_wunderground
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -108,7 +108,7 @@ files:
|
|
108
108
|
- lib/rb_wunderground/version.rb
|
109
109
|
- rb_wunderground.gemspec
|
110
110
|
- spec/rb_wunderground_spec.rb
|
111
|
-
homepage:
|
111
|
+
homepage: https://github.com/rjsamson/rb_wunderground
|
112
112
|
licenses: []
|
113
113
|
post_install_message:
|
114
114
|
rdoc_options: []
|