Sha256: d33f4dfae210a400249fbf3fefe9c7d13e5923c027002fd2fe33455ed9813b9b
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 = '>= 2.0' s.add_dependency 'websocket' end
Version data entries
8 entries across 8 versions & 1 rubygems