fixes for documentation - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit f04dd32284e7535710276ad4b693f40f6aa0d49b
(DIR) parent 5fdb546b7974b9d166ff4e19bea82e7f3194287c
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Wed, 24 Feb 2010 21:54:03 +0100
fixes for documentation
Diffstat:
A HISTORY.md | 5 +++++
D HISTORY.rdoc | 4 ----
M README.md | 2 +-
M Rakefile | 2 +-
4 files changed, 7 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/HISTORY.md b/HISTORY.md
@@ -0,0 +1,4 @@
+v1.0.0
+------
+
+* Initial release of the new Reportable gem (this was formerly ReportsAsSparkline)
+\ No newline at end of file
(DIR) diff --git a/HISTORY.rdoc b/HISTORY.rdoc
@@ -1,3 +0,0 @@
-=== v1.0.0
-
-* Initial release of the new Reportable gem (this was formerly ReportsAsSparkline)
-\ No newline at end of file
(DIR) diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
Reportable
-----------
+==========
Former ReportsAsSparkline; expect new features, cleaner code etc. in the next weeks
\ No newline at end of file
(DIR) diff --git a/Rakefile b/Rakefile
@@ -16,7 +16,7 @@ end
begin
require 'yard'
YARD::Rake::YardocTask.new(:doc) do |t|
- t.files = ['lib/**/*.rb', '-', 'README.md']
+ t.files = ['lib/**/*.rb', '-', 'HISTORY.md']
t.options = ['--no-private', '--title', 'Reportable Documentation']
end
rescue LoadError