| some fixes to the history and gemspec - reportable - Fork of reportable require… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit a516c10af375057f9c2bee1eb9bd928c6c8b07c6 | |
| parent 4b2932cc15cb333658ba743c219cc0a59a53e4c5 | |
| Author: Marco Otte-Witte <[email protected]> | |
| 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(-) | |
| --- | |
| 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 na… | |
| 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?(… | |
| s.authors = ['Marco Otte-Witte', 'Martin Kavalar'] | |
| - s.date = %q{2010-03-11} | |
| + s.date = %q{2010-05-26} | |
| s.email = %q{[email protected]} | |
| 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 generatio… | |
| + s.description = %q{Reportable allows for easy report generatio… | |
| if s.respond_to?(:specification_version) then | |
| current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |