Skip to content

Commit

Permalink
Add ruby version requirement to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Jun 21, 2016
1 parent 734cf19 commit bd325ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -132,6 +132,7 @@ if defined?(Gem) and defined?(Gem::PackageTask)
s.email = "flori@ping.de"
s.homepage = "http://flori.github.com/#{PKG_NAME}"
s.license = 'Ruby'
s.required_ruby_version = '~> 2.0'
end

desc 'Creates a json.gemspec file'
Expand Down
Binary file modified json.gemspec
Binary file not shown.

0 comments on commit bd325ab

Please sign in to comment.