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
1
+ 0.0.2
@@ -19,7 +19,7 @@ require "bowline/bundler/dependency"
19
19
  require "bowline/bundler/remote_specification"
20
20
 
21
21
  module Bundler
22
- VERSION = "0.0.1"
22
+ VERSION = "0.0.2"
23
23
 
24
24
  class << self
25
25
  attr_writer :logger
@@ -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)
@@ -1,4 +1,4 @@
1
1
  require 'rbconfig'
2
2
  engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby'
3
- version = '1.9.1'
3
+ version = "1.9.1"
4
4
  require File.expand_path("../#{engine}/#{version}/environment", __FILE__)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alex MacCaw