Commit 62330258 by cuong.tran

Specify required ruby version in gemspec

parent e56aa90c
......@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.name = "annotate"
s.version = Annotate.version
s.required_ruby_version = '~> 1.9.3'
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment