-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathelastic-mapreduce.gemspec
More file actions
107 lines (102 loc) · 3.42 KB
/
elastic-mapreduce.gemspec
File metadata and controls
107 lines (102 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "elastic-mapreduce"
s.version = "2011.11.23"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Amazon.com", "Koichi Fujikawa"]
s.date = "2012-01-12"
s.description = "Original is official but this is Unofficial gem."
s.email = "fujibee@hapyrus.com"
s.executables = ["elastic-mapreduce"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README",
"README.header"
]
s.files = [
".gitmodules",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"NOTICE.txt",
"README",
"README.header",
"Rakefile",
"VERSION",
"bin/elastic-mapreduce",
"elastic-mapreduce.gemspec",
"lib/amazon/aws/exceptions.rb",
"lib/amazon/coral/awsquery.rb",
"lib/amazon/coral/awsquerychainhelper.rb",
"lib/amazon/coral/awsqueryhandler.rb",
"lib/amazon/coral/awsqueryurihandler.rb",
"lib/amazon/coral/call.rb",
"lib/amazon/coral/dispatcher.rb",
"lib/amazon/coral/ec2client.rb",
"lib/amazon/coral/elasticmapreduceclient.rb",
"lib/amazon/coral/handler.rb",
"lib/amazon/coral/httpdelegationhelper.rb",
"lib/amazon/coral/httpdestinationhandler.rb",
"lib/amazon/coral/httphandler.rb",
"lib/amazon/coral/identityhandler.rb",
"lib/amazon/coral/job.rb",
"lib/amazon/coral/logfactory.rb",
"lib/amazon/coral/option.rb",
"lib/amazon/coral/orchestrator.rb",
"lib/amazon/coral/querystringmap.rb",
"lib/amazon/coral/service.rb",
"lib/amazon/coral/simplelog.rb",
"lib/amazon/coral/urlencoding.rb",
"lib/amazon/coral/v0signaturehandler.rb",
"lib/amazon/coral/v0signaturehelper.rb",
"lib/amazon/coral/v1signaturehandler.rb",
"lib/amazon/coral/v1signaturehelper.rb",
"lib/amazon/coral/v2signaturehandler.rb",
"lib/amazon/coral/v2signaturehelper.rb",
"lib/amazon/retry_delegator.rb",
"lib/amazon/stderr_logger.rb",
"lib/cacert.pem",
"lib/client.rb",
"lib/commands.rb",
"lib/credentials.rb",
"lib/ec2_client_wrapper.rb",
"lib/elastic-mapreduce-cli.rb",
"lib/json.rb",
"lib/json/lexer.rb",
"lib/json/objects.rb",
"lib/run_tests.rb",
"lib/simple_executor.rb",
"lib/simple_logger.rb",
"lib/uuidtools.rb",
"lib/uuidtools/version.rb",
"run_tests.rb",
"samples/freebase/code/freebase_jobflow.json",
"samples/similarity/lastfm_jobflow.json",
"samples/wordSplitter.py",
"tests/commands_test.rb",
"tests/credentials.json",
"tests/example.json"
]
s.homepage = "http://github.com/hapyrus/elastic-mapreduce"
s.licenses = ["Apache License"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
s.summary = "Amazon's commandline client for EMR (Elastic Map-Reduce) invocation (Unofficial Gem and Ruby 1.9 Version)"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.1"])
else
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.1"])
end
else
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.1"])
end
end