legion-extensions-health.gemspec in lex-health-0.1.1 vs legion-extensions-health.gemspec in lex-health-0.1.2
- old
+ new
@@ -10,13 +10,14 @@
spec.summary = 'Legion::Extensions::Health'
spec.description = 'Used to read heartbeats and update the db'
spec.homepage = 'https://bitbucket.org/legion-io/lex-health'
spec.license = 'MIT'
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
spec.metadata['homepage_uri'] = spec.homepage
- spec.metadata['source_code_uri'] = 'https://bitbucket.org/legion-io/lex-heartbeat'
- spec.metadata['changelog_uri'] = 'https://bitbucket.org/legion-io/lex-heartbeat/CHANGELOG.md'
+ spec.metadata['source_code_uri'] = 'https://bitbucket.org/legion-io/lex-health'
+ spec.metadata['changelog_uri'] = 'https://bitbucket.org/legion-io/lex-health/CHANGELOG.md'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }