updated to 1.1.1 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit f6a9accf551bd30b66adbc8c3bba21f32ab6b165
 (DIR) parent 7073823c15e1336558b1e121844e6cd9d50b8685
 (HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
       Date:   Mon, 28 Jun 2010 10:56:17 +0200
       
       updated to 1.1.1
       
       Diffstat:
         M HISTORY.md                          |       5 +++++
         M reportable.gemspec                  |       4 ++--
       
       2 files changed, 7 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/HISTORY.md b/HISTORY.md
       @@ -1,3 +1,8 @@
       +v1.1.1
       +------
       +
       +* not including the whole Saulabs::Reportable namespace into ActiveRecord anymore.
       +
        v1.1.0
        ------
        
 (DIR) diff --git a/reportable.gemspec b/reportable.gemspec
       @@ -14,11 +14,11 @@ pkg_files += Dir['spec/**/*.{rb,yml,opts}']
        Gem::Specification.new do |s|
        
          s.name    = %q{reportable}
       -  s.version = '1.1.0'
       +  s.version = '1.1.1'
        
          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-05-26}
       +  s.date                      = %q{2010-06-28}
          s.email                     = %q{reportable@saulabs.com}
          s.files                     = pkg_files
          s.homepage                  = %q{http://github.com/saulabs/reportable}