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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bc7ae9b808308b60eee09d461e09d890d76147f
4
- data.tar.gz: 0168b47eee0e3b73905be7fe8a1d8408f34e8bab
3
+ metadata.gz: 1b61581495ac25594cb0f5514ae1c027d834a7b9
4
+ data.tar.gz: e15763049c686611b9f819427155d361550bc7e2
5
5
  SHA512:
6
- metadata.gz: d7d02608ae40f97d8603363031a4031b6f4482b0a2706ba8522f67f6647590fc223d1c02d6c670a5405d47881f4d8c4b43855c2461a8c25fee6f6c4195771641
7
- data.tar.gz: 06f4e2c630d640cdf0cefb673fe3c965892b6b3b640e4c827b0306b2005d79cfdd0fc3474d3a5675df3a7bad4d34068bcdae42780cf1f750e76ea5fafa9743f3
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'
@@ -1,3 +1,3 @@
1
1
  module RRPublish
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/rr_publish.gemspec CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.1
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-04-24 00:00:00.000000000 Z
12
+ date: 2013-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler