Sha256: 49188c205622374d7db313cc33a4d7661900668375a8e87c6405df68eecf4f42
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
Gem::Specification.new do |spec| spec.name = "capistrano-haller" spec.version = File.open(File.expand_path('../VERSION', __FILE__)).read spec.author = "Jack Forrest" spec.email = "jack@smashingboxes.com" spec.homepage = "https://github.com/smashingboxes/capistrano-haller" spec.summary = %q{Hall chat notifications for capistrano deploys} spec.description = %q{Posts messages in hall channels after capistrano deployes} spec.license = "MIT" spec.files = `git ls-files`.split("\n") spec.require_paths = ["lib"] spec.add_runtime_dependency "capistrano", "< 3.0" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-haller-0.0.4 | capistrano-haller.gemspec |