rake_deploy_lib 0.1.2 → 0.1.3
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/lib/rake_deploy_lib/version.rb +1 -1
- data/rake_deploy_lib-0.1.1.gem +0 -0
- data/rake_deploy_lib-0.1.2.gem +0 -0
- data/rake_deploy_lib.gemspec +1 -1
- metadata +10 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83bc0e4ac9bd22ba33a072416ed17a726ef193f3
|
|
4
|
+
data.tar.gz: f76db8179be2e464f563abedfb6b8702410fcbcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 957e9ee5a462cd3366622d6c9679ecd0fac1db70af5b0a837cad3adf54c9de580f1ef401c82957234a34619b2514421f7e959aafb258da179bd8507f632c5943
|
|
7
|
+
data.tar.gz: 3fc10b0b2465dfa680fd6df7e3882de443641cdec1f420cac2b6f8b8bf10ad7bd530e8cae2616030f5b05dd2d1ea53d92ea77f430f0f3cf9f77145e6bad9d7b9
|
|
Binary file
|
|
Binary file
|
data/rake_deploy_lib.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["rake_deploy_lib@lutz-clan.de"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "RakeDeployLib includes methods for deploying und syncing files to a remote host."
|
|
13
|
-
spec.description = "RakeDeployLib includes methods for deploying und syncing files to a remote host. The Gem depends on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux, Unix, OS X). Deploy = transfare local (repository) files to remote server. Sync = transfare remote server files to local (repository)"
|
|
13
|
+
spec.description = "Before Version 1.0.0 the lib is still in progress and will continusly extanded with methodes. Published methodes are all tested with unittest. RakeDeployLib includes methods for deploying und syncing files to a remote host. The Gem depends on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux, Unix, OS X). Deploy = transfare local (repository) files to remote server. Sync = transfare remote server files to local (repository). Please follow the Documentation and Sourcecode links too."
|
|
14
14
|
spec.homepage = "https://github.com/crowzero/rake_deploy_lib"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake_deploy_lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ulrich Lutz
|
|
@@ -52,10 +52,13 @@ dependencies:
|
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
55
|
+
description: Before Version 1.0.0 the lib is still in progress and will continusly
|
|
56
|
+
extanded with methodes. Published methodes are all tested with unittest. RakeDeployLib
|
|
57
|
+
includes methods for deploying und syncing files to a remote host. The Gem depends
|
|
58
|
+
on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux,
|
|
59
|
+
Unix, OS X). Deploy = transfare local (repository) files to remote server. Sync
|
|
60
|
+
= transfare remote server files to local (repository). Please follow the Documentation
|
|
61
|
+
and Sourcecode links too.
|
|
59
62
|
email:
|
|
60
63
|
- rake_deploy_lib@lutz-clan.de
|
|
61
64
|
executables: []
|
|
@@ -83,6 +86,8 @@ files:
|
|
|
83
86
|
- lib/rake_deploy_lib.rb
|
|
84
87
|
- lib/rake_deploy_lib/version.rb
|
|
85
88
|
- rake_deploy_lib-0.1.0.gem
|
|
89
|
+
- rake_deploy_lib-0.1.1.gem
|
|
90
|
+
- rake_deploy_lib-0.1.2.gem
|
|
86
91
|
- rake_deploy_lib.gemspec
|
|
87
92
|
homepage: https://github.com/crowzero/rake_deploy_lib
|
|
88
93
|
licenses:
|