rr_publish 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -0
- data/.rspec +0 -0
- data/Gemfile +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/rr_publish.rb +1 -5
- data/lib/rr_publish/version.rb +1 -1
- data/rr_publish.gemspec +0 -0
- data/spec/fixtures/config.yml +0 -0
- data/spec/fixtures/destination/.gitkeep +0 -0
- data/spec/fixtures/source/1.txt +0 -0
- data/spec/fixtures/source/2.txt +0 -0
- data/spec/fixtures/source/3.txt +0 -0
- data/spec/rr_publish_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- 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: 1b61581495ac25594cb0f5514ae1c027d834a7b9
|
4
|
+
data.tar.gz: e15763049c686611b9f819427155d361550bc7e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 702e289eb04fe90086d3b6e907e39528ef31c34736178f7af9a6d266eec5adca1f20f76d72d7cdbd8e678fdbd5e2e6be2dd3caa56eccd760a4eb10aa807995a3
|
7
|
+
data.tar.gz: c5fdbec9160bc928ed6f0383909ac191f92695f7a26c11921c1d9e9de8a8a5482420c35dab753ddba1fb1f731b96fd20d6ce6038b84a23077e1239d40da439a5
|
data/.gitignore
CHANGED
File without changes
|
data/.rspec
CHANGED
File without changes
|
data/Gemfile
CHANGED
File without changes
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/lib/rr_publish.rb
CHANGED
@@ -54,11 +54,7 @@ module RRPublish
|
|
54
54
|
# -z, --compress compress file data during the transfer
|
55
55
|
# -S, --sparse handle sparse files efficiently
|
56
56
|
# -v, --verbose verbose
|
57
|
-
|
58
|
-
if profile['delete'].nil? || profile['delete']
|
59
|
-
options = "--delete " + options
|
60
|
-
# --delete delete extraneous files from dest dirs
|
61
|
-
end
|
57
|
+
# --delete delete extraneous files from dest dirs
|
62
58
|
|
63
59
|
if destination.include?(':') || source.include?(':')
|
64
60
|
options += ' -e ssh'
|
data/lib/rr_publish/version.rb
CHANGED
data/rr_publish.gemspec
CHANGED
File without changes
|
data/spec/fixtures/config.yml
CHANGED
File without changes
|
File without changes
|
data/spec/fixtures/source/1.txt
CHANGED
File without changes
|
data/spec/fixtures/source/2.txt
CHANGED
File without changes
|
data/spec/fixtures/source/3.txt
CHANGED
File without changes
|
data/spec/rr_publish_spec.rb
CHANGED
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rr_publish
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Winton Welsh
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|