| Bump version to 1.1.0 - reportable - Fork of reportable required by WarVox, fro… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 4b2932cc15cb333658ba743c219cc0a59a53e4c5 | |
| parent 39c2392a983810c7f7fc7d16147e3fb040522ceb | |
| Author: Martin Kavalar <[email protected]> | |
| Date: Wed, 26 May 2010 11:16:34 +0200 | |
| Bump version to 1.1.0 | |
| Diffstat: | |
| M HISTORY.md | 1 + | |
| M reportable.gemspec | 2 +- | |
| 2 files changed, 2 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/HISTORY.md b/HISTORY.md | |
| @@ -4,6 +4,7 @@ v1.1.0 | |
| * added configuration options | |
| * added support for Rails 3 | |
| * added generator for the packaged Grafico | |
| +* added support for jquery.flot with generator | |
| * 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 | |
| @@ -14,7 +14,7 @@ pkg_files += Dir['spec/**/*.{rb,yml,opts}'] | |
| Gem::Specification.new do |s| | |
| s.name = %q{reportable} | |
| - s.version = '1.0.3' | |
| + s.version = '1.1.0' | |
| s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(… | |
| s.authors = ['Marco Otte-Witte', 'Martin Kavalar'] |