Skip to content

Commit

Permalink
rename README.txt to README so that github can handle it.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Jun 8, 2008
1 parent 33f4005 commit c8dbcbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Manifest.txt
@@ -1,6 +1,6 @@
History.txt
Manifest.txt
README.txt
README
Rakefile
bin/rmmseg
data/chars.dic
Expand All @@ -22,12 +22,15 @@ lib/rmmseg/dictionary.rb
lib/rmmseg/ferret.rb
misc/convert.rb
misc/ferret_example.rb
misc/homepage.erb
misc/homepage.html
spec/rmmseg_spec.rb
spec/spec_helper.rb
tasks/ann.rake
tasks/bones.rake
tasks/gem.rake
tasks/git.rake
tasks/homepage.rake
tasks/manifest.rake
tasks/notes.rake
tasks/post_load.rake
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tasks/setup.rb
Expand Up @@ -26,7 +26,7 @@ class OpenStruct; undef :gem; end
:libs => [],
:history_file => 'History.txt',
:manifest_file => 'Manifest.txt',
:readme_file => 'README.txt',
:readme_file => 'README',

# Announce
:ann => OpenStruct.new(
Expand Down Expand Up @@ -74,7 +74,7 @@ class OpenStruct; undef :gem; end
# Rdoc
:rdoc => OpenStruct.new(
:opts => [],
:include => %w(^lib/ ^bin/ ^ext/rmmseg/rmmseg.cpp \.txt$),
:include => %w(^lib/ ^bin/ ^ext/rmmseg/rmmseg.cpp \.txt$ README),
:exclude => %w(extconf\.rb$),
:main => nil,
:dir => 'doc',
Expand Down

0 comments on commit c8dbcbb

Please sign in to comment.