We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56aa90 commit 6233025Copy full SHA for 6233025
annotate.gemspec
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
7
s.name = "annotate"
8
s.version = Annotate.version
9
10
+ s.required_ruby_version = '~> 1.9.3'
11
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
s.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
13
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
0 commit comments