geordi 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- # we need to port this to Ruby
4
- exec "#{$0}.sh", *ARGV
5
-
3
+ # sorry
4
+ path = Gem.bin_path('geordi', 'install-gems-remotely.sh')
5
+ exec path, *ARGV
data/geordi.gemspec CHANGED
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
16
16
 
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }.reject{ |f| f =~ /\.sh$/ }
20
20
  s.require_paths = ["lib"]
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -27,7 +27,6 @@ executables:
27
27
  - b
28
28
  - dumple
29
29
  - install-gems-remotely
30
- - install-gems-remotely.sh
31
30
  - power-deploy
32
31
  - power-rake
33
32
  - remotify-local-branch