mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Release v2.10.0
* Include sample NGinx config for `deploy:web:disable` (added by Roger Ertesvåg) * Fix gemspec time format warning (reported by Tony Arcieri, fixed by building the Gem against Ruby-1.9.3) * Finally removed deprecated `before_` and `after_` tasks. (Lee Hambley) * Rake 0.9.x compatibility (reported by James Miller, fixed by Lee Hambley) * More detailed logging output (fixed by Huang Liang) * Includes multistage, without `capistrano-ext`. `require 'capistrano/ext/multistage'` (fixed by Lee Hambley)
This commit is contained in:
parent
25a594e813
commit
bac69925d4
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|||
require "capistrano/version"
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
||||
s.name = "capistrano"
|
||||
s.version = Capistrano::Version.to_s
|
||||
s.platform = Gem::Platform::RUBY
|
||||
|
|
|
@ -4,7 +4,7 @@ module Capistrano
|
|||
class Version
|
||||
|
||||
MAJOR = 2
|
||||
MINOR = 9
|
||||
MINOR = 10
|
||||
PATCH = 0
|
||||
|
||||
def self.to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue