Commit b9916cf0 by David Hjelm

Renaming annotate -> annotate-rails

Merged from masa-iwasaki Merge commit '27a0fe96' Conflicts: Rakefile annotate.gemspec
parents 672a22ab 27a0fe96
......@@ -18,7 +18,8 @@ Jeweler::Tasks.new do |gem|
gem.add_development_dependency "rspec"
gem.test_files = `git ls-files -- {spec,features}/*`.split("\n")
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
#gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.executables = "annotate-rails"
gem.require_path = 'lib'
# note that Jeweler automatically reads the version from VERSION.yml
......
......@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.date = "2011-09-02"
s.description = "When run, inserts table descriptions from db.schema into a comment block of relevant source code."
s.email = ["alex@stinky.com", "ctran@pragmaquest.com", "x@nofxx.com", "turadg@aleahmad.net"]
s.executables = ["annotate"]
s.executables = ["annotate-rails"]
s.extra_rdoc_files = [
"README.rdoc"
]
......
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