mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
bump to 1.2.3
This commit is contained in:
parent
8f3b24a559
commit
b856b5aeff
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{factory_girl}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Joe Ferris"]
|
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
|
s.description = %q{factory_girl provides a framework and DSL for defining and
|
||||||
using factories - less error-prone, more explicit, and
|
using factories - less error-prone, more explicit, and
|
||||||
all-around easier to work with than fixtures.}
|
all-around easier to work with than fixtures.}
|
||||||
|
|
Loading…
Reference in a new issue