Skip to content

Commit

Permalink
Preparing Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Oct 8, 2013
1 parent c6443d5 commit 06a0855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Bundler for support for Capistrano 3.x

Add this line to your application's Gemfile:

gem 'capistrano', '~> 3.0.0'
gem 'capistrano-bundler'
gem 'capistrano', github: 'capistrano/capistrano', branch: 'v3'

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 = '0.0.1'
spec.version = '1.0.0'
spec.authors = ['Tom Clements', 'Lee Hambley']
spec.email = ['seenmyfate@gmail.com', 'lee.hambley@gmail.com']
spec.description = %q{Bundler support for Capistrano 3.x}
Expand Down

0 comments on commit 06a0855

Please sign in to comment.