capistrano-get_s3 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Get_S3
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -40,8 +40,6 @@ module Capistrano
40
40
  end
41
41
 
42
42
  def s3cmd
43
- access_key = configuration[:s3_aws_access_key_id] || configuration[:aws_access_key_id].nil? ? raise ArgumentError, 'No Credentials found' : configuration[:aws_access_key_id]
44
- access_key = configuration[:s3_aws_secret_access_key] || configuration[:aws_secret_access_key].nil? ? raise ArgumentError, 'No Credentials found' : configuration[:aws_secret_access_key]
45
43
  "[default]
46
44
  access_key = #{configuration[:aws_access_key_id]}
47
45
  bucket_location = #{configuration[:bucket_region] || "EU"}
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lars Fronius