bump version to 1.0.2 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 7e0a1a7dfc6ed5dcd9960b59ac38ba566fa032f2
(DIR) parent 74142d6345659afeccb3f03709b70deef95ce828
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
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(-)
---
(DIR) diff --git a/HISTORY.md b/HISTORY.md
@@ -1,3 +1,8 @@
+v1.0.2
+------
+
+* Fixed the migration template
+
v1.0.1
------
(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.0.0'
+ s.version = '1.0.2'
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-02-26}
+ s.date = %q{2010-03-11}
s.email = %q{reportable@saulabs.com}
s.files = pkg_files
s.homepage = %q{http://github.com/saulabs/reportable}