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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4505e81eeab7a75f2864d94c7f6489771a5414cb
4
- data.tar.gz: 8957c50f714795b0c072e68e491658a4ba66ebfc
3
+ metadata.gz: 36047c1fc8a64fb1bf99d33b06248a5cbeeb59b2
4
+ data.tar.gz: 3633271c9cf6673774b173c9e1b24150b122f313
5
5
  SHA512:
6
- metadata.gz: 5f4e61713bc91af1fed94791aeaeefd947c2c55413e44db138ad3f83fdcc9fb6ca6ba369cf32c9047b04e23684ec17a55ef83ef8f2ae6e6bced6252fd14de447
7
- data.tar.gz: 16925c6a6630e17f1b15fc112120044ab7f50f592fa848c78e6563b7be4d4d5d49ec0ad5b4e675752fd0b7b25f7ff8af2ffc2b0cacc30cdbe6e316dcf26ec11e
6
+ metadata.gz: 9f00865c52f02554970a09d04fce6fee471b97e09eae9b4ded822f4cc5aa5da097776fda39f2060b92f76596953505254a01d56423d1e420eab96d0e67651a3a
7
+ data.tar.gz: 86ca6c15c39b2805fc647b4bdedc5066caf5c2d72421d9d6f943b6ba16a6a5f4acfa94b98377af1c235692cd1cfc5bb267c5e6e6e53a5ad9724e22a8af8d94f6
@@ -1,3 +1,3 @@
1
1
  module Weatherbot
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
@@ -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 = "exe"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janusz Szubert
8
8
  autorequire:
9
- bindir: exe
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: