From 4259e4cafb383c6b84e14423ba6c351c2cb001a6 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 6 Apr 2012 16:38:13 -0400 Subject: [PATCH] Bump version to 3.1.0 --- Gemfile.lock | 2 +- factory_girl_rails.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ecc09e..612a763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_girl_rails (3.0.0) + factory_girl_rails (3.1.0) factory_girl (~> 3.1.0) railties (>= 3.0.0) diff --git a/factory_girl_rails.gemspec b/factory_girl_rails.gemspec index 1c70f4f..0f0bc42 100644 --- a/factory_girl_rails.gemspec +++ b/factory_girl_rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{factory_girl_rails} - s.version = '3.0.0' + s.version = '3.1.0' s.authors = ["Joe Ferris"] s.email = %q{jferris@thoughtbot.com} s.homepage = "http://github.com/thoughtbot/factory_girl_rails"