rake_deploy_lib 0.1.0 → 0.1.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: 659439707e4073e15d70f9ac5a1f30e58c174e5f
4
- data.tar.gz: fe21e4fa099b8cac701b11a58490f3489b39d590
3
+ metadata.gz: 5bc1b29ea5ee635475d266da5641157a6d265817
4
+ data.tar.gz: d7308b26fdcf0ef7485591bd9b967450895f2662
5
5
  SHA512:
6
- metadata.gz: 6c1fc41bb6b45d52258803247d0dac9b5a78f023f52c65d16efe22a760bda5174b4f0685384b63e97d48ad4047bd9fd8fd2fb4d7f6f627a2adc549b1b7ec97f7
7
- data.tar.gz: 6d5ff0726a56a8f43b5f3babc6c2ea202776b813fc17747927adee16a67889e7cd704ef245baa1ed6b9e9f8a34a2652efa85f031219c487c0fb32d0b65e8c806
6
+ metadata.gz: efd02bb67d65077a07f2a36e7f7d1d9286b31dd0666fd928cb184941236e2548eabd24509662bfb2502210a01a2af5bc64ab1ad129e7b2a33dc6c3937802d642
7
+ data.tar.gz: 94be1bf324a146e356fd79082370fcc761ef3098b6303909d2f1d9750f66560ee9d48cca5b844a7b0d1bfad04df88a4adcf1c216b291d5fb3676caeca8871474
@@ -1,3 +1,3 @@
1
1
  module RakeDeployLib
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
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 = "The Gem depends on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux, Unix, OS X).\n* deploy = transfare local (repository) files to remote server\n* sync = transfare remote server files to local (repository)"
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)"
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ulrich Lutz
@@ -52,10 +52,10 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: |-
56
- The Gem depends on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux, Unix, OS X).
57
- * deploy = transfare local (repository) files to remote server
58
- * sync = transfare remote server files to local (repository)
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)
59
59
  email:
60
60
  - rake_deploy_lib@lutz-clan.de
61
61
  executables: []
@@ -82,6 +82,7 @@ files:
82
82
  - etc/unittest_directories/test.txt
83
83
  - lib/rake_deploy_lib.rb
84
84
  - lib/rake_deploy_lib/version.rb
85
+ - rake_deploy_lib-0.1.0.gem
85
86
  - rake_deploy_lib.gemspec
86
87
  homepage: https://github.com/crowzero/rake_deploy_lib
87
88
  licenses: