| bump to 1.0.3 - reportable - Fork of reportable required by WarVox, from hdm/re… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 22209f004c013566cbd6aa6acb167dd6b9950771 | |
| parent df7c7ca085006ff962614940938e9212569aa0c8 | |
| Author: Marco Otte-Witte <[email protected]> | |
| 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(-) | |
| --- | |
| 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… | |
| + | |
| v1.0.2 | |
| ------ | |
| 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?(… | |
| s.authors = ['Marco Otte-Witte', 'Martin Kavalar'] |