From ddb18a7e4318e1f2780b58259ded7d332057eba8 Mon Sep 17 00:00:00 2001 From: Matthias Viehweger Date: Wed, 3 Nov 2010 10:33:55 +0100 Subject: [PATCH] version bump tp 3.0.3 --- kronn-has_many_polymorphs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kronn-has_many_polymorphs.gemspec b/kronn-has_many_polymorphs.gemspec index 271cf65..7c5b338 100644 --- a/kronn-has_many_polymorphs.gemspec +++ b/kronn-has_many_polymorphs.gemspec @@ -4,10 +4,10 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "kronn-has_many_polymorphs" - s.version = "3.0.2" + s.version = "3.0.3" s.platform = Gem::Platform::RUBY s.authors = ["Evan Weaver", "James Stewart", "Matthias Viehweger"] - s.homepage = "http://blog.evanweaver.com/files/doc/fauna/has_many_polymorphs/" + s.homepage = "http://github.com/kronn/has_many_polymorphs" s.summary = "An ActiveRecord plugin for self-referential and double-sided polymorphic associations." s.add_dependency "activerecord"