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 CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'six-rsync'
15
- s.version = '0.7.1'
15
+ s.version = '0.7.2'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
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
@@ -28,7 +28,7 @@ module Six
28
28
 
29
29
  module Rsync
30
30
  COMPONENT = 'six-rsync'
31
- VERSION = '0.7.1'
31
+ VERSION = '0.7.2'
32
32
  BASE_PATH = Dir.pwd
33
33
 
34
34
  case RUBY_PLATFORM
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 1
9
- version: 0.7.1
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-26 00:00:00 +02:00
17
+ date: 2010-07-27 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency