Commit bf3b35a3 by Jon Frisby

Making project name match Github project name.

parent 78038454
...@@ -7,7 +7,7 @@ task :default => [:spec] ...@@ -7,7 +7,7 @@ task :default => [:spec]
require 'jeweler' require 'jeweler'
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "annotate" gem.name = "annotate_models"
gem.summary = "Annotates Rails models, routes, fixtures, and others based on the database schema." gem.summary = "Annotates Rails models, routes, fixtures, and others based on the database schema."
gem.description = "When run, inserts table descriptions from db.schema into a comment block of relevant source code." gem.description = "When run, inserts table descriptions from db.schema into a comment block of relevant source code."
gem.email = ["alex@stinky.com", 'ctran@pragmaquest.com', "x@nofxx.com", "turadg@aleahmad.net"] gem.email = ["alex@stinky.com", 'ctran@pragmaquest.com', "x@nofxx.com", "turadg@aleahmad.net"]
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "annotate" s.name = "annotate_models"
s.version = "2.5.0" s.version = "2.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
......
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