We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16a610a + df27829 commit e8be5a6Copy full SHA for e8be5a6
stackify-api-ruby.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.description = 'Stackify Logs and Metrics API for Ruby'
13
spec.homepage = 'http://www.stackify.com/'
14
spec.license = 'Apache-2.0'
15
- spec.required_ruby_version = '~> 1.9', '~> 2.0'
+ spec.required_ruby_version = '>= 1.9'
16
17
spec.files = `git ls-files -z`.split("\x0")
18
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
0 commit comments