rake_deploy_lib 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bc1b29ea5ee635475d266da5641157a6d265817
4
- data.tar.gz: d7308b26fdcf0ef7485591bd9b967450895f2662
3
+ metadata.gz: 83bc0e4ac9bd22ba33a072416ed17a726ef193f3
4
+ data.tar.gz: f76db8179be2e464f563abedfb6b8702410fcbcc
5
5
  SHA512:
6
- metadata.gz: efd02bb67d65077a07f2a36e7f7d1d9286b31dd0666fd928cb184941236e2548eabd24509662bfb2502210a01a2af5bc64ab1ad129e7b2a33dc6c3937802d642
7
- data.tar.gz: 94be1bf324a146e356fd79082370fcc761ef3098b6303909d2f1d9750f66560ee9d48cca5b844a7b0d1bfad04df88a4adcf1c216b291d5fb3676caeca8871474
6
+ metadata.gz: 957e9ee5a462cd3366622d6c9679ecd0fac1db70af5b0a837cad3adf54c9de580f1ef401c82957234a34619b2514421f7e959aafb258da179bd8507f632c5943
7
+ data.tar.gz: 3fc10b0b2465dfa680fd6df7e3882de443641cdec1f420cac2b6f8b8bf10ad7bd530e8cae2616030f5b05dd2d1ea53d92ea77f430f0f3cf9f77145e6bad9d7b9
@@ -1,3 +1,3 @@
1
1
  module RakeDeployLib
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
Binary file
@@ -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.2
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: RakeDeployLib includes methods for deploying und syncing files to a remote
56
- host. The Gem depends on rsync! The OS (Operating System) needs support for the
57
- rsync command (e.q. Linux, Unix, OS X). Deploy = transfare local (repository) files
58
- to remote server. Sync = transfare remote server files to local (repository)
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: