Skip to content

Commit

Permalink
version bump, prepping for 2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed May 2, 2008
1 parent 838f6ab commit cf88266
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*unreleased*
*2.3.0* May 2, 2008

* Make sure git fetches include tags [Alex Arnell]

Expand Down
8 changes: 4 additions & 4 deletions capistrano.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables << "cap" << "capify"

s.add_dependency 'net-ssh', ">= 1.99.2"
s.add_dependency 'net-sftp', ">= 1.99.1"
s.add_dependency 'net-scp', ">= 0.99.0"
s.add_dependency 'net-ssh-gateway', ">= 0.99.0"
s.add_dependency 'net-ssh', ">= 2.0.0"
s.add_dependency 'net-sftp', ">= 2.0.0"
s.add_dependency 'net-scp', ">= 1.0.0"
s.add_dependency 'net-ssh-gateway', ">= 1.0.0"
s.add_dependency 'highline'

s.author = "Jamis Buck"
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.check(required, actual) #:nodoc:
end

MAJOR = 2
MINOR = 2
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join(".")
Expand Down

0 comments on commit cf88266

Please sign in to comment.