Skip to content

Commit

Permalink
Preparing v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 4, 2017
1 parent 8334fcc commit 6bcad38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# [master][]

* Your contribution here!

# [1.2.3][] (Mar 4 2017)

* [#200](https://github.com/capistrano/rails/pull/200): Don't link public/assets if public is already linked - [@mattbrictson](https://github.com/mattbrictson)

# [1.2.2][] (Jan 10 2017)
Expand Down Expand Up @@ -70,7 +73,8 @@

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.2.2...HEAD
[master]: https://github.com/capistrano/rails/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/capistrano/rails/compare/v1.2.2...v1.2.3
[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.2'
gem.version = '1.2.3'
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com", "shatrov@me.com"]
gem.description = %q{Rails specific Capistrano tasks}
Expand Down

0 comments on commit 6bcad38

Please sign in to comment.