From c029e4128e4a8f25adda35795f5729bd4f62e51f Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sat, 11 Nov 2017 12:17:35 -0800 Subject: [PATCH] Preparing v2.1.3 --- CHANGELOG.md | 6 +++++- capistrano-rbenv.gemspec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0b011..6b30171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # [master][] * Your contribution here! + +# [2.1.3][] (11 Nov 2017) + * [#75](https://github.com/capistrano/rbenv/pull/75): Enforce uniqueness of rbenv_map_bins. # [2.1.2][] (29 Sep 2017) @@ -51,7 +54,8 @@ 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.2...HEAD +[master]: https://github.com/capistrano/rbenv/compare/v2.1.3...HEAD +[2.1.3]: https://github.com/capistrano/rbenv/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/capistrano/rbenv/compare/v2.1.1...v2.1.2 [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 diff --git a/capistrano-rbenv.gemspec b/capistrano-rbenv.gemspec index 7c91960..ec1e741 100644 --- a/capistrano-rbenv.gemspec +++ b/capistrano-rbenv.gemspec @@ -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.2' + gem.version = '2.1.3' gem.authors = ["Kir Shatrov", "Yamashita Yuu"] gem.email = ["shatrov@me.com", "yamashita@geishatokyo.com"] gem.description = %q{rbenv integration for Capistrano}