# -*- encoding: utf-8 -*- # stub: hodor 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "hodor".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dean Hallman".freeze] s.date = "2016-02-25" s.description = "Hodor is a ruby-based framework, API and Command Line Interface that automates and simplifies the way you specify, deploy, debug and administer Hadoop and Oozie solutions. Hadoop lacks a mature toolchain to manage a codebase with modern software development discipline. To address this need, Hodor comprises a combination of tools and conventions that enable in the Hadoop environment many of the modern software development practices, and deployment facilities we take for granted in normal software development.".freeze s.email = ["rdhallman@gmail.com".freeze] s.executables = ["hodor".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/hodor".freeze, "hodor.gemspec".freeze, "lib/config/log4r_config.xml".freeze, "lib/hodor.rb".freeze, "lib/hodor/api/hdfs.rb".freeze, "lib/hodor/api/oozie.rb".freeze, "lib/hodor/api/oozie/action.rb".freeze, "lib/hodor/api/oozie/bundle.rb".freeze, "lib/hodor/api/oozie/coordinator.rb".freeze, "lib/hodor/api/oozie/hadoop_job.rb".freeze, "lib/hodor/api/oozie/job.rb".freeze, "lib/hodor/api/oozie/materialization.rb".freeze, "lib/hodor/api/oozie/query.rb".freeze, "lib/hodor/api/oozie/session.rb".freeze, "lib/hodor/api/oozie/workflow.rb".freeze, "lib/hodor/cli.rb".freeze, "lib/hodor/command.rb".freeze, "lib/hodor/configuration.rb".freeze, "lib/hodor/environment.rb".freeze, "lib/hodor/ui/table.rb".freeze, "lib/hodor/version.rb".freeze, "lib/tasks/hdfs.thor".freeze, "lib/tasks/master.thor".freeze, "lib/tasks/oozie.thor".freeze, "lib/tasks/sandbox.thor".freeze, "spec/integration/api/oozie/action_spec.rb".freeze, "spec/integration/api/oozie/bundle_spec.rb".freeze, "spec/integration/api/oozie/coordinator_spec.rb".freeze, "spec/integration/api/oozie/hadoop_job_spec.rb".freeze, "spec/integration/api/oozie/job_spec.rb".freeze, "spec/integration/api/oozie/materialization_spec.rb".freeze, "spec/integration/api/oozie/query_spec.rb".freeze, "spec/integration/api/oozie/session_spec.rb".freeze, "spec/integration/api/oozie/workflow_spec.rb".freeze, "spec/integration/api/oozie_spec.rb".freeze, "spec/integration/fixtures/api/running_coordinators/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_action/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_action/req_resp_01.memo".freeze, "spec/integration/fixtures/api/sample_bundle/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_coordinator/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_materialization/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_materialization/req_resp_01.memo".freeze, "spec/integration/fixtures/api/sample_workflow/req_resp_00.memo".freeze, "spec/spec_helper.rb".freeze, "spec/support/d_v_r.rb".freeze, "spec/support/hodor_api.rb".freeze, "spec/unit/hodor/api/hdfs_spec.rb".freeze, "spec/unit/hodor/api/oozie_spec.rb".freeze, "spec/unit/hodor/environment_spec.rb".freeze, "topics/hdfs/corresponding_paths.txt".freeze, "topics/hdfs/overview.txt".freeze, "topics/master/clusters.yml.txt".freeze, "topics/master/overview.txt".freeze, "topics/oozie/blocking_coordinators.txt".freeze, "topics/oozie/composing_job_properties.txt".freeze, "topics/oozie/display_job.txt".freeze, "topics/oozie/driver_scenarios.txt".freeze, "topics/oozie/inspecting_jobs.txt".freeze, "topics/oozie/jobs.yml.txt".freeze, "topics/oozie/overview.txt".freeze, "topics/oozie/workers_and_drivers.txt".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Manages Hadoop and Oozie data pipelines, through development, testing, deployment and monitoring".freeze s.test_files = ["spec/integration/api/oozie/action_spec.rb".freeze, "spec/integration/api/oozie/bundle_spec.rb".freeze, "spec/integration/api/oozie/coordinator_spec.rb".freeze, "spec/integration/api/oozie/hadoop_job_spec.rb".freeze, "spec/integration/api/oozie/job_spec.rb".freeze, "spec/integration/api/oozie/materialization_spec.rb".freeze, "spec/integration/api/oozie/query_spec.rb".freeze, "spec/integration/api/oozie/session_spec.rb".freeze, "spec/integration/api/oozie/workflow_spec.rb".freeze, "spec/integration/api/oozie_spec.rb".freeze, "spec/integration/fixtures/api/running_coordinators/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_action/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_action/req_resp_01.memo".freeze, "spec/integration/fixtures/api/sample_bundle/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_coordinator/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_materialization/req_resp_00.memo".freeze, "spec/integration/fixtures/api/sample_materialization/req_resp_01.memo".freeze, "spec/integration/fixtures/api/sample_workflow/req_resp_00.memo".freeze, "spec/spec_helper.rb".freeze, "spec/support/d_v_r.rb".freeze, "spec/support/hodor_api.rb".freeze, "spec/unit/hodor/api/hdfs_spec.rb".freeze, "spec/unit/hodor/api/oozie_spec.rb".freeze, "spec/unit/hodor/environment_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.19.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) 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, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) 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".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end