From 997147825a16c79de5521b18c98fb3f052f49b4b Mon Sep 17 00:00:00 2001 From: Will Thames Date: Sun, 8 Jan 2012 11:14:19 +1000 Subject: [PATCH] Increased version number to reflect changes elsewhere --- citier.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citier.gemspec b/citier.gemspec index c15c32a..32915e6 100644 --- a/citier.gemspec +++ b/citier.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{citier} - s.version = "0.1.14" + s.version = "0.1.15" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Peter Hamilton, Originally from Laurent Buffat, Pierre-Emmanuel Jouve"] - s.date = %q{2011-04-29} + s.date = %q{2012-01-08} s.description = %q{CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for single and multiple class table inheritance. For full information: http://peterhamilton.github.com/citier/ For the original version by ALTRABio see www.github.com/altrabio/}