Sha256: a1437cb17480594027c9f0e7f80f098bfdf69923134300d67b89b96432c1e84f

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 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 "bundler"
  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.2 notify_hipchat.gemspec