Sha256: 6a44777ecc2e6ecc0f0b86bcd68c9de18bd80ef00ac37cf2140cdf54a433cdfc

Contents?: true

Size: 895 Bytes

Versions: 2

Compression:

Stored size: 895 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ruboty-fastly/version"

Gem::Specification.new do |spec|
  spec.name          = "ruboty-fastly"
  spec.version       = RubotyFastly::VERSION
  spec.authors       = ["Sorah Fukumori"]
  spec.email         = ["sorah@cookpad.com"]

  spec.summary       = %q{Ruboty plugin for Fastly chat-ops}
  spec.homepage      = "https://github.com/sorah/ruboty-fastly"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "ruboty"
  spec.add_dependency "fastly"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruboty-fastly-0.1.1 ruboty-fastly.gemspec
ruboty-fastly-0.1.0 ruboty-fastly.gemspec