some fixes to the history and gemspec - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit a516c10af375057f9c2bee1eb9bd928c6c8b07c6
(DIR) parent 4b2932cc15cb333658ba743c219cc0a59a53e4c5
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Wed, 26 May 2010 11:19:37 +0200
some fixes to the history and gemspec
Diffstat:
M HISTORY.md | 4 ++--
M reportable.gemspec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/HISTORY.md b/HISTORY.md
@@ -3,8 +3,8 @@ v1.1.0
* added configuration options
* added support for Rails 3
-* added generator for the packaged Grafico
-* added support for jquery.flot with generator
+* added generator for the packaged RaphaelJs
+* added generator for the packaged jQuery flot
* moved tag helper to ReportTagHelper
* added the ResultSet class that allows access to the model name and report name via the resulting data
(DIR) diff --git a/reportable.gemspec b/reportable.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(:required_rubygems_version=)
s.authors = ['Marco Otte-Witte', 'Martin Kavalar']
- s.date = %q{2010-03-11}
+ s.date = %q{2010-05-26}
s.email = %q{reportable@saulabs.com}
s.files = pkg_files
s.homepage = %q{http://github.com/saulabs/reportable}
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.0}
s.has_rdoc = false
s.summary = %q{Easy report generation for Ruby on Rails}
- s.description = %q{Reportable allows for easy report generation from ActiveRecord and DataMapper models by the addition of the reportable method.}
+ s.description = %q{Reportable allows for easy report generation from ActiveRecord models by the addition of the reportable method.}
if s.respond_to?(:specification_version) then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION