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
@@ -54,7 +54,7 @@ module RubyGemsBundlerInstaller
|
|
54
54
|
|
55
55
|
if not ruby_name then
|
56
56
|
"#!#{Gem.ruby}#{opts}"
|
57
|
-
elsif
|
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 }
|
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:
|
4
|
+
hash: 63
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 2
|
10
|
+
version: 0.9.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Hull
|