Skip to content

Commit e8be5a6

Browse files
authored
Merge pull request #16 from jedi-ballono/master
Changing required ruby version to '>= 1.9'
2 parents 16a610a + df27829 commit e8be5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackify-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'Stackify Logs and Metrics API for Ruby'
1313
spec.homepage = 'http://www.stackify.com/'
1414
spec.license = 'Apache-2.0'
15-
spec.required_ruby_version = '~> 1.9', '~> 2.0'
15+
spec.required_ruby_version = '>= 1.9'
1616

1717
spec.files = `git ls-files -z`.split("\x0")
1818
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)