Skip to content

Commit ede4851

Browse files
committed
Preparing v1.3.0
1 parent 030e858 commit ede4851

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

33
* Your contribution here!
4+
5+
# [1.3.0][] (Jun 9 2017)
6+
47
* rails_assets_groups config option to set RAILS_GROUPS (https://github.com/capistrano/rails/pull/135)
58

69
# [1.2.3][] (Mar 4 2017)
@@ -74,7 +77,8 @@
7477

7578
Initial release
7679

77-
[master]: https://github.com/capistrano/rails/compare/v1.2.3...HEAD
80+
[master]: https://github.com/capistrano/rails/compare/v1.3.0...HEAD
81+
[1.3.0]: https://github.com/capistrano/rails/compare/v1.2.2...v1.3.0
7882
[1.2.3]: https://github.com/capistrano/rails/compare/v1.2.2...v1.2.3
7983
[1.2.2]: https://github.com/capistrano/rails/compare/v1.2.1...v1.2.2
8084
[1.2.1]: https://github.com/capistrano/rails/compare/v1.2.0...v1.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add these lines to your application's Gemfile:
1212
```ruby
1313
group :development do
1414
gem 'capistrano', '~> 3.6'
15-
gem 'capistrano-rails', '~> 1.2'
15+
gem 'capistrano-rails', '~> 1.3'
1616
end
1717
```
1818

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.3'
7+
gem.version = '1.3.0'
88
gem.authors = ["Tom Clements", "Lee Hambley", "Kir Shatrov"]
99
1010
gem.description = %q{Rails specific Capistrano tasks}

0 commit comments

Comments
 (0)