From ede48511592bbc2b87af3b2d7dfca4c6f172759c Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 9 Jun 2017 13:12:55 -0700 Subject: [PATCH] Preparing v1.3.0 --- CHANGELOG.md | 6 +++++- README.md | 2 +- capistrano-rails.gemspec | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56661fe..06e73de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # [master][] * Your contribution here! + +# [1.3.0][] (Jun 9 2017) + * rails_assets_groups config option to set RAILS_GROUPS (https://github.com/capistrano/rails/pull/135) # [1.2.3][] (Mar 4 2017) @@ -74,7 +77,8 @@ Initial release -[master]: https://github.com/capistrano/rails/compare/v1.2.3...HEAD +[master]: https://github.com/capistrano/rails/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/capistrano/rails/compare/v1.2.2...v1.3.0 [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 diff --git a/README.md b/README.md index 1c20585..9c8f57a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add these lines to your application's Gemfile: ```ruby group :development do gem 'capistrano', '~> 3.6' - gem 'capistrano-rails', '~> 1.2' + gem 'capistrano-rails', '~> 1.3' end ``` diff --git a/capistrano-rails.gemspec b/capistrano-rails.gemspec index ec64125..89fc00c 100644 --- a/capistrano-rails.gemspec +++ b/capistrano-rails.gemspec @@ -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.3' + gem.version = '1.3.0' 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}