# -*- encoding: utf-8 -*-
# stub: etsy-deployinator 1.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "etsy-deployinator".freeze
  s.version = "1.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["JPaul".freeze]
  s.date = "2016-04-09"
  s.description = "Deployinator as a Gem".freeze
  s.email = ["jpaul@etsy.com".freeze]
  s.executables = ["deployinator-tailer.rb".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/deployinator-tailer.rb".freeze, "deployinator.gemspec".freeze, "lib/deployinator.rb".freeze, "lib/deployinator/app.rb".freeze, "lib/deployinator/base.rb".freeze, "lib/deployinator/config.rb".freeze, "lib/deployinator/controller.rb".freeze, "lib/deployinator/helpers.rb".freeze, "lib/deployinator/helpers/concurrency.rb".freeze, "lib/deployinator/helpers/deploy.rb".freeze, "lib/deployinator/helpers/dsh.rb".freeze, "lib/deployinator/helpers/git.rb".freeze, "lib/deployinator/helpers/plugin.rb".freeze, "lib/deployinator/helpers/stack-tail.rb".freeze, "lib/deployinator/helpers/version.rb".freeze, "lib/deployinator/helpers/view.rb".freeze, "lib/deployinator/logging.rb".freeze, "lib/deployinator/plugin.rb".freeze, "lib/deployinator/stack-tail.rb".freeze, "lib/deployinator/static/css/diff_style.css".freeze, "lib/deployinator/static/css/highlight.css".freeze, "lib/deployinator/static/css/maintenance.css".freeze, "lib/deployinator/static/css/style.css".freeze, "lib/deployinator/static/images/maintenance.gif".freeze, "lib/deployinator/static/js/flot/jquery.flot.min.js".freeze, "lib/deployinator/static/js/flot/jquery.flot.selection.js".freeze, "lib/deployinator/static/js/jquery-1.8.3.min.js".freeze, "lib/deployinator/static/js/jquery-ui-1.8.24.min.js".freeze, "lib/deployinator/static/js/jquery.timed_bar.js".freeze, "lib/deployinator/static/js/stats_load.js".freeze, "lib/deployinator/tasks/initialize.rake".freeze, "lib/deployinator/tasks/tests.rake".freeze, "lib/deployinator/templates/deploys_status.mustache".freeze, "lib/deployinator/templates/exception.mustache".freeze, "lib/deployinator/templates/generic_single_push.mustache".freeze, "lib/deployinator/templates/index.mustache".freeze, "lib/deployinator/templates/layout.mustache".freeze, "lib/deployinator/templates/log.mustache".freeze, "lib/deployinator/templates/log_table.mustache".freeze, "lib/deployinator/templates/maintenance.mustache".freeze, "lib/deployinator/templates/messageboxes.mustache".freeze, "lib/deployinator/templates/run_logs.mustache".freeze, "lib/deployinator/templates/scroll_control.mustache".freeze, "lib/deployinator/templates/stats.mustache".freeze, "lib/deployinator/templates/stream.mustache".freeze, "lib/deployinator/version.rb".freeze, "lib/deployinator/views/deploys_status.rb".freeze, "lib/deployinator/views/index.rb".freeze, "lib/deployinator/views/layout.rb".freeze, "lib/deployinator/views/log.rb".freeze, "lib/deployinator/views/log_table.rb".freeze, "lib/deployinator/views/maintenance.rb".freeze, "lib/deployinator/views/run_logs.rb".freeze, "lib/deployinator/views/stats.rb".freeze, "templates/app.rb.erb".freeze, "templates/config.ru.erb".freeze, "templates/helper.rb.erb".freeze, "templates/stack.rb.erb".freeze, "templates/template.mustache".freeze, "templates/view.rb.erb".freeze, "test/unit/concurrency_test.rb".freeze, "test/unit/git_test.rb".freeze, "test/unit/helpers_dsh_test.rb".freeze, "test/unit/helpers_test.rb".freeze, "test/unit/version_test.rb".freeze]
  s.homepage = "http://github.com/etsy/Deployinator".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Rewrite of deployinator to be a gem".freeze
  s.test_files = ["test/unit/concurrency_test.rb".freeze, "test/unit/git_test.rb".freeze, "test/unit/helpers_dsh_test.rb".freeze, "test/unit/helpers_test.rb".freeze, "test/unit/version_test.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<mocha>.freeze, ["~> 0.14".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, [">= 3".freeze])
  s.add_development_dependency(%q<rdoc>.freeze, ["~> 4.2".freeze])
  s.add_runtime_dependency(%q<rake>.freeze, ["~> 10".freeze, ">= 10.3.2".freeze])
  s.add_runtime_dependency(%q<json>.freeze, ["~> 1.8".freeze])
  s.add_runtime_dependency(%q<mustache>.freeze, ["~> 0.99".freeze])
  s.add_runtime_dependency(%q<mail>.freeze, ["= 2.6.3".freeze])
  s.add_runtime_dependency(%q<pony>.freeze, ["~> 1.5".freeze])
  s.add_runtime_dependency(%q<tlsmail>.freeze, ["~> 0.0".freeze])
  s.add_runtime_dependency(%q<eventmachine>.freeze, ["~> 1.0".freeze, ">= 1.0.4".freeze])
  s.add_runtime_dependency(%q<eventmachine-tail>.freeze, ["~> 0.6".freeze, ">= 0.6.5".freeze])
  s.add_runtime_dependency(%q<em-websocket>.freeze, ["~> 0.5".freeze, ">= 0.5.1".freeze])
  s.add_runtime_dependency(%q<sinatra>.freeze, ["~> 1.4".freeze, ">= 1.4.3".freeze])
  s.add_runtime_dependency(%q<celluloid>.freeze, ["~> 0.16".freeze])
end