Skip to content

Commit

Permalink
Preparing v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 26, 2016
1 parent 18b8fd1 commit bab4359
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# master
# [master][]

* Your contribution here!

# [1.2.0][] (Oct 25 2016)

* Diff entire db directory when determining if migrations are needed

# 1.1.8 (Sep 13 2016)
Expand Down Expand Up @@ -56,3 +59,6 @@
# 1.0.0

Initial release

[master]: https://github.com/capistrano/rails/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/capistrano/rails/compare/v1.1.8...v1.2.0
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.1'
gem 'capistrano-rails', '~> 1.2'
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.1.8'
gem.version = '1.2.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 bab4359

Please sign in to comment.