heroku-bartender 0.1.0 → 0.1.1
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.
- data/README.markdown +3 -2
- data/lib/heroku/bartender/version.rb +1 -1
- metadata +2 -2
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
|
|
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.
|
|
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/
|
|
69
|
+
homepage: http://github.com/sarcilav/heroku-bartender
|
|
70
70
|
licenses: []
|
|
71
71
|
|
|
72
72
|
post_install_message:
|