Skip to content

Commit

Permalink
change license filename in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 3, 2011
1 parent 96c3a41 commit 8b713b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ Rake::RDocTask.new do |rdoc|
rdoc.options += ["--quiet", "--line-numbers", "--inline-source"]
rdoc.main = "README"
rdoc.title = "fixture_dependencies: Rails fixture loading that works with foreign keys"
rdoc.rdoc_files.add ["README", "LICENSE", "lib/**/*.rb"]
rdoc.rdoc_files.add ["README", "MIT-LICENSE", "lib/**/*.rb"]
end

desc "Package fixture_dependencies"
Expand Down

0 comments on commit 8b713b0

Please sign in to comment.