Skip to content

Commit

Permalink
Prepare for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Aug 4, 2014
1 parent f1ac9ea commit c1f902e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# future release
# 1.1.3 (4 Aug 2014)

* Honor `:no_release` flag by using `release_roles` in Capistrano 3.1
* capistrano-bundler now requires Capistrano 3.1 or higher (~> 3.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It also prefixes certain binaries to use `bundle exec`.
Add these lines to your application's Gemfile:

gem 'capistrano', '~> 3.1'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano-bundler', '~> 1.1.3'

And then execute:

Expand Down
2 changes: 1 addition & 1 deletion capistrano-bundler.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 |spec|
spec.name = 'capistrano-bundler'
spec.version = '1.1.2'
spec.version = '1.1.3'
spec.authors = ['Tom Clements', 'Lee Hambley', 'Kir Shatrov']
spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com', 'shatrov@me.com']
spec.description = %q{Bundler support for Capistrano 3.x}
Expand Down

0 comments on commit c1f902e

Please sign in to comment.