Skip to content

Commit

Permalink
Preparing v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 8, 2018
1 parent cb470f5 commit b8807f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Your contribution here!

# [2.1.4][] (8 Sep 2018)

* [#82](https://github.com/capistrano/rbenv/pull/82): Specify MIT license in gemspec

# [2.1.3][] (11 Nov 2017)

* [#75](https://github.com/capistrano/rbenv/pull/75): Enforce uniqueness of rbenv_map_bins.
Expand Down Expand Up @@ -54,7 +58,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.3...HEAD
[master]: https://github.com/capistrano/rbenv/compare/v2.1.4...HEAD
[2.1.4]: https://github.com/capistrano/rbenv/compare/v2.1.3...v2.1.4
[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
Expand Down
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.3'
gem.version = '2.1.4'
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 b8807f3

Please sign in to comment.