Sha256: 3920a4f1406335f7d74693ebf615a80febf694a2281310a7f57aa10f35bf561b
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 = '0.0.8' 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-0.0.8 | es-readmodel.gemspec |