wthr 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.
Files changed (3) hide show
  1. data/lib/wthr/version.rb +1 -1
  2. data/wthr.gemspec +2 -2
  3. metadata +4 -4
data/lib/wthr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wthr
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.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.2
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.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.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: []