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 +4 -4
- data/capistrano-typo3.gemspec +1 -1
- data/lib/capistrano/typo3/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: f0ed4e3c22544aa46cebb93bb39c3e1e9ffe48f6
|
|
4
|
+
data.tar.gz: ebcc024b2d4e48f21e5c00f522eca13baedf5748
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b93dbed997b65af9684dbf08ede6d9262950f11630507d516f1f03bccff27f18ee82a781588b2e59b6b6301a9962773c0553c606fcd35e159b53da808c93c109
|
|
7
|
+
data.tar.gz: b49820f0af649a3e8627de488d232c0cd4494cb3e462b58c243f637675f9c5642e3993371f1f82a226817a76b69e3e9e394b59cfee2791d297d899edb93f9d09
|
data/capistrano-typo3.gemspec
CHANGED
|
@@ -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/
|
|
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")
|
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.
|
|
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/
|
|
84
|
+
homepage: https://github.com/Lingewoud/capistrano-typo3
|
|
85
85
|
licenses:
|
|
86
86
|
- MIT
|
|
87
87
|
metadata: {}
|