Preparing 3.0.0.pre6

This commit is contained in:
Lee Hambley 2013-07-02 11:45:47 +02:00
parent 381ed047b5
commit ec790c42b7
2 changed files with 5 additions and 5 deletions

View File

@ -6,8 +6,8 @@ require 'capistrano/version'
Gem::Specification.new do |gem|
gem.name = "capistrano"
gem.version = Capistrano::VERSION
gem.authors = ["Tom Clements"]
gem.email = ["seenmyfate@gmail.com"]
gem.authors = ["Tom Clements", "Lee Hambley"]
gem.email = ["seenmyfate@gmail.com", "lee.hambley@gmail.com"]
gem.description = %q{PENDING: Write a gem description}
gem.summary = %q{PENDING: Write a gem summary}
gem.homepage = ""
@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.signing_key = '/Volumes/SD Card/leehambley-private_key.pem'
gem.cert_chain = ['capistrano-public_cert.pem', 'leehambley-public_cert.pem']
#gem.signing_key = '/Volumes/SD Card/leehambley-private_key.pem'
#gem.cert_chain = ['capistrano-public_cert.pem', 'leehambley-public_cert.pem']
gem.add_dependency 'sshkit', '>= 0.0.23'
gem.add_dependency 'rake', '>= 10.0.0'

View File

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.0.0.pre5"
VERSION = "3.0.0.pre6"
end