elastic-mapreduce 0.0.1 → 0.0.2
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/elastic-mapreduce.gemspec +3 -3
- data/{cacert.pem → lib/cacert.pem} +0 -0
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/elastic-mapreduce.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{elastic-mapreduce}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Amazon.com", "Koichi Fujikawa"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-06-01}
|
|
13
13
|
s.default_executable = %q{elastic-mapreduce}
|
|
14
14
|
s.description = %q{Original is official but this is Unofficial gem.}
|
|
15
15
|
s.email = %q{fujibee@hapyrus.com}
|
|
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
"Rakefile",
|
|
29
29
|
"VERSION",
|
|
30
30
|
"bin/elastic-mapreduce",
|
|
31
|
-
"cacert.pem",
|
|
32
31
|
"elastic-mapreduce.gemspec",
|
|
33
32
|
"lib/amazon/aws/exceptions.rb",
|
|
34
33
|
"lib/amazon/coral/awsquery.rb",
|
|
@@ -60,6 +59,7 @@ Gem::Specification.new do |s|
|
|
|
60
59
|
"lib/amazon/coral/v2signaturehelper.rb",
|
|
61
60
|
"lib/amazon/retry_delegator.rb",
|
|
62
61
|
"lib/amazon/stderr_logger.rb",
|
|
62
|
+
"lib/cacert.pem",
|
|
63
63
|
"lib/client.rb",
|
|
64
64
|
"lib/commands.rb",
|
|
65
65
|
"lib/credentials.rb",
|
|
File without changes
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Amazon.com
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-06-01 00:00:00 +09:00
|
|
19
19
|
default_executable: elastic-mapreduce
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -67,7 +67,6 @@ files:
|
|
|
67
67
|
- Rakefile
|
|
68
68
|
- VERSION
|
|
69
69
|
- bin/elastic-mapreduce
|
|
70
|
-
- cacert.pem
|
|
71
70
|
- elastic-mapreduce.gemspec
|
|
72
71
|
- lib/amazon/aws/exceptions.rb
|
|
73
72
|
- lib/amazon/coral/awsquery.rb
|
|
@@ -99,6 +98,7 @@ files:
|
|
|
99
98
|
- lib/amazon/coral/v2signaturehelper.rb
|
|
100
99
|
- lib/amazon/retry_delegator.rb
|
|
101
100
|
- lib/amazon/stderr_logger.rb
|
|
101
|
+
- lib/cacert.pem
|
|
102
102
|
- lib/client.rb
|
|
103
103
|
- lib/commands.rb
|
|
104
104
|
- lib/credentials.rb
|
|
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
131
131
|
requirements:
|
|
132
132
|
- - ">="
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
|
-
hash:
|
|
134
|
+
hash: 1872103359245437442
|
|
135
135
|
segments:
|
|
136
136
|
- 0
|
|
137
137
|
version: "0"
|