# -*- encoding: utf-8 -*- # stub: elasticity 6.0.5 ruby lib Gem::Specification.new do |s| s.name = "elasticity".freeze s.version = "6.0.5".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 = "2015-08-28" 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, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "elasticity.gemspec".freeze, "lib/elasticity.rb".freeze, "lib/elasticity/aws_request_v4.rb".freeze, "lib/elasticity/aws_session.rb".freeze, "lib/elasticity/aws_utils.rb".freeze, "lib/elasticity/bootstrap_action.rb".freeze, "lib/elasticity/cluster_status.rb".freeze, "lib/elasticity/cluster_step_status.rb".freeze, "lib/elasticity/custom_jar_step.rb".freeze, "lib/elasticity/emr.rb".freeze, "lib/elasticity/ganglia_bootstrap_action.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_step.rb".freeze, "lib/elasticity/looper.rb".freeze, "lib/elasticity/pig_step.rb".freeze, "lib/elasticity/s3distcp_step.rb".freeze, "lib/elasticity/script_step.rb".freeze, "lib/elasticity/setup_hadoop_debugging_step.rb".freeze, "lib/elasticity/streaming_step.rb".freeze, "lib/elasticity/sync_to_s3.rb".freeze, "lib/elasticity/version.rb".freeze, "spec/factories/cluster_status_factory.rb".freeze, "spec/factories/cluster_step_status_factory.rb".freeze, "spec/lib/elasticity/aws_request_v4_spec.rb".freeze, "spec/lib/elasticity/aws_session_spec.rb".freeze, "spec/lib/elasticity/aws_utils_spec.rb".freeze, "spec/lib/elasticity/bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/cluster_status_spec.rb".freeze, "spec/lib/elasticity/cluster_step_status_spec.rb".freeze, "spec/lib/elasticity/custom_jar_step_spec.rb".freeze, "spec/lib/elasticity/emr_spec.rb".freeze, "spec/lib/elasticity/ganglia_bootstrap_action_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_step_spec.rb".freeze, "spec/lib/elasticity/looper_spec.rb".freeze, "spec/lib/elasticity/pig_step_spec.rb".freeze, "spec/lib/elasticity/s3distcp_step_spec.rb".freeze, "spec/lib/elasticity/script_step_spec.rb".freeze, "spec/lib/elasticity/setup_hadoop_debugging_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, "spec/support/factory_girl.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/factories/cluster_status_factory.rb".freeze, "spec/factories/cluster_step_status_factory.rb".freeze, "spec/lib/elasticity/aws_request_v4_spec.rb".freeze, "spec/lib/elasticity/aws_session_spec.rb".freeze, "spec/lib/elasticity/aws_utils_spec.rb".freeze, "spec/lib/elasticity/bootstrap_action_spec.rb".freeze, "spec/lib/elasticity/cluster_status_spec.rb".freeze, "spec/lib/elasticity/cluster_step_status_spec.rb".freeze, "spec/lib/elasticity/custom_jar_step_spec.rb".freeze, "spec/lib/elasticity/emr_spec.rb".freeze, "spec/lib/elasticity/ganglia_bootstrap_action_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_step_spec.rb".freeze, "spec/lib/elasticity/looper_spec.rb".freeze, "spec/lib/elasticity/pig_step_spec.rb".freeze, "spec/lib/elasticity/s3distcp_step_spec.rb".freeze, "spec/lib/elasticity/script_step_spec.rb".freeze, "spec/lib/elasticity/setup_hadoop_debugging_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, "spec/support/factory_girl.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) end