s3link 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/bin/s3link +6 -0
  2. data/lib/s3link.rb +0 -4
  3. metadata +7 -6
data/bin/s3link ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 's3link'
4
+
5
+ S3Link::Main.new.run_from_cmd_line
6
+
data/lib/s3link.rb CHANGED
@@ -129,7 +129,3 @@ destroys something. Don't destroy anything please.
129
129
  end
130
130
  end
131
131
 
132
- if __FILE__ == $0
133
- S3Link::Main.new.run_from_cmd_line
134
- end
135
-
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Schneider
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-01 00:00:00 Z
18
+ date: 2012-10-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: aws-s3
@@ -35,14 +35,15 @@ dependencies:
35
35
  version_requirements: *id001
36
36
  description: Quick upload to S3, with time limited share URL
37
37
  email: chris@christopher-schneider.com
38
- executables: []
39
-
38
+ executables:
39
+ - s3link
40
40
  extensions: []
41
41
 
42
42
  extra_rdoc_files: []
43
43
 
44
44
  files:
45
45
  - lib/s3link.rb
46
+ - bin/s3link
46
47
  homepage: http://rubygems.org/gems/s3link
47
48
  licenses: []
48
49