cap3_copy_strategy 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.
- checksums.yaml +4 -4
- data/cap3_copy_strategy.gemspec +1 -1
- data/lib/cap3_copy_strategy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2769183831e4503f1803cf47ca7ac1f35f791fc0
|
|
4
|
+
data.tar.gz: ae3113ab6f94e6937ce07e1723d697eaba21852b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cab12ff21dbe55f4aa35f5c619dc79f35fd3918dfe8de88474bb2126debe64179737e16a1039f7a2e509d468a205c27ca935239862336adc5641dc55cae62a5b
|
|
7
|
+
data.tar.gz: 651ef884164ebaa641806858dbf5a99dcc11ca91c3cc3f4d5fbd5d5983a3958d792e3106297ccde5503b34fe6272d063a2bbac8ff0d92e638795a698fd3520be
|
data/cap3_copy_strategy.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["julien.gantner@softwareinmotion.de", "marcus.seel@softwareinmotion.de"]
|
|
11
11
|
spec.description = %q{recreates the capistrano copy strategy. creates a tar.gz file and uploads it to the server where it gets unpacked}
|
|
12
12
|
spec.summary = %q{recreates the capistrano copy strategy}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/softwareinmotion/cap3_copy_strategy"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cap3_copy_strategy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julien Gantner
|
|
@@ -57,7 +57,7 @@ files:
|
|
|
57
57
|
- lib/cap3_copy_strategy.rb
|
|
58
58
|
- lib/cap3_copy_strategy/tasks.rb
|
|
59
59
|
- lib/cap3_copy_strategy/version.rb
|
|
60
|
-
homepage:
|
|
60
|
+
homepage: https://github.com/softwareinmotion/cap3_copy_strategy
|
|
61
61
|
licenses:
|
|
62
62
|
- MIT
|
|
63
63
|
metadata: {}
|