rsync_cron 1.1.0 → 1.1.1

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: c2575308bc9803d0ece5c71d56115c423a4f57a3
4
- data.tar.gz: 303b02d78de7296e94499745eea1a62cfe34e045
3
+ metadata.gz: 672d7f127859d5b319f64d140f63a7137ecc7c13
4
+ data.tar.gz: feca3c45665e6b5fec6578c4a8971fe70f9dd759
5
5
  SHA512:
6
- metadata.gz: 3514d059391e6484357cbad1e1a94efb97999a8ce1f661fad92f907235e636b81ba7e8719a4bdc82f91ad9643716f8372d6af54b29687753f48da96ea601abb4
7
- data.tar.gz: fa594e0265047d102fcfb01d18937999dc19aa950c659fc7685ae710a7bd7ccf77e42f84974781ef750a91d69880385b22f1fc74baf2e43d85c7b9537b0b7064
6
+ metadata.gz: ecfe3f11777e734dd7af50950e48483c6d8722150cf9d20cecdf7988d45c0e411befaaf410cd8d9b02a724a1edd3d04259cf1146c70b206392173eacac7cc31e
7
+ data.tar.gz: d205a1a6c97e51d38ad3b86de1608db0cf646d36e7c68f0bbbdd6b2ab2f2a20127dfe0bf04ce91a9778d62e273498fe42a4db10a0bbde75a005e12a27e951195
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rsync_cron (1.1.0)
4
+ rsync_cron (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  * [Scope](#scope)
4
4
  * [Installation](#installation)
5
+ * [Warning](#warning)
5
6
  * [Usage](#usage)
6
7
 
7
8
  # Scope
@@ -13,6 +14,10 @@ Install the gem from your shell:
13
14
  gem install rsync_cron
14
15
  ```
15
16
 
17
+ # Warning
18
+ Be aware that this library will write to the `crontab` file in a destructive way.
19
+ Do remember to take a backup of your `crontab` before installing a new one.
20
+
16
21
  # Usage
17
22
  The gem comes with a CLI interface, you can print its help by:
18
23
  ```shell
@@ -1,3 +1,3 @@
1
1
  module RsyncCron
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsync_cron
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob