Skip to content

Commit

Permalink
Merge pull request #502 from seuros/ruby-version
Browse files Browse the repository at this point in the history
set required ruby version.
  • Loading branch information
seuros committed Mar 30, 2014
2 parents 9436ecb + 46b3f55 commit 15b4b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acts-as-taggable-on.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.required_ruby_version = '>= 1.9.3'

if File.exists?('UPGRADING.md')
gem.post_install_message = File.read('UPGRADING.md')
Expand Down

0 comments on commit 15b4b15

Please sign in to comment.