legion-exceptions.gemspec in legion-exceptions-1.1.0 vs legion-exceptions.gemspec in legion-exceptions-1.1.1
- old
+ new
@@ -12,11 +12,12 @@
spec.summary = 'Used to keep legion exceptions in one place'
spec.description = 'All of the different Legion Exceptions'
spec.homepage = 'https://bitbucket.org/legion-io/legion-exceptions'
spec.license = 'MIT'
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']