luna_park.gemspec in luna_park-0.11.1 vs luna_park.gemspec in luna_park-0.11.2

- old
+ new

@@ -9,16 +9,17 @@ spec.version = LunaPark::VERSION spec.authors = ['Alexander Kudrin', 'Philip Sorokin'] spec.email = ['kudrin.alexander@gmail.com'] spec.summary = 'Domain driven oriented microservice framework.' - spec.homepage = 'https://am-team.github.io/luna_park/#/' + spec.homepage = 'https://github.com/am-team/luna_park' spec.license = 'MIT' + spec.required_ruby_version = '>= 2.5.1' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = 'https://rubygems.org' + # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" else raise 'RubyGems 2.0 or newer is required to protect against ' \ 'public gem pushes.' end spec.metadata['yard.run'] = 'yri'