Commit 27a0fe96 by Masatoshi Iwasaki

Fixes #7 issue

parent 9c68c8c9
...@@ -9,7 +9,7 @@ begin ...@@ -9,7 +9,7 @@ begin
require 'jeweler' require 'jeweler'
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = "annotate" gem.name = "annotate"
gem.executables = "annotate" gem.executables = "annotate-rails"
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 = gem.summary gem.description = gem.summary
gem.email = ["alex@stinky.com", 'ctran@pragmaquest.com', "x@nofxx.com"] gem.email = ["alex@stinky.com", 'ctran@pragmaquest.com', "x@nofxx.com"]
......
# Generated by jeweler # Generated by jeweler
# DO NOT EDIT THIS FILE # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
...@@ -9,11 +9,11 @@ Gem::Specification.new do |s| ...@@ -9,11 +9,11 @@ Gem::Specification.new do |s|
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=
s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini"] s.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini"]
s.date = %q{2009-10-23} s.date = %q{2010-01-17}
s.default_executable = %q{annotate} s.default_executable = %q{annotate-rails}
s.description = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.} s.description = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com"] s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com"]
s.executables = ["annotate"] s.executables = ["annotate-rails"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
] ]
...@@ -21,7 +21,7 @@ Gem::Specification.new do |s| ...@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
"History.txt", "History.txt",
"README.rdoc", "README.rdoc",
"VERSION.yml", "VERSION.yml",
"bin/annotate", "bin/annotate-rails",
"lib/annotate.rb", "lib/annotate.rb",
"lib/annotate/annotate_models.rb", "lib/annotate/annotate_models.rb",
"lib/annotate/annotate_routes.rb", "lib/annotate/annotate_routes.rb",
...@@ -37,6 +37,7 @@ Gem::Specification.new do |s| ...@@ -37,6 +37,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/ctran/annotate} s.homepage = %q{http://github.com/ctran/annotate}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubyforge_project = %q{annotate}
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.5}
s.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.} s.summary = %q{Annotates Rails Models, routes, fixtures, and others based on the database schema.}
s.test_files = [ s.test_files = [
...@@ -56,3 +57,4 @@ Gem::Specification.new do |s| ...@@ -56,3 +57,4 @@ Gem::Specification.new do |s|
else else
end end
end end
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