wthr 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wthr/version.rb +1 -1
- metadata +3 -3
- /data/bin/{wthr.rb → wthr} +0 -0
data/lib/wthr/version.rb
CHANGED
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.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -63,7 +63,7 @@ description: A command line tool for interacting with the Weather Underground AP
|
|
63
63
|
email:
|
64
64
|
- rjsamson@me.com
|
65
65
|
executables:
|
66
|
-
- wthr
|
66
|
+
- wthr
|
67
67
|
extensions: []
|
68
68
|
extra_rdoc_files: []
|
69
69
|
files:
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- LICENSE.txt
|
73
73
|
- README.md
|
74
74
|
- Rakefile
|
75
|
-
- bin/wthr
|
75
|
+
- bin/wthr
|
76
76
|
- lib/wthr.rb
|
77
77
|
- lib/wthr/cli.rb
|
78
78
|
- lib/wthr/version.rb
|
/data/bin/{wthr.rb → wthr}
RENAMED
File without changes
|