torba 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/torba/remote_sources/targz.rb +1 -1
- data/torba.gemspec +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: 116382305382082bf20b73b22c89d44648fdf0d1
|
4
|
+
data.tar.gz: abf29fc7033268f3beb04cc42b9fb68172b6d281
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c9cbaed4f544e63f96f3c563bdef4ef62557f1023246a4f73ceb882edb55b15311723af9110cf769e33199cbd116ff7b11413c49ae537aeb66ecb1daeb6f15f
|
7
|
+
data.tar.gz: b1e685454739fe07027c3ce63328172a998655d4240cd884e59bc2ad39e81204a6b3e6b98b4c3e867709a79013bd93960c71523212aa42b1b2ec3330b4812b86
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -25,7 +25,7 @@ module Torba
|
|
25
25
|
|
26
26
|
tempfile = GetFile.process(url)
|
27
27
|
|
28
|
-
command = "gzip -qcd #{tempfile.path} | tar -mxpf - --strip-components=1 -C #{cache_path}"
|
28
|
+
command = "gzip -qcd #{tempfile.path} | tar --no-same-owner -mxpf - --strip-components=1 -C #{cache_path}"
|
29
29
|
system(command) || raise(Errors::ShellCommandFailed.new(command))
|
30
30
|
end
|
31
31
|
rescue
|
data/torba.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: torba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrii Malyshko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|