Sha256: ad11e2ec664a8353ed2b5d020518d6766ef4e2f3f0fd4b9812f649890d0946de
Contents?: true
Size: 697 Bytes
Versions: 3
Compression:
Stored size: 697 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 = "\"capistrano_sentinel\"" s.email = "raoul_ice@yahoo.com" s.homepage = "http://github.com/bogdanRada/capistrano_sentinel" s.description = "\"Handles capistrano deploy in parallel.\"" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
capistrano_sentinel-0.0.3 | capistrano_sentinel.gemspec |
capistrano_sentinel-0.0.2 | capistrano_sentinel.gemspec |
capistrano_sentinel-0.0.1 | capistrano_sentinel.gemspec |