capistrano 2.5.12 → 2.5.13

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.12
1
+ 2.5.13
@@ -6,7 +6,7 @@ module Capistrano
6
6
  class Version < Net::SSH::Version
7
7
  MAJOR = 2
8
8
  MINOR = 5
9
- TINY = 12
9
+ TINY = 13
10
10
 
11
11
  # The current version, as a Version instance
12
12
  CURRENT = new(MAJOR, MINOR, TINY)
@@ -3,14 +3,14 @@ require 'capistrano/cli'
3
3
 
4
4
  class CLI_Test < Test::Unit::TestCase
5
5
  def test_options_ui_and_help_modules_should_integrate_successfully_with_configuration
6
- cli = Capistrano::CLI.parse(%w(-T))
6
+ cli = Capistrano::CLI.parse(%w(-T -x -X))
7
7
  cli.expects(:puts).at_least_once
8
8
  cli.execute!
9
9
  end
10
10
 
11
11
  def test_options_and_execute_modules_should_integrate_successfully_with_configuration
12
12
  path = "#{File.dirname(__FILE__)}/fixtures/cli_integration.rb"
13
- cli = Capistrano::CLI.parse(%W(-q -f #{path} testing))
13
+ cli = Capistrano::CLI.parse(%W(-x -X -q -f #{path} testing))
14
14
  config = cli.execute!
15
15
  assert config[:testing_occurred]
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.12
4
+ version: 2.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-01-05 00:00:00 +00:00
13
+ date: 2010-01-06 00:00:00 +00:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency