wthr 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wthr/version.rb +1 -1
- data/wthr.gemspec +2 -2
- metadata +4 -4
data/lib/wthr/version.rb
CHANGED
data/wthr.gemspec
CHANGED
@@ -10,9 +10,9 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["rjsamson@me.com"]
|
11
11
|
gem.description = %q{A command line tool for interacting with the Weather Underground API}
|
12
12
|
gem.summary = %q{A command line tool for interacting with the Weather Underground API}
|
13
|
-
gem.homepage = ""
|
13
|
+
gem.homepage = "https://github.com/rjsamson/wthr"
|
14
14
|
|
15
|
-
gem.add_runtime_dependency "rb_wunderground", "~> 0.1.
|
15
|
+
gem.add_runtime_dependency "rb_wunderground", "~> 0.1.2"
|
16
16
|
gem.add_runtime_dependency "thor"
|
17
17
|
gem.add_runtime_dependency "rainbow"
|
18
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wthr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.1.
|
21
|
+
version: 0.1.2
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.1.
|
29
|
+
version: 0.1.2
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: thor
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,7 +77,7 @@ files:
|
|
77
77
|
- lib/wthr/cli.rb
|
78
78
|
- lib/wthr/version.rb
|
79
79
|
- wthr.gemspec
|
80
|
-
homepage:
|
80
|
+
homepage: https://github.com/rjsamson/wthr
|
81
81
|
licenses: []
|
82
82
|
post_install_message:
|
83
83
|
rdoc_options: []
|