Bump version to 1.1.0 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 4b2932cc15cb333658ba743c219cc0a59a53e4c5
 (DIR) parent 39c2392a983810c7f7fc7d16147e3fb040522ceb
 (HTM) Author: Martin Kavalar <martin@sauspiel.de>
       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(-)
       ---
 (DIR) 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 name via the resulting data
        
 (DIR) 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?(:required_rubygems_version=)
          s.authors                   = ['Marco Otte-Witte', 'Martin Kavalar']