rube 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.
Files changed (4) hide show
  1. data/Manifest.txt +1 -1
  2. data/VERSION +1 -1
  3. data/bin/rube +2 -0
  4. metadata +4 -3
@@ -4,7 +4,7 @@ PostInstall.txt
4
4
  README.rdoc
5
5
  Rakefile
6
6
  VERSION
7
- lib/rube
7
+ bin/rube
8
8
  lib/rube.rb
9
9
  script/console
10
10
  script/destroy
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,2 @@
1
+ #!/bin/bash
2
+ `dirname $0`/../lib/rube.rb "$@"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rube
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
  - Richard LeBer
@@ -41,8 +41,8 @@ description: |-
41
41
  rube [options] task ...
42
42
  email:
43
43
  - rleber@mindspring.com
44
- executables: []
45
-
44
+ executables:
45
+ - rube
46
46
  extensions: []
47
47
 
48
48
  extra_rdoc_files:
@@ -57,6 +57,7 @@ files:
57
57
  - README.rdoc
58
58
  - Rakefile
59
59
  - VERSION
60
+ - bin/rube
60
61
  - lib/rube.rb
61
62
  - script/console
62
63
  - script/destroy