heroku-bartender 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,10 +7,10 @@ module Heroku
7
7
  new(command, *args)
8
8
  end
9
9
 
10
- def initialize(command, project_path = nil, parent = nil)
10
+ def initialize(command, project_path = ".", parent = nil)
11
11
  @command = command
12
12
  @parent = parent
13
- @project_path = project_path || File.join(File.dirname(__FILE__), '../../')
13
+ @project_path = project_path
14
14
  end
15
15
 
16
16
  def method_missing(command, *args)
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  module Bartender
3
- VERSION = '0.3.1'
3
+ VERSION = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: heroku-bartender
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sebastian Arcila-Valenzuela
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-11 00:00:00 -05:00
14
- default_executable:
13
+ date: 2011-04-11 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: rspec
@@ -79,7 +78,6 @@ files:
79
78
  - lib/heroku/bartender/views/template.erb
80
79
  - lib/heroku/bartender.rb
81
80
  - bin/heroku-bartender
82
- has_rdoc: false
83
81
  homepage: http://github.com/sarcilav/heroku-bartender
84
82
  licenses: []
85
83
 
@@ -103,9 +101,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
101
  requirements: []
104
102
 
105
103
  rubyforge_project:
106
- rubygems_version: 1.5.0
104
+ rubygems_version: 1.7.2
107
105
  signing_key:
108
106
  specification_version: 3
109
107
  summary: "See example: https://github.com/sarcilav/heroku-bartender/blob/master/README.markdown"
110
108
  test_files: []
111
109
 
110
+ has_rdoc: false