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 +4 -4
- data/.travis.yml +0 -1
- data/lib/fulmar/infrastructure/service/transfer/rsync_with_versions.rb +1 -1
- data/lib/fulmar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b8e4070a59dfdb3a45d718cb5d0fe7dc1a17b71
|
|
4
|
+
data.tar.gz: c0bba3e49680e3b2445fb1480dbd3905d792ec37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdd2fcdb2364b1ee05ab5f3daa224d47ac75e15d5f56cb23a3969cc85be5e986d91ed000697e3b086b541d78d8e9b1eda6997118afd8313da4161ba69e9f8f3d
|
|
7
|
+
data.tar.gz: eb24f9381d79d8973cbbf2557886472f8594519d753e1b08a898d8983fe90cf5489baa4b61352d0a169ee6ea258671a08b3ef2de23b8195376f0f13bf8499f9c
|
data/.travis.yml
CHANGED
|
@@ -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 =
|
|
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]
|
data/lib/fulmar/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2016-09-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|