rubygems-bundler 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.2
4
+ date: 2012-05-05
5
+
6
+ - fix #16 fix --env-shebang
7
+
3
8
  ## 0.9.1
4
9
  date: 2012-05-05
5
10
 
@@ -54,7 +54,7 @@ module RubyGemsBundlerInstaller
54
54
 
55
55
  if not ruby_name then
56
56
  "#!#{Gem.ruby}#{opts}"
57
- elsif inst.opts then
57
+ elsif opts then
58
58
  "#!/bin/sh\n'exec' #{ruby_name.dump} '-x' \"$0\" \"$@\"\n#{shebang}"
59
59
  else
60
60
  @env_path ||= Gem::Installer::ENV_PATHS.find {|env_path| File.executable? env_path }
@@ -1,3 +1,3 @@
1
1
  module RubygemsBundler
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-bundler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 1
10
- version: 0.9.1
9
+ - 2
10
+ version: 0.9.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Hull