multisync 0.3.2 → 0.3.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
  SHA256:
3
- metadata.gz: 207be5b2d2b67ce8dbf2c5b5aeb9e2fc709ddfd1646d0c6b25409b814b3d3384
4
- data.tar.gz: 14bfcf64063a60a0a42cc04b24bd8df0843a01ec7af63950b8c0df0d72693e9a
3
+ metadata.gz: d8a0350c5ae280342b7adaf8b0fc631fb8c3ee599b50c5102a0a65ac3a10d0c5
4
+ data.tar.gz: 37cfb68379262654a58db051640cde44de7a2e7fc5da3a9a089cbcf28e5235ba
5
5
  SHA512:
6
- metadata.gz: 618fdf7e363491fcbb098e6d80689b22486ae22407faca9098def54bf6ae95395bbdbf93c6b4ba6c6e2e4b3124e10ba773c1eb534ede061cf524022a45e1f554
7
- data.tar.gz: bc00ab0d977f2f28e83bcdee4683e3981bfcab6c3709dc34f761382d795cd96788b24cce1928647d971a89887239ae295022d80a600fb5afe1591ca65dd8c7ba
6
+ metadata.gz: 01b4d15706e79188cc5c99cce466f22dccffacffefc1289abacf82f2d0879cc631dd1a763faade9c0853bb92a5dc4b5bda6a5721c1ca6048d0d9a3e039f8d059
7
+ data.tar.gz: 3d99412299c849635251f0feb2ffced54f39118d92a455379d3468d7751a32a6a8af968cd86712c9478a165688ec2e53a793fec0fcd6b28f845403a85a52e07a
@@ -1,3 +1,3 @@
1
1
  module Multisync
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
data/multisync.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Patrick Marchi"]
9
9
  spec.email = ["mail@patrickmarchi.ch"]
10
10
 
11
- spec.summary = %q{Manage rsync configurations in sets of rules.}
12
- spec.description = %q{Manage rsync configurations organized in groups with inherited options.}
11
+ spec.summary = %q{DSL for rsync.}
12
+ spec.description = %q{Multisync offers a DSL to organize sets of rsync tasks.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multisync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Marchi
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Manage rsync configurations organized in groups with inherited options.
125
+ description: Multisync offers a DSL to organize sets of rsync tasks.
126
126
  email:
127
127
  - mail@patrickmarchi.ch
128
128
  executables:
@@ -178,5 +178,5 @@ requirements: []
178
178
  rubygems_version: 3.0.1
179
179
  signing_key:
180
180
  specification_version: 4
181
- summary: Manage rsync configurations in sets of rules.
181
+ summary: DSL for rsync.
182
182
  test_files: []