capistrano-scm-copy-command 0.1.5 → 0.1.6
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 148c07a93d32cbcda50a870a3d6298fb202cba5a
|
|
4
|
+
data.tar.gz: 388aa3eeec8f37a6ff9b4c4461b397f82f940d71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2eb6d96dc849bc96095b6191f03a47cbaec5b9f2262dcfb34f3685ae9a49fd3f0726361e4e389e293c9882685cae0a230efab3afffe3e950aab3e2c0cf3df92
|
|
7
|
+
data.tar.gz: 37755eae676fe771c3d4975a58eb1d77ae90543b1e2f8fe73a3b3569d5e5a1d3ab0e1d5a65a2cab7ed1bd7db42c417bf5936e97d1f6ff9e3e929ef4e08f442b2
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Michael Siebert', 'Max Meyer']
|
|
10
10
|
spec.email = ['siebertm85@googlemail.com', 'dev@fedux.org']
|
|
11
11
|
spec.summary = 'General "I have a command which generates things" deploy strategy for capistrano'
|
|
12
|
-
spec.homepage = 'https://github.com/siebertm/capistrano-
|
|
12
|
+
spec.homepage = 'https://github.com/siebertm/capistrano-scm-copy-command'
|
|
13
13
|
spec.license = 'MIT'
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-scm-copy-command
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Siebert
|
|
@@ -80,7 +80,7 @@ files:
|
|
|
80
80
|
- lib/capistrano/tasks/scm_copy_command.rake
|
|
81
81
|
- script/bootstrap
|
|
82
82
|
- script/test
|
|
83
|
-
homepage: https://github.com/siebertm/capistrano-
|
|
83
|
+
homepage: https://github.com/siebertm/capistrano-scm-copy-command
|
|
84
84
|
licenses:
|
|
85
85
|
- MIT
|
|
86
86
|
metadata: {}
|