capistrano-get_s3 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ module Capistrano
28
28
  end
29
29
  execute << "mkdir -p #{destination}"
30
30
  execute << "s3cmd -c $cfgfile get s3://#{configuration[:bucket]}/#{configuration[:filename]} $tmpdir/#{configuration[:filename]}"
31
- execute << "tar xvfh $tmpdir/#{configuration[:filename]} -C #{destination}"
31
+ execute << "tar xfh $tmpdir/#{configuration[:filename]} -C #{destination}"
32
32
  execute << "rm -rf $tmpdir $cfgfile"
33
33
 
34
34
  execute.join(' && ')
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Get_S3
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-get_s3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lars Fronius
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-10-16 00:00:00 +02:00
18
+ date: 2014-02-03 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency