s3link 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/s3link.rb +1 -1
  2. metadata +21 -6
data/lib/s3link.rb CHANGED
@@ -33,7 +33,7 @@ module S3Link
33
33
  @options[:silent] == ! $ARGV.include?("--silent")
34
34
 
35
35
  if $ARGV.include?("--access-key")
36
- @options[:access_key] = next_arg_after("--secret-key")
36
+ @options[:access_key] = next_arg_after("--access-key")
37
37
  end
38
38
 
39
39
  if $ARGV.include?("--secret-key")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3link
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Schneider
@@ -16,8 +16,23 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2012-10-01 00:00:00 Z
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: aws-s3
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 1
29
+ segments:
30
+ - 0
31
+ - 6
32
+ - 3
33
+ version: 0.6.3
34
+ type: :runtime
35
+ version_requirements: *id001
21
36
  description: Quick upload to S3, with time limited share URL
22
37
  email: chris@christopher-schneider.com
23
38
  executables: []
@@ -57,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
72
  requirements: []
58
73
 
59
74
  rubyforge_project:
60
- rubygems_version: 1.8.15
75
+ rubygems_version: 1.8.17
61
76
  signing_key:
62
77
  specification_version: 3
63
78
  summary: Quick upload to S3, with time limited share URL