# -*- encoding: utf-8 -*- # stub: elasticity 2.5.3 ruby lib Gem::Specification.new do |s| s.name = "elasticity".freeze s.version = "2.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Robert Slifka".freeze] s.date = "2013-01-16" s.description = "Streamlined, Programmatic access to Amazon's Elastic Map Reduce service, driven by the Sharethrough team's requirements for belting out EMR jobs.".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "elasticity.gemspec".freeze, "lib/elasticity.rb".freeze, "lib/elasticity/aws_request.rb".freeze, "lib/elasticity/bootstrap_action.rb".freeze, "lib/elasticity/custom_jar_step.rb".freeze, "lib/elasticity/emr.rb".freeze, "lib/elasticity/hadoop_bootstrap_action.rb".freeze, "lib/elasticity/hadoop_file_bootstrap_action.rb".freeze, "lib/elasticity/hive_step.rb".freeze, "lib/elasticity/instance_group.rb".freeze, "lib/elasticity/job_flow.rb".freeze, "lib/elasticity/job_flow_status.rb".freeze, "lib/elasticity/job_flow_status_step.rb".freeze, "lib/elasticity/job_flow_step.rb".freeze, "lib/elasticity/pig_step.rb".freeze, "lib/elasticity/streaming_step.rb".freeze, "lib/elasticity/sync_to_s3.rb".freeze, "lib/elasticity/version.rb".freeze, "spec/lib/elasticity/aws_request_spec.rb".freeze, "spec/lib/elasticity/bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/custom_jar_step_spec.rb".freeze, "spec/lib/elasticity/emr_spec.rb".freeze, "spec/lib/elasticity/hadoop_bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/hive_step_spec.rb".freeze, "spec/lib/elasticity/instance_group_spec.rb".freeze, "spec/lib/elasticity/job_flow_integration_spec.rb".freeze, "spec/lib/elasticity/job_flow_spec.rb".freeze, "spec/lib/elasticity/job_flow_status_spec.rb".freeze, "spec/lib/elasticity/job_flow_status_step_spec.rb".freeze, "spec/lib/elasticity/job_flow_step_spec.rb".freeze, "spec/lib/elasticity/pig_step_spec.rb".freeze, "spec/lib/elasticity/streaming_step_spec.rb".freeze, "spec/lib/elasticity/sync_to_s3_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_a_hash_including_matcher.rb".freeze] s.homepage = "http://www.github.com/rslifka/elasticity".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Streamlined, programmatic access to Amazon's Elastic Map Reduce service.".freeze s.test_files = ["spec/lib/elasticity/aws_request_spec.rb".freeze, "spec/lib/elasticity/bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/custom_jar_step_spec.rb".freeze, "spec/lib/elasticity/emr_spec.rb".freeze, "spec/lib/elasticity/hadoop_bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/hive_step_spec.rb".freeze, "spec/lib/elasticity/instance_group_spec.rb".freeze, "spec/lib/elasticity/job_flow_integration_spec.rb".freeze, "spec/lib/elasticity/job_flow_spec.rb".freeze, "spec/lib/elasticity/job_flow_status_spec.rb".freeze, "spec/lib/elasticity/job_flow_status_step_spec.rb".freeze, "spec/lib/elasticity/job_flow_step_spec.rb".freeze, "spec/lib/elasticity/pig_step_spec.rb".freeze, "spec/lib/elasticity/streaming_step_spec.rb".freeze, "spec/lib/elasticity/sync_to_s3_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/be_a_hash_including_matcher.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) end