Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#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 069f29e + 74a96e5 commit f5a8c71
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 f5a8c71

Please sign in to comment.