Introduction
Introduction Statistics Contact Development Disclaimer Help
fixes for documentation - reportable - Fork of reportable required by WarVox, f…
Log
Files
Refs
README
---
commit f04dd32284e7535710276ad4b693f40f6aa0d49b
parent 5fdb546b7974b9d166ff4e19bea82e7f3194287c
Author: Marco Otte-Witte <[email protected]>
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(-)
---
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 ReportsAsSparkl…
+\ No newline at end of file
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 ReportsAsSparkl…
-\ No newline at end of file
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
Reportable
-----------
+==========
Former ReportsAsSparkline; expect new features, cleaner code etc. in the next …
\ No newline at end of file
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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.