capistrano-patch 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  require 'capistrano/patch/strategy'
2
2
 
3
- Capistrano::Configuration.instance.load do
3
+ Capistrano::Configuration.instance(true).load do
4
4
 
5
5
  set(:patch_strategy) { Capistrano::Patch::Strategy.new(fetch(:patch_via, scm), self) }
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Patch
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-patch
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andriy Yanko
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-22 00:00:00 Z
18
+ date: 2012-04-27 00:00:00 +03:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: capistrano
@@ -56,6 +57,7 @@ files:
56
57
  - lib/capistrano/patch/strategy/git.rb
57
58
  - lib/capistrano/patch/strategy/git_server.rb
58
59
  - lib/capistrano/patch/version.rb
60
+ has_rdoc: true
59
61
  homepage: https://github.com/railsware/capistrano-patch
60
62
  licenses: []
61
63
 
@@ -85,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
87
  requirements: []
86
88
 
87
89
  rubyforge_project: capistrano-patch
88
- rubygems_version: 1.8.6
90
+ rubygems_version: 1.5.2
89
91
  signing_key:
90
92
  specification_version: 3
91
93
  summary: Capistrano patch recipes