Sha256: 7995630bc207025177f6eb7e91702d3f333d30d10e325efd69a93106149da474

Contents?: true

Size: 941 Bytes

Versions: 1

Compression:

Stored size: 941 Bytes

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = 'es-readmodel'
  spec.version       = '0.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_development_dependency 'rspec', '3.5.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'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
es-readmodel-0.0.1 es-readmodel.gemspec