weatherbot 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/weatherbot/version.rb +1 -1
- data/weatherbot-0.1.2.gem +0 -0
- data/weatherbot.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36047c1fc8a64fb1bf99d33b06248a5cbeeb59b2
|
|
4
|
+
data.tar.gz: 3633271c9cf6673774b173c9e1b24150b122f313
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f00865c52f02554970a09d04fce6fee471b97e09eae9b4ded822f4cc5aa5da097776fda39f2060b92f76596953505254a01d56423d1e420eab96d0e67651a3a
|
|
7
|
+
data.tar.gz: 86ca6c15c39b2805fc647b4bdedc5066caf5c2d72421d9d6f943b6ba16a6a5f4acfa94b98377af1c235692cd1cfc5bb267c5e6e6e53a5ad9724e22a8af8d94f6
|
data/lib/weatherbot/version.rb
CHANGED
|
Binary file
|
data/weatherbot.gemspec
CHANGED
|
@@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
27
27
|
f.match(%r{^(test|spec|features)/})
|
|
28
28
|
end
|
|
29
|
-
spec.bindir = "
|
|
30
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
29
|
+
spec.bindir = "bin"
|
|
30
|
+
spec.executables = ['weatherbot']#spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
31
31
|
spec.require_paths = ["lib"]
|
|
32
32
|
|
|
33
33
|
spec.add_development_dependency "bundler", "~> 1.15"
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: weatherbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Janusz Szubert
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2017-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
@@ -70,7 +70,8 @@ description: A Ruby CLI wrapper using the OpenWeatherMap.org API with interactiv
|
|
|
70
70
|
features that allow you to search any location's current weather and 3 day forecast.
|
|
71
71
|
email:
|
|
72
72
|
- TheInvalidNonce@gmail.com
|
|
73
|
-
executables:
|
|
73
|
+
executables:
|
|
74
|
+
- weatherbot
|
|
74
75
|
extensions: []
|
|
75
76
|
extra_rdoc_files: []
|
|
76
77
|
files:
|
|
@@ -92,6 +93,7 @@ files:
|
|
|
92
93
|
- lib/weatherbot/version.rb
|
|
93
94
|
- spec.md
|
|
94
95
|
- weatherbot-0.1.1.gem
|
|
96
|
+
- weatherbot-0.1.2.gem
|
|
95
97
|
- weatherbot.gemspec
|
|
96
98
|
homepage: https://github.com/TheInvalidNonce/weatherbot-cli-app
|
|
97
99
|
licenses:
|