File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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)
6569
6670Initial 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::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}
You can’t perform that action at this time.
0 commit comments