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"