From 94d2c034d2492339fa34cdd0020c14cb715270c2 Mon Sep 17 00:00:00 2001 From: Francis Hwang Date: Sat, 10 Mar 2012 08:11:45 -0500 Subject: [PATCH] Regenerate gemspec for version 2.3.0 --- sample_models.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_models.gemspec b/sample_models.gemspec index 7550212..56af898 100644 --- a/sample_models.gemspec +++ b/sample_models.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "sample_models" - s.version = "2.2.0" + s.version = "2.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Francis Hwang"] - s.date = "2012-03-04" + s.date = "2012-03-10" s.description = "\nA library for making it extremely fast for Rails developers to set up and save ActiveRecord instances when writing test cases. It aims to:\n\n* meet all your validations automatically\n* only make you specify the attributes you care about\n* give you a rich set of features so you can specify associated values as concisely as possible\n* do this with as little configuration as possible\n" s.email = "francis.hwang@profitably.com" s.extra_rdoc_files = [