le1t0-capistrano 2.5.18.003 → 2.5.18.004

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.5.18.004 / May 19, 2010
2
+
3
+ Fixed loading of multistage support.
4
+
1
5
  == 2.5.18.003 / May 18, 2010
2
6
 
3
7
  Merged in multistage support.
data/Rakefile CHANGED
@@ -18,12 +18,11 @@ begin
18
18
  gem.add_dependency "highline"
19
19
  gem.add_development_dependency "mocha", ">= 0"
20
20
  end
21
+ Jeweler::GemcutterTasks.new
21
22
  rescue LoadError
22
23
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
23
24
  end
24
25
 
25
- Jeweler::GemcutterTasks.new
26
-
27
26
  require 'rake/testtask'
28
27
  Rake::TestTask.new(:test) do |test|
29
28
  test.libs << 'lib' << 'test'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.003
1
+ 2.5.18.004
@@ -1,5 +1,3 @@
1
- require 'capistrano/multistage'
2
-
3
1
  module Capistrano
4
2
  class ExtensionProxy #:nodoc:
5
3
  def initialize(config, mod)
@@ -1,6 +1,7 @@
1
1
  require 'yaml'
2
2
  require 'capistrano/recipes/deploy/scm'
3
3
  require 'capistrano/recipes/deploy/strategy'
4
+ require 'capistrano/multistage'
4
5
 
5
6
  def _cset(name, *args, &block)
6
7
  unless exists?(name)
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 5
8
8
  - 18
9
- - 3
10
- version: 2.5.18.003
9
+ - 4
10
+ version: 2.5.18.004
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-18 00:00:00 +02:00
18
+ date: 2010-05-19 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency