Sha256: 8f575037dcec0a5a87fa3c880c30f755ea3fbca19b3d124b2dac075570029af0

Contents?: true

Size: 989 Bytes

Versions: 1

Compression:

Stored size: 989 Bytes

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = 'es-readmodel'
  spec.version       = '1.0.1'
  spec.licenses      = ['MIT']
  spec.authors       = ['Kevin Rutherford']
  spec.email         = ['kevin@rutherford-software.com']

  spec.summary       = %q{An opinionated read model framework for use with EventStore}
  spec.description   = %q{An opinionated read model framework for use with EventStore}
  spec.homepage      = "https://github.com/kevinrutherford/es-readmodel"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'rack', '~> 2.0'
  spec.add_runtime_dependency 'faraday', '~> 0.13'
  spec.add_runtime_dependency 'faraday_middleware', '~> 0.12'
  spec.add_runtime_dependency 'hashie', '~> 3.5'
  spec.add_runtime_dependency 'json', '~> 2.1'
  spec.add_runtime_dependency 'mustermann', '~> 1.0'

  spec.add_development_dependency 'rspec', '~> 3.7'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
es-readmodel-1.0.1 es-readmodel.gemspec