uricp 0.0.4 → 0.0.5

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.
@@ -15,7 +15,7 @@ module Uricp::Strategy
15
15
  end
16
16
 
17
17
  def command
18
- "lz4c |"
18
+ "lz4 |"
19
19
  end
20
20
 
21
21
  def proposal
@@ -14,7 +14,7 @@ module Uricp::Strategy
14
14
  end
15
15
 
16
16
  def command
17
- "lz4c -d |"
17
+ "lz4 -d |"
18
18
  end
19
19
 
20
20
  def proposal
@@ -14,7 +14,7 @@ module Uricp::Strategy
14
14
  end
15
15
 
16
16
  def command
17
- "lz4c <#{from.path} |"
17
+ "lz4 -c <'#{from.path}' |"
18
18
  end
19
19
 
20
20
  def proposal
@@ -14,7 +14,7 @@ module Uricp::Strategy
14
14
  end
15
15
 
16
16
  def command
17
- "cat #{from.path} |"
17
+ "< '#{from.path}' "
18
18
  end
19
19
 
20
20
  def proposal
data/lib/uricp/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Uricp
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  DEFAULT_SEGMENT_SIZE = "5 GiB"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uricp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-27 00:00:00.000000000 Z
12
+ date: 2015-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler