Commit 51fda365 by Jon Frisby

Changing my mind on project name issue...

parent bf3b35a3
...@@ -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_models" gem.name = "annotate"
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_models" s.name = "annotate"
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=
...@@ -24,7 +24,6 @@ Gem::Specification.new do |s| ...@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
"README.rdoc", "README.rdoc",
"Rakefile", "Rakefile",
"VERSION.yml", "VERSION.yml",
"annotate.gemspec",
"bin/annotate_models", "bin/annotate_models",
"lib/annotate.rb", "lib/annotate.rb",
"lib/annotate/active_record_patch.rb", "lib/annotate/active_record_patch.rb",
......
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