Skip to content

Commit

Permalink
Preparing v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 14, 2017
1 parent 0010b78 commit 65db329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# [master][]

* Your contribution here!

# [2.1.1][] (14 Apr 2017)

* [#70](https://github.com/capistrano/rbenv/pull/70): Improve log message when rbenv_ruby is not set - [@ivanovaleksey](https://github.com/ivanovaleksey)

# [2.1.0][] (4 Dec 2016)
Expand Down Expand Up @@ -43,5 +46,6 @@ Capistrano 3 -ready release.
Versions < 2.0 are located in another repo: https://github.com/yyuu/capistrano-rbenv


[master]: https://github.com/capistrano/rbenv/compare/v2.1.0...HEAD
[master]: https://github.com/capistrano/rbenv/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/capistrano/rbenv/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/capistrano/rbenv/compare/v2.0.4...v2.1.0
2 changes: 1 addition & 1 deletion capistrano-rbenv.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-rbenv"
gem.version = '2.1.0'
gem.version = '2.1.1'
gem.authors = ["Kir Shatrov", "Yamashita Yuu"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{rbenv integration for Capistrano}
Expand Down

0 comments on commit 65db329

Please sign in to comment.