shatty 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/shatty +2 -0
- data/shatty.gemspec +2 -1
- metadata +3 -2
data/bin/shatty
CHANGED
data/shatty.gemspec
CHANGED
@@ -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.
|
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.
|
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:
|