masonellwood_cli_app 0.1.0 → 0.1.1
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/bin/masonellwood-cli-app +6 -0
- data/lib/masonellwood_cli_app/version.rb +1 -1
- data/masonellwood_cli_app.gemspec +2 -2
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e9c98922a56764584b758d18a1828612ce4f9c9
|
4
|
+
data.tar.gz: 1c2e7c0acecc5bc78072cdd1a7c2b59606c2a62a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0087691bb4245563c12392895f426212d505dea234095f087290c51324b8d3890a49e4437111b2ccb40dd559cc2834881e05ecc5b814f8ae2db771d0de0204ec
|
7
|
+
data.tar.gz: acf820ceb1663f33907abec8761d7de07da0f1b86e82b249cb7b709aa216e1c175ec4258cb09b94a139ce94b70caf785e8de2168a0221e9fa30466cdac95359c
|
@@ -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
|
29
|
+
# spec.bindir = "exe"
|
30
|
+
spec.executables << 'masonellwood-cli-app'
|
31
31
|
spec.require_paths = ["lib"]
|
32
32
|
|
33
33
|
spec.add_development_dependency "bundler", "~> 1.15"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: masonellwood_cli_app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mason Ellwood
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -84,7 +84,8 @@ description: This gem with asks user input for there state name, then will promp
|
|
84
84
|
the use to type there city they would like to check the daily weather of.
|
85
85
|
email:
|
86
86
|
- masonellwood@gmail.com
|
87
|
-
executables:
|
87
|
+
executables:
|
88
|
+
- masonellwood-cli-app
|
88
89
|
extensions: []
|
89
90
|
extra_rdoc_files: []
|
90
91
|
files:
|
@@ -97,6 +98,7 @@ files:
|
|
97
98
|
- README.md
|
98
99
|
- Rakefile
|
99
100
|
- bin/console
|
101
|
+
- bin/masonellwood-cli-app
|
100
102
|
- bin/setup
|
101
103
|
- lib/masonellwood_cli_app.rb
|
102
104
|
- lib/masonellwood_cli_app/version.rb
|