capistrano-scm-local 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = "capistrano-scm-local"
|
7
|
-
gem.version = '0.1.
|
7
|
+
gem.version = '0.1.8'
|
8
8
|
gem.authors = ["Boris Gorbylev"]
|
9
9
|
gem.email = ["ekho@ekho.name"]
|
10
10
|
gem.description = %q{Capistrano extension for deploying form local directory}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
load File.expand_path(
|
1
|
+
load File.expand_path('../tasks/local.rake', __FILE__)
|
2
2
|
|
3
3
|
require 'capistrano/scm'
|
4
4
|
|
@@ -59,6 +59,4 @@ class Capistrano::Local < Capistrano::SCM
|
|
59
59
|
end
|
60
60
|
end
|
61
61
|
end
|
62
|
-
end
|
63
|
-
|
64
|
-
set :capistrano_local_archive, Capistrano::Local::ArchiveStrategy
|
62
|
+
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-scm-local
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-05-
|
12
|
+
date: 2014-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|
@@ -55,8 +55,8 @@ files:
|
|
55
55
|
- README.md
|
56
56
|
- capistrano-scm-local.gemspec
|
57
57
|
- lib/capistrano-scm-local.rb
|
58
|
-
- lib/capistrano/
|
59
|
-
- lib/capistrano/tasks/
|
58
|
+
- lib/capistrano/local.rb
|
59
|
+
- lib/capistrano/tasks/local.rake
|
60
60
|
homepage: http://github.com/i-ekho/capistrano-scm-local
|
61
61
|
licenses:
|
62
62
|
- MIT
|