Sha256: 5395f8e1833cca5056381dc3ad62914c6d63fb6dde5f4fad7325553817b47b7e
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "notify_hipchat/version" Gem::Specification.new do |s| s.name = "notify_hipchat" s.version = NotifyHipchat::VERSION s.authors = ["Paul Bellamy"] s.email = ["paul.a.bellamy@gmail.com"] s.homepage = "" s.summary = %q{Send notifications to HipChat from the CLI} s.description = %q{Send notifications to HipChat from the CLI} s.rubyforge_project = "notify_hipchat" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rspec" s.add_runtime_dependency "docopt" s.add_runtime_dependency "hipchat-api" s.add_runtime_dependency "mustache" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notify_hipchat-0.0.1 | notify_hipchat.gemspec |