Skip to content

Commit 2292a89

Browse files
committed
Preparing for 1.1.2
1 parent e4f93b7 commit 2292a89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# future release
22

3+
* ready for contributors
4+
5+
# 1.1.2 (Sep 1 2014)
6+
37
* rails_env is set before deploy (https://github.com/capistrano/rails/pull/66)
48
* with `conditionally_migrate` option enabled you can skip `db:migrate` if there were no new migrations (https://github.com/capistrano/rails/pull/71)
59
* Allow early overriding of assets_* parameters (https://github.com/capistrano/rails/pull/73)

capistrano-rails.gemspec

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

0 commit comments

Comments
 (0)