Skip to content

Commit

Permalink
Requires ruby 2.1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Mar 7, 2014
1 parent 8f53337 commit c5972b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ Install

`gem install java` or add `gem 'java'` to your Gemfile.

This gem requires Ruby 2.1.0+.

Usage
-----

Expand Down
2 changes: 2 additions & 0 deletions java.gemspec
Expand Up @@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.1.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"
Expand Down

0 comments on commit c5972b8

Please sign in to comment.