Sha256: 01e905936147f3870ccf3f5e7e93ee879aede3af8f08c0fcfc8fe7307bd883b0

Contents?: true

Size: 978 Bytes

Versions: 7

Compression:

Stored size: 978 Bytes

Contents

# encoding: utf-8
$:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-hipchat"
  gem.description = "fluent HipChat plugin"
  gem.homepage    = "https://github.com/hotchpotch/fluent-plugin-hipchat"
  gem.summary     = gem.description
  gem.version     = File.read("VERSION").strip
  gem.authors     = ["Yuichi Tateno"]
  gem.email       = "hotchpotch@gmail.com"
  gem.has_rdoc    = false
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_dependency "fluentd", ">= 0.10.8"
  gem.add_dependency "hipchat-api",  ">= 1.0.0"

  gem.add_development_dependency "rake", ">= 0.9.2"
  gem.add_development_dependency "simplecov", ">= 0.5.4"
  gem.add_development_dependency "rr", ">= 1.0.0"
  gem.add_development_dependency "pry"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-hipchat-0.1.6 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.5 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.4 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.3 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.2 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.1 fluent-plugin-hipchat.gemspec
fluent-plugin-hipchat-0.1.0 fluent-plugin-hipchat.gemspec