Skip to content

Commit

Permalink
Regenerate gemspec for version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhwang committed Mar 10, 2012
1 parent 5ec2967 commit 94d2c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_models.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "sample_models"
s.version = "2.2.0"
s.version = "2.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Francis Hwang"]
s.date = "2012-03-04"
s.date = "2012-03-10"
s.description = "\nA library for making it extremely fast for Rails developers to set up and save ActiveRecord instances when writing test cases. It aims to:\n\n* meet all your validations automatically\n* only make you specify the attributes you care about\n* give you a rich set of features so you can specify associated values as concisely as possible\n* do this with as little configuration as possible\n"
s.email = "francis.hwang@profitably.com"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 94d2c03

Please sign in to comment.