Skip to content

Commit 7fe416a

Browse files
committed
Preparing v1.2.2
1 parent 57763c0 commit 7fe416a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [master][]
22

3+
* Your contribution here!
4+
5+
# [1.2.2][] (Jan 10 2017)
6+
37
* Restored compatibility with older versions of Rake (< 11.0.0), introduced in previous change. (@toupeira)
48

59
# [1.2.1][] (Dec 23 2016)
@@ -65,6 +69,7 @@
6569

6670
Initial release
6771

68-
[master]: https://github.com/capistrano/rails/compare/v1.2.1...HEAD
72+
[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD
73+
[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2
6974
[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1
7075
[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0

capistrano-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |gem|
66
gem.name = "capistrano-rails"
7-
gem.version = '1.2.1'
7+
gem.version = '1.2.2'
88
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
99
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"]
1010
gem.description = %q{Rails specific Capistrano tasks}

0 commit comments

Comments
 (0)