bump to 1.0.3 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 22209f004c013566cbd6aa6acb167dd6b9950771
 (DIR) parent df7c7ca085006ff962614940938e9212569aa0c8
 (HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
       Date:   Thu, 11 Mar 2010 21:28:30 +0100
       
       bump to 1.0.3
       
       Diffstat:
         M HISTORY.md                          |       5 +++++
         M reportable.gemspec                  |       2 +-
       
       2 files changed, 6 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/HISTORY.md b/HISTORY.md
       @@ -1,3 +1,8 @@
       +v1.0.3
       +------
       +
       +* Fixed bug in reportable method that broke cumulated reports and reports with options
       +
        v1.0.2
        ------
        
 (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.2'
       +  s.version = '1.0.3'
        
          s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(:required_rubygems_version=)
          s.authors                   = ['Marco Otte-Witte', 'Martin Kavalar']