heroku-bartender 0.1.4.1 → 0.1.4.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.
@@ -3,7 +3,7 @@ module Heroku
3
3
  class Command
4
4
  # move to an specific commit
5
5
  # Pending ada more testing stuff
6
- def move_to release, heroku_remote
6
+ def self.move_to release, heroku_remote
7
7
  `git push -f #{heroku_remote} #{release}:master`
8
8
  end
9
9
  end
@@ -17,7 +17,6 @@ module Heroku
17
17
  end
18
18
  def self.start(host, port, heroku_remote)
19
19
  @@heroku_remote = heroku_remote
20
- puts @@heroku_remote
21
20
  Heroku::Bartender::Server.run!(:host => host, :port => port)
22
21
  end
23
22
  end
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  module Bartender
3
- VERSION = '0.1.4.1'
3
+ VERSION = '0.1.4.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.1.4.1
5
+ version: 0.1.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sebastian Arcila-Valenzuela
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-09 00:00:00 -05:00
13
+ date: 2011-03-10 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency