Skip to content

Commit f7ead03

Browse files
committed
Remove reference to TODO.md
1 parent 314dfdf commit f7ead03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.'
1414
s.email = ['alex@stinky.com', 'cuong.tran@gmail.com', 'x@nofxx.com', 'turadg@aleahmad.net', 'jon@cloudability.com']
1515
s.executables = ['annotate']
16-
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md', 'TODO.md']
16+
s.extra_rdoc_files = ['README.md', 'CHANGELOG.md']
1717
s.files = `git ls-files -z LICENSE.txt *.md *.gemspec bin lib`.split("\x0")
1818
s.homepage = 'http://github.com/ctran/annotate_models'
1919
s.licenses = ['Ruby']

0 commit comments

Comments
 (0)