fulmar 1.8.12 → 1.8.13

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: ec82bbdb0d866d3893d1e45ebc47ae0814181065
4
- data.tar.gz: b70a3328e5af985ea349bfa3f05fb6c80211154f
3
+ metadata.gz: 5b8e4070a59dfdb3a45d718cb5d0fe7dc1a17b71
4
+ data.tar.gz: c0bba3e49680e3b2445fb1480dbd3905d792ec37
5
5
  SHA512:
6
- metadata.gz: c1ff194c5d4d20181e8c8269b8f1d70cd4a8ee250c0f03bd4211520088e1386e20e54d5e8eab606505f0329829d5c1a5e4cbf4373610270b3db266591e0f2f02
7
- data.tar.gz: c3f2749ed5a4008cf59859b7c3d2ff42e50ba23b5a180e373bd79b6ed51968863414c6c9427a3047646f2ec5f7968422c71fab5d3861adabef6f1e5cc8e0e32f
6
+ metadata.gz: cdd2fcdb2364b1ee05ab5f3daa224d47ac75e15d5f56cb23a3969cc85be5e986d91ed000697e3b086b541d78d8e9b1eda6997118afd8313da4161ba69e9f8f3d
7
+ data.tar.gz: eb24f9381d79d8973cbbf2557886472f8594519d753e1b08a898d8983fe90cf5489baa4b61352d0a169ee6ea258671a08b3ef2de23b8195376f0f13bf8499f9c
data/.travis.yml CHANGED
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
3
  - 2.0
5
4
  - 2.1
6
5
  - 2.2
@@ -156,7 +156,7 @@ module Fulmar
156
156
  # Builds the rsync command
157
157
  # @return [String] the command
158
158
  def rsync_command
159
- options = ['-rl']
159
+ options = %w(-rl --delete-excluded)
160
160
  options << rsync_excludes if rsync_excludes
161
161
  options << "--exclude-from='#{@config[:rsync][:exclude_file]}'" if @config[:rsync][:exclude_file]
162
162
  options << "--chown='#{@config[:rsync][:chown]}'" if @config[:rsync][:chown]
@@ -1,4 +1,4 @@
1
1
  # Provides a global version number
2
2
  module Fulmar
3
- VERSION = '1.8.12'
3
+ VERSION = '1.8.13'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulmar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.12
4
+ version: 1.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Siegl
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-22 00:00:00.000000000 Z
12
+ date: 2016-09-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler