| updated to 1.1.1 - reportable - Fork of reportable required by WarVox, from hdm… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit f6a9accf551bd30b66adbc8c3bba21f32ab6b165 | |
| parent 7073823c15e1336558b1e121844e6cd9d50b8685 | |
| Author: Marco Otte-Witte <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/HISTORY.md b/HISTORY.md | |
| @@ -1,3 +1,8 @@ | |
| +v1.1.1 | |
| +------ | |
| + | |
| +* not including the whole Saulabs::Reportable namespace into ActiveRecord anym… | |
| + | |
| v1.1.0 | |
| ------ | |
| 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?(… | |
| s.authors = ['Marco Otte-Witte', 'Martin Kavalar'] | |
| - s.date = %q{2010-05-26} | |
| + s.date = %q{2010-06-28} | |
| s.email = %q{[email protected]} | |
| s.files = pkg_files | |
| s.homepage = %q{http://github.com/saulabs/reportable} |