capistrano-typo3 0.4.5 → 0.4.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: ae19155345625283f41a228ff1ecfb559a15bf5f
4
- data.tar.gz: 3315278800a0de8fd0f8293c96538b9c7dd4c890
3
+ metadata.gz: f0ed4e3c22544aa46cebb93bb39c3e1e9ffe48f6
4
+ data.tar.gz: ebcc024b2d4e48f21e5c00f522eca13baedf5748
5
5
  SHA512:
6
- metadata.gz: 776da259be8785f1101cf565ee89a0fddeb9830f064e5931c9e11f9fa419127c6190776c729ff09cf58c2d551ccebc4601740e743c77ea63382c7383779541cd
7
- data.tar.gz: f952a84c37b8a087bbc5974a5cc43743e046cc01582ac6cd57077bfe14e9e5e7c73992806753493972af182015772928ec1cf8981d5370f03759d1237cd72621
6
+ metadata.gz: b93dbed997b65af9684dbf08ede6d9262950f11630507d516f1f03bccff27f18ee82a781588b2e59b6b6301a9962773c0553c606fcd35e159b53da808c93c109
7
+ data.tar.gz: b49820f0af649a3e8627de488d232c0cd4494cb3e462b58c243f637675f9c5642e3993371f1f82a226817a76b69e3e9e394b59cfee2791d297d899edb93f9d09
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["pim@lingewoud.nl"]
11
11
  spec.summary = %q{Capistrano 3 tasks and CI for TYPO3}
12
12
  spec.description = %q{Capistrano 3 deployment and continious delivery tasks for TYPO3 versions 6.2+, 7.x, 8.x}
13
- spec.homepage = "https://github.com/t3labcom/capistrano-typo3"
13
+ spec.homepage = "https://github.com/Lingewoud/capistrano-typo3"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Typo3
3
- VERSION = "0.4.5"
3
+ VERSION = "0.4.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-typo3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pim Snel
@@ -81,7 +81,7 @@ files:
81
81
  - lib/capistrano/typo3/dt3_mysql.rb
82
82
  - lib/capistrano/typo3/typo3_helper.rb
83
83
  - lib/capistrano/typo3/version.rb
84
- homepage: https://github.com/t3labcom/capistrano-typo3
84
+ homepage: https://github.com/Lingewoud/capistrano-typo3
85
85
  licenses:
86
86
  - MIT
87
87
  metadata: {}