Skip to content

Commit

Permalink
Preparing for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Oct 14, 2014
1 parent 805d76b commit 9cfef39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.1.2
## 0.1.2 (14 Oct 2014)

* suppress this constant RVM checks if QUIET environment variables is set [#42](https://github.com/capistrano/rvm/pull/42)

* `rvm_roles` option [#41](https://github.com/capistrano/rvm/pull/41)

Expand Down
2 changes: 1 addition & 1 deletion capistrano-rvm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "capistrano-rvm"
gem.version = '0.1.1'
gem.version = '0.1.2'
gem.authors = ["Kir Shatrov"]
gem.email = ["shatrov@me.com"]
gem.description = %q{RVM integration for Capistrano}
Expand Down

0 comments on commit 9cfef39

Please sign in to comment.