shatty 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/bin/shatty +2 -0
  2. data/shatty.gemspec +2 -1
  3. metadata +3 -2
data/bin/shatty CHANGED
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
1
3
  require "clamp"
2
4
  require "pty"
3
5
  require "ftw"
@@ -2,7 +2,7 @@ Gem::Specification.new do |spec|
2
2
  files = %x{git ls-files}.split("\n")
3
3
 
4
4
  spec.name = "shatty"
5
- spec.version = "0.0.3"
5
+ spec.version = "0.0.4"
6
6
  spec.summary = "shatty"
7
7
  spec.description = "shatty"
8
8
  spec.license = "none chosen yet"
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.files = files
13
13
  spec.require_paths << "lib"
14
14
  spec.bindir = "bin"
15
+ spec.executables << "shatty"
15
16
 
16
17
  spec.authors = ["Jordan Sissel"]
17
18
  spec.email = ["jls@semicomplete.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shatty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -30,7 +30,8 @@ dependencies:
30
30
  description: shatty
31
31
  email:
32
32
  - jls@semicomplete.com
33
- executables: []
33
+ executables:
34
+ - shatty
34
35
  extensions: []
35
36
  extra_rdoc_files: []
36
37
  files: