heroku-bartender 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -3,9 +3,10 @@ Is a simple way to manage releases in heroku
3
3
 
4
4
  # How to bartender
5
5
  ## Install
6
-
6
+ gem install heroku-bartender
7
7
  ## Run
8
-
8
+ heroku-bartender
9
+ For now you must run `heroku-bartender` inside your repo dir
9
10
  # Feature
10
11
  You can rollback your heroku app to a specific commit hash
11
12
 
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  module Bartender
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
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.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sebastian Arcila-Valenzuela
@@ -66,7 +66,7 @@ files:
66
66
  - lib/heroku/bartender/views/template.erb
67
67
  - lib/heroku/bartender.rb
68
68
  has_rdoc: false
69
- homepage: http://github.com/sarcilav/bartende
69
+ homepage: http://github.com/sarcilav/heroku-bartender
70
70
  licenses: []
71
71
 
72
72
  post_install_message: