hanami-model.gemspec in hanami-model-1.0.0.beta3 vs hanami-model.gemspec in hanami-model-1.0.0.rc1
- old
+ new
@@ -1,15 +1,16 @@
# coding: utf-8
+
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hanami/model/version'
Gem::Specification.new do |spec|
spec.name = 'hanami-model'
spec.version = Hanami::Model::VERSION
- spec.authors = ['Luca Guidi', 'Trung LĂȘ', 'Alfonso Uceda']
- spec.email = ['me@lucaguidi.com', 'trung.le@ruby-journal.com', 'uceda73@gmail.com']
+ spec.authors = ['Luca Guidi']
+ spec.email = ['me@lucaguidi.com']
spec.summary = 'A persistence layer for Hanami'
spec.description = 'A persistence framework with entities and repositories'
spec.homepage = 'http://hanamirb.org'
spec.license = 'MIT'
@@ -17,10 +18,10 @@
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.required_ruby_version = '>= 2.3.0'
- spec.add_runtime_dependency 'hanami-utils', '~> 1.0.0.beta'
+ spec.add_runtime_dependency 'hanami-utils', '~> 1.0.0.rc1'
spec.add_runtime_dependency 'rom-sql', '~> 1.1'
spec.add_runtime_dependency 'rom-repository', '~> 1.2'
spec.add_runtime_dependency 'dry-types', '~> 0.9'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0'