Sha256: 3c4907cfc4854493ef009a0a5993f8629438d4f32b986548ff3df582f19e53e2

Contents?: true

Size: 894 Bytes

Versions: 8

Compression:

Stored size: 894 Bytes

Contents

require File.expand_path("../lib/capistrano_sentinel/version", __FILE__)

Gem::Specification.new do |s|
  s.name = "capistrano_sentinel"
  s.version     = CapistranoSentinel.gem_version
  s.platform    = Gem::Platform::RUBY
  s.summary = "CapistranoSentinel is a simple ruby implementation that allows you to emit websocket events before a task is invoked by Capistrano."
  s.email       = "raoul_ice@yahoo.com"
  s.homepage = "http://github.com/bogdanRada/capistrano_sentinel"
  s.description = "CapistranoSentinel is a simple ruby implementation that allows you to emit websocket events before a task is invoked by Capistrano."
  s.authors     = ["bogdanRada"]

  s.date = Date.today

  s.licenses = ["MIT"]
  s.files = `git ls-files`.split("\n")
  s.test_files = s.files.grep(/^(spec)/)
  s.require_paths = ["lib"]
  s.required_ruby_version = '>= 1.9'


  s.add_dependency 'websocket'


end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
capistrano_sentinel-0.0.14 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.12 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.10 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.9 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.8 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.7 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.6 capistrano_sentinel.gemspec
capistrano_sentinel-0.0.5 capistrano_sentinel.gemspec