Skip to content

Commit b736824

Browse files
author
Lucas Thomas
committed
Added required ruby version to gemspec
1 parent 48b40af commit b736824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackify-api-ruby.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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'
15+
spec.required_ruby_version = '~> 1.9', '~> 2.0'
1516

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

0 commit comments

Comments
 (0)