cliaws 1.7.6 → 1.7.7
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.
- data/VERSION +1 -1
- data/cliaws.gemspec +8 -4
- data/lib/cliaws/cli/s3.rb +1 -0
- metadata +39 -13
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.7
|
data/cliaws.gemspec
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
1
4
|
# -*- encoding: utf-8 -*-
|
|
2
5
|
|
|
3
6
|
Gem::Specification.new do |s|
|
|
4
7
|
s.name = %q{cliaws}
|
|
5
|
-
s.version = "1.7.
|
|
8
|
+
s.version = "1.7.7"
|
|
6
9
|
|
|
7
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
11
|
s.authors = ["Fran\303\247ois Beausoleil"]
|
|
9
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2010-07-14}
|
|
10
13
|
s.description = %q{A command-line suite of tools to access Amazon Web Services, using the RightAws gems.}
|
|
11
14
|
s.email = %q{francois@teksol.info}
|
|
12
15
|
s.executables = ["clis3", "clisqs", "cliec2"]
|
|
@@ -38,14 +41,14 @@ Gem::Specification.new do |s|
|
|
|
38
41
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
39
42
|
s.require_paths = ["lib"]
|
|
40
43
|
s.rubyforge_project = %q{cliaws}
|
|
41
|
-
s.rubygems_version = %q{1.3.
|
|
44
|
+
s.rubygems_version = %q{1.3.7}
|
|
42
45
|
s.summary = %q{A command-line suite of tools to access Amazon Web Services, using the RightAws gems.}
|
|
43
46
|
|
|
44
47
|
if s.respond_to? :specification_version then
|
|
45
48
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
46
49
|
s.specification_version = 3
|
|
47
50
|
|
|
48
|
-
if Gem::Version.new(Gem::
|
|
51
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
49
52
|
s.add_runtime_dependency(%q<thor>, ["> 0.11", "< 0.12"])
|
|
50
53
|
s.add_runtime_dependency(%q<right_aws>, ["~> 1.10"])
|
|
51
54
|
else
|
|
@@ -57,3 +60,4 @@ Gem::Specification.new do |s|
|
|
|
57
60
|
s.add_dependency(%q<right_aws>, ["~> 1.10"])
|
|
58
61
|
end
|
|
59
62
|
end
|
|
63
|
+
|
data/lib/cliaws/cli/s3.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cliaws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 5
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 7
|
|
9
|
+
- 7
|
|
10
|
+
version: 1.7.7
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- "Fran\xC3\xA7ois Beausoleil"
|
|
@@ -9,32 +15,46 @@ autorequire:
|
|
|
9
15
|
bindir: bin
|
|
10
16
|
cert_chain: []
|
|
11
17
|
|
|
12
|
-
date:
|
|
18
|
+
date: 2010-07-14 00:00:00 -04:00
|
|
13
19
|
default_executable:
|
|
14
20
|
dependencies:
|
|
15
21
|
- !ruby/object:Gem::Dependency
|
|
16
22
|
name: thor
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
20
26
|
requirements:
|
|
21
27
|
- - ">"
|
|
22
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 29
|
|
30
|
+
segments:
|
|
31
|
+
- 0
|
|
32
|
+
- 11
|
|
23
33
|
version: "0.11"
|
|
24
34
|
- - <
|
|
25
35
|
- !ruby/object:Gem::Version
|
|
36
|
+
hash: 19
|
|
37
|
+
segments:
|
|
38
|
+
- 0
|
|
39
|
+
- 12
|
|
26
40
|
version: "0.12"
|
|
27
|
-
|
|
41
|
+
type: :runtime
|
|
42
|
+
version_requirements: *id001
|
|
28
43
|
- !ruby/object:Gem::Dependency
|
|
29
44
|
name: right_aws
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
45
|
+
prerelease: false
|
|
46
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
47
|
+
none: false
|
|
33
48
|
requirements:
|
|
34
49
|
- - ~>
|
|
35
50
|
- !ruby/object:Gem::Version
|
|
51
|
+
hash: 27
|
|
52
|
+
segments:
|
|
53
|
+
- 1
|
|
54
|
+
- 10
|
|
36
55
|
version: "1.10"
|
|
37
|
-
|
|
56
|
+
type: :runtime
|
|
57
|
+
version_requirements: *id002
|
|
38
58
|
description: A command-line suite of tools to access Amazon Web Services, using the RightAws gems.
|
|
39
59
|
email: francois@teksol.info
|
|
40
60
|
executables:
|
|
@@ -75,21 +95,27 @@ rdoc_options:
|
|
|
75
95
|
require_paths:
|
|
76
96
|
- lib
|
|
77
97
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
|
+
none: false
|
|
78
99
|
requirements:
|
|
79
100
|
- - ">="
|
|
80
101
|
- !ruby/object:Gem::Version
|
|
102
|
+
hash: 3
|
|
103
|
+
segments:
|
|
104
|
+
- 0
|
|
81
105
|
version: "0"
|
|
82
|
-
version:
|
|
83
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
|
+
none: false
|
|
84
108
|
requirements:
|
|
85
109
|
- - ">="
|
|
86
110
|
- !ruby/object:Gem::Version
|
|
111
|
+
hash: 3
|
|
112
|
+
segments:
|
|
113
|
+
- 0
|
|
87
114
|
version: "0"
|
|
88
|
-
version:
|
|
89
115
|
requirements: []
|
|
90
116
|
|
|
91
117
|
rubyforge_project: cliaws
|
|
92
|
-
rubygems_version: 1.3.
|
|
118
|
+
rubygems_version: 1.3.7
|
|
93
119
|
signing_key:
|
|
94
120
|
specification_version: 3
|
|
95
121
|
summary: A command-line suite of tools to access Amazon Web Services, using the RightAws gems.
|