bowline-bundler 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/lib/bowline/bundler.rb
CHANGED
@@ -3,7 +3,7 @@ module Gem
|
|
3
3
|
remove_method(:app_script_text) if method_defined?(:app_script_text)
|
4
4
|
|
5
5
|
def app_script_text(bin_file_name)
|
6
|
-
path = @gem_home
|
6
|
+
path = Pathname.new(@gem_home)
|
7
7
|
template = File.read(File.join(File.dirname(__FILE__), "templates", "app_script.erb"))
|
8
8
|
erb = ERB.new(template, nil, '-')
|
9
9
|
erb.result(binding)
|