six-rsync 0.7.1 → 0.7.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.
- data/Rakefile +1 -1
- data/lib/six/rsync/lib.rb +1 -1
- data/lib/six/rsync.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/six/rsync/lib.rb
CHANGED
|
@@ -350,11 +350,11 @@ module Six
|
|
|
350
350
|
@logger.debug "Checking for updates..."
|
|
351
351
|
|
|
352
352
|
handle_config
|
|
353
|
-
handle_hosts
|
|
354
353
|
config[:hosts] = opts[:hosts] if opts.keys.include?(:hosts)
|
|
355
354
|
config[:include] = opts[:include] if opts.keys.include?(:include)
|
|
356
355
|
config[:exclude] = opts[:exclude] if opts.keys.include?(:exclude)
|
|
357
356
|
save_config(config)
|
|
357
|
+
handle_hosts
|
|
358
358
|
|
|
359
359
|
load_repos(:local)
|
|
360
360
|
begin
|
data/lib/six/rsync.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 7
|
|
8
|
-
-
|
|
9
|
-
version: 0.7.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.7.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Sickboy
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-07-
|
|
17
|
+
date: 2010-07-27 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|