summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2012-12-21 11:42:19 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2012-12-21 11:56:08 +0100
commitd07ef79eeb69e6643747da627c84a8b0baed18e3 (patch)
tree633c1c1d57971d782e14c04ed0846152dac6c2de
parentb474dd17d461f08f87c36b9b1610407a0563f321 (diff)
downloadbacon-d07ef79eeb69e6643747da627c84a8b0baed18e3.tar.gz
bacon-d07ef79eeb69e6643747da627c84a8b0baed18e3.tar.xz
bacon-d07ef79eeb69e6643747da627c84a8b0baed18e3.zip
Rename README README.rdoc
-rw-r--r--README.rdoc (renamed from README)0
-rw-r--r--Rakefile4
-rw-r--r--bacon.gemspec2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README.rdoc
index 92f428a..92f428a 100644
--- a/README
+++ b/README.rdoc
diff --git a/Rakefile b/Rakefile
index f6ad05d..6900abf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -81,11 +81,11 @@ end
 desc "Generate RDoc documentation"
 Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.options << '--line-numbers' << '--inline-source' <<
-    '--main' << 'README' <<
+    '--main' << 'README.rdoc' <<
     '--title' << 'Bacon Documentation' <<
     '--charset' << 'utf-8'
   rdoc.rdoc_dir = "doc"
-  rdoc.rdoc_files.include 'README'
+  rdoc.rdoc_files.include 'README.rdoc'
   rdoc.rdoc_files.include 'COPYING'
   rdoc.rdoc_files.include 'RDOX'
   rdoc.rdoc_files.include('lib/bacon.rb')
diff --git a/bacon.gemspec b/bacon.gemspec
index 0c28a50..6455e08 100644
--- a/bacon.gemspec
+++ b/bacon.gemspec
@@ -16,7 +16,7 @@ http://github.com/chneukirchen/bacon
   s.executables     << 'bacon'
   s.require_path    = 'lib'
   s.has_rdoc        = true
-  s.extra_rdoc_files = ['README', 'RDOX']
+  s.extra_rdoc_files = ['README.rdoc', 'RDOX']
   s.test_files      = []
 
   s.author          = 'Christian Neukirchen'