Skip to content

Commit

Permalink
Preparing v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 9, 2017
1 parent 030e858 commit ede4851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
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.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}
Expand Down

0 comments on commit ede4851

Please sign in to comment.