# -*- encoding: utf-8 -*-
# stub: capistrano_sentinel 0.0.12 ruby lib

Gem::Specification.new do |s|
  s.name = "capistrano_sentinel".freeze
  s.version = "0.0.12".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["bogdanRada".freeze]
  s.date = "2016-07-13"
  s.description = "CapistranoSentinel is a simple ruby implementation that allows you to emit websocket events before a task is invoked by Capistrano.".freeze
  s.email = "raoul_ice@yahoo.com".freeze
  s.files = [".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano_sentinel.gemspec".freeze, "lib/capistrano_sentinel.rb".freeze, "lib/capistrano_sentinel/all.rb".freeze, "lib/capistrano_sentinel/classes/configuration.rb".freeze, "lib/capistrano_sentinel/classes/gem_finder.rb".freeze, "lib/capistrano_sentinel/classes/input_stream.rb".freeze, "lib/capistrano_sentinel/classes/output_stream.rb".freeze, "lib/capistrano_sentinel/classes/request_hooks.rb".freeze, "lib/capistrano_sentinel/classes/request_worker.rb".freeze, "lib/capistrano_sentinel/classes/websocket/errors.rb".freeze, "lib/capistrano_sentinel/classes/websocket_client.rb".freeze, "lib/capistrano_sentinel/helpers/application_helper.rb".freeze, "lib/capistrano_sentinel/helpers/logging.rb".freeze, "lib/capistrano_sentinel/initializers/active_support/blank.rb".freeze, "lib/capistrano_sentinel/initializers/active_support/hash_keys.rb".freeze, "lib/capistrano_sentinel/patches/capistrano2.rb".freeze, "lib/capistrano_sentinel/patches/rake.rb".freeze, "lib/capistrano_sentinel/version.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/bogdanRada/capistrano_sentinel".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "CapistranoSentinel is a simple ruby implementation that allows you to emit websocket events before a task is invoked by Capistrano.".freeze
  s.test_files = ["spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<websocket>.freeze, [">= 0".freeze])
end