octosh 0.0.2 → 0.0.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.
@@ -1,3 +1,3 @@
1
1
  module Octosh
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octosh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,7 @@ description: Octosh
15
15
  email:
16
16
  - brianmmcclain@gmail.com
17
17
  executables:
18
- - octoch
18
+ - octosh
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
@@ -25,7 +25,7 @@ files:
25
25
  - Gemfile.lock
26
26
  - README.md
27
27
  - Rakefile
28
- - bin/octoch
28
+ - bin/octosh
29
29
  - lib/octosh.rb
30
30
  - lib/octosh/cli.rb
31
31
  - lib/octosh/helper.rb
File without changes