| bump version to 1.0.2 - reportable - Fork of reportable required by WarVox, fro… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 7e0a1a7dfc6ed5dcd9960b59ac38ba566fa032f2 | |
| parent 74142d6345659afeccb3f03709b70deef95ce828 | |
| Author: Marco Otte-Witte <[email protected]> | |
| Date: Thu, 11 Mar 2010 20:46:44 +0100 | |
| bump version to 1.0.2 | |
| 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.0.2 | |
| +------ | |
| + | |
| +* Fixed the migration template | |
| + | |
| v1.0.1 | |
| ------ | |
| 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.0.0' | |
| + s.version = '1.0.2' | |
| s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to?(… | |
| s.authors = ['Marco Otte-Witte', 'Martin Kavalar'] | |
| - s.date = %q{2010-02-26} | |
| + s.date = %q{2010-03-11} | |
| s.email = %q{[email protected]} | |
| s.files = pkg_files | |
| s.homepage = %q{http://github.com/saulabs/reportable} |