Sha256: 01fff16c22cf82e0c3186118aa34dfcadf9da43ada359d9b6b306469f1d87166

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'statesman/events/version'

Gem::Specification.new do |spec|
  spec.name          = "statesman-events"
  spec.version       = Statesman::Events::VERSION
  spec.authors       = ["Grey Baker"]
  spec.email         = ["developers@gocardless.com"]
  spec.description   = %q{Event support for Statesman}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/gocardless/statesman-events"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency             "statesman",     ">= 1.3"

  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec",         "~> 3.1"
  spec.add_development_dependency "rspec-its",     "~> 1.1"
  spec.add_development_dependency "rubocop",       "~> 0.30.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
statesman-events-1.0.0 statesman-events.gemspec
statesman-events-0.0.1 statesman-events.gemspec