Skip to content

Commit

Permalink
Preparing v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 10, 2017
1 parent 57763c0 commit 7fe416a
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
@@ -1,5 +1,9 @@
# [master][]

* Your contribution here!

# [1.2.2][] (Jan 10 2017)

* Restored compatibility with older versions of Rake (< 11.0.0), introduced in previous change. (@toupeira)

# [1.2.1][] (Dec 23 2016)
Expand Down Expand Up @@ -65,6 +69,7 @@

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.2.1...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0
2 changes: 1 addition & 1 deletion capistrano-rails.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-rails"
gem.version = '1.2.1'
gem.version = '1.2.2'
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
gem.email = ["[email protected]", "[email protected]", "[email protected]"]
gem.description = %q{Rails specific Capistrano tasks}
Expand Down

0 comments on commit 7fe416a

Please sign in to comment.