masonellwood_cli_app 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a193b31d2d3d85bdce1a8aeb95144d209d9822d
4
- data.tar.gz: 47aa888a09ca26e493572e2e53e0f490be3c2a76
3
+ metadata.gz: 5e9c98922a56764584b758d18a1828612ce4f9c9
4
+ data.tar.gz: 1c2e7c0acecc5bc78072cdd1a7c2b59606c2a62a
5
5
  SHA512:
6
- metadata.gz: 1b40ce46dac7b23c88d2df88309630f62de50a13ff00d8c444f6df35bb52f938460abe199b208c9db77e4e22e5c82c3aca765435249fdb98f8fe336c25c8bb67
7
- data.tar.gz: dfd085d51099be8457ed793b75d7275ba70bb4d47c32d6850378edaef5bf7225310fd0de387fb55a0311cabf074b863ec9ffb3766205d6a7577bed1b77586e5f
6
+ metadata.gz: 0087691bb4245563c12392895f426212d505dea234095f087290c51324b8d3890a49e4437111b2ccb40dd559cc2834881e05ecc5b814f8ae2db771d0de0204ec
7
+ data.tar.gz: acf820ceb1663f33907abec8761d7de07da0f1b86e82b249cb7b709aa216e1c175ec4258cb09b94a139ce94b70caf785e8de2168a0221e9fa30466cdac95359c
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "masonellwood_cli_app"
5
+
6
+ MasonellwoodCliApp::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module MasonellwoodCliApp
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 = "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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mason Ellwood
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-11 00:00:00.000000000 Z
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