Sha256: 71b262a10c24a61faba0584b230fb18a5ad9d28fa879d13df99d90230e21f0a8

Contents?: true

Size: 986 Bytes

Versions: 1

Compression:

Stored size: 986 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'amqp_topic_binding/version'

Gem::Specification.new do |spec|
  spec.name          = "amqp_topic_binding"
  spec.licenses      = ['MIT']
  spec.version       = AmqpTopicBinding::VERSION
  spec.authors       = ["Rusty Geldmacher"]
  spec.email         = ["russell.geldmacher@gmail.com"]

  spec.summary       = %q{A matcher for the AMQP topic binding algorithm}
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/rustygeldmacher/amqp_topic_binding"

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

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake", ">= 12.3.3"
  spec.add_development_dependency "rspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amqp_topic_binding-0.2.0 amqp_topic_binding.gemspec