# -*- encoding: utf-8 -*-
# stub: wukong-deploy 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "wukong-deploy".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Infochimps".freeze, "Dhruv Bansal".freeze, "Travis Dempsey".freeze]
  s.date = "2013-02-22"
  s.description = "  The Infochimps Platform is an end-to-end, managed solution for\n  building Big Data applications.  It integrates best-of-breed\n  technologies like Hadoop, Storm, Kafka, MongoDB, ElasticSearch,\n  HBase, &c. and provides simple interfaces for accessing these\n  powerful tools.\n\n  Computation, analytics, scripting, &c. are all handled by Wukong\n  within the platform.  Wukong is an abstract framework for defining\n  computations on data.  Wukong processors and flows can run in many\n  different execution contexts including:\n\n    * locally on the command-line for testing or development purposes\n    * as a Hadoop mapper or reducer for batch analytics or ETL\n    * within Storm as part of a real-time data flow\n\n  The Infochimps Platform uses the concept of a deploy pack for\n  developers to develop all their processors, flows, and jobs within.\n".freeze
  s.email = "coders@infochimps.com".freeze
  s.executables = ["wu-deploy".freeze, "wu".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/wu".freeze, "bin/wu-deploy".freeze, "examples/.gitkeep".freeze, "lib/wukong-deploy.rb".freeze, "lib/wukong-deploy/console.rb".freeze, "lib/wukong-deploy/deploy_pack.rb".freeze, "lib/wukong-deploy/deploy_runner.rb".freeze, "lib/wukong-deploy/extensions.rb".freeze, "lib/wukong-deploy/extensions/hadoop_invocation_override.rb".freeze, "lib/wukong-deploy/rake_runner.rb".freeze, "lib/wukong-deploy/repo.rb".freeze, "lib/wukong-deploy/tasks.rb".freeze, "lib/wukong-deploy/templater.rb".freeze, "lib/wukong-deploy/templater/conflict_resolution.rb".freeze, "lib/wukong-deploy/templater/differ.rb".freeze, "lib/wukong-deploy/templater/messaging.rb".freeze, "lib/wukong-deploy/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/integration_helper.rb".freeze, "spec/wukong-deploy/wu_deploy_spec.rb".freeze, "templates/Gemfile.erb".freeze, "templates/README.md.erb".freeze, "templates/Rakefile.erb".freeze, "templates/config/application.rb.erb".freeze, "templates/config/boot.rb.erb".freeze, "templates/config/environment.rb.erb".freeze, "templates/config/environments/development.yml.erb".freeze, "templates/config/environments/production.yml.erb".freeze, "templates/config/environments/test.yml.erb".freeze, "templates/config/settings.yml.erb".freeze, "templates/gitignore".freeze, "templates/spec/spec_helper.rb.erb".freeze, "wukong-deploy.gemspec".freeze]
  s.homepage = "https://github.com/infochimps-labs/wukong-deploy".freeze
  s.licenses = ["Apache 2.0".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Defines the deploy pack framework used by the Infochimps Platform".freeze
  s.test_files = ["spec/spec_helper.rb".freeze, "spec/support/integration_helper.rb".freeze, "spec/wukong-deploy/wu_deploy_spec.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<wukong>.freeze, ["= 3.0.0".freeze])
  s.add_runtime_dependency(%q<rake>.freeze, ["~> 0.9".freeze])
  s.add_runtime_dependency(%q<erubis>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<diffy>.freeze, [">= 0".freeze])
end