bump to 1.2.3

This commit is contained in:
Chad Pytel 2009-10-15 16:51:58 -04:00
parent 8f3b24a559
commit b856b5aeff
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
Gem::Specification.new do |s|
s.name = %q{factory_girl}
s.version = "1.2.2"
s.version = "1.2.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joe Ferris"]
s.date = %q{2009-07-15}
s.date = %q{2009-10-15}
s.description = %q{factory_girl provides a framework and DSL for defining and
using factories - less error-prone, more explicit, and
all-around easier to work with than fixtures.}