Skip to content

Commit

Permalink
Updating gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
awebneck committed Jun 16, 2013
1 parent 6642bde commit 01a3824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions object-daddy.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "object-daddy"
s.version = "1.1.0"
s.version = "1.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rick Bradley", "Yossef Mendelssohn", "Jeremy Holland"]
s.date = "2012-11-26"
s.date = "2013-06-16"
s.description = "Object Daddy is a library (as well as a Ruby on Rails plugin) designed to assist in automating testing of large collections of objects, especially webs of ActiveRecord models. It is a descendent of the \"Object Mother\" pattern for creating objects for testing, and is related to the concept of an \"object exemplar\" or stereotype."
s.email = ["blogicx@rickbradley.com", "ymendel@pobox.com", "jeremy@jeremypholland.com"]
s.extra_rdoc_files = [
Expand Down Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/awebneck/object_daddy"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.rubygems_version = "1.8.23"
s.summary = "Kill Fixtures"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 01a3824

Please sign in to comment.