aboutsummaryrefslogtreecommitdiffstats
path: root/Thorfile
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-11-10 15:04:54 -0500
committerBryan Helmkamp <bryan@brynary.com>2009-11-10 15:04:54 -0500
commit3dbdaa399f1a15b5f6e770057342164a6deb9040 (patch)
tree02178e4fdeba9a2b60d467ea4ac958c58bdec94a /Thorfile
parent627bce9740531ca107d16ac62273b4acdfab7fbf (diff)
downloadrails-3dbdaa399f1a15b5f6e770057342164a6deb9040.tar.gz
rails-3dbdaa399f1a15b5f6e770057342164a6deb9040.tar.bz2
rails-3dbdaa399f1a15b5f6e770057342164a6deb9040.zip
Add History.txt to RDoc
Diffstat (limited to 'Thorfile')
-rw-r--r--Thorfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Thorfile b/Thorfile
index 0ef929847f..a3cce29541 100644
--- a/Thorfile
+++ b/Thorfile
@@ -30,7 +30,7 @@ and query generation.
s.test_files = normalize_files(Dir['spec/**/*.rb'] - repo.lib.ignored_files)
s.has_rdoc = true
- s.extra_rdoc_files = %w[README.markdown]
+ s.extra_rdoc_files = %w[History.txt README.markdown]
# Arel required ActiveRecord, but we're not declaring it to avoid a
# circular dependency chain. The solution is for ActiveRecord to release