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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8729621d0353199fce895c4f7803a591b7bde089
4
- data.tar.gz: 9b82dccd2c02e0c0a1fa7ca41dcfa42e00baeec3
3
+ metadata.gz: 2769183831e4503f1803cf47ca7ac1f35f791fc0
4
+ data.tar.gz: ae3113ab6f94e6937ce07e1723d697eaba21852b
5
5
  SHA512:
6
- metadata.gz: acf6abc414eabb4512622a922687bb5e9d9ca624ebe972d8970935053df1366bd9c70760df93b73263894f13396acc05170e74f6db9457a88022d1106b6cc06a
7
- data.tar.gz: 860390a97312cc1b9c9141df153c1bbc5d1c53dfb814bf431ec68c315a69ba44c0833adfa528857067c4b65e78313c8c1407710b2e2fecdcddfa4fd5803b5e7e
6
+ metadata.gz: cab12ff21dbe55f4aa35f5c619dc79f35fd3918dfe8de88474bb2126debe64179737e16a1039f7a2e509d468a205c27ca935239862336adc5641dc55cae62a5b
7
+ data.tar.gz: 651ef884164ebaa641806858dbf5a99dcc11ca91c3cc3f4d5fbd5d5983a3958d792e3106297ccde5503b34fe6272d063a2bbac8ff0d92e638795a698fd3520be
@@ -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($/)
@@ -1,3 +1,3 @@
1
1
  module Cap3CopyStrategy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: {}