Sha256: 02ae241aff243175e5636dfb927991afe77ba4d7a34cc5192bec3568f8179830
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.2' 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.2 | es-readmodel.gemspec |