Skip to content

Commit

Permalink
Regenerated gemspec for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 28, 2011
1 parent 2fc3214 commit a3a6397
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dm-validations.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-validations}
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 = ["Guy van den Berg"]
s.date = %q{2011-03-16}
s.date = %q{2011-04-28}
s.description = %q{Library for performing validations on DM models and pure Ruby object}
s.email = %q{vandenberg.guy [a] gmail [d] com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -159,6 +159,7 @@ Gem::Specification.new do |s|
"spec/unit/validation_errors/enumerable_spec.rb",
"spec/unit/validation_errors/reading_spec.rb",
"spec/unit/validation_errors/respond_to_spec.rb",
"spec/unit/validators/within_validator_spec.rb",
"tasks/spec.rake",
"tasks/yard.rake",
"tasks/yardstick.rake"
Expand Down Expand Up @@ -279,7 +280,8 @@ Gem::Specification.new do |s|
"spec/unit/validation_errors/emptiness_spec.rb",
"spec/unit/validation_errors/enumerable_spec.rb",
"spec/unit/validation_errors/reading_spec.rb",
"spec/unit/validation_errors/respond_to_spec.rb"
"spec/unit/validation_errors/respond_to_spec.rb",
"spec/unit/validators/within_validator_spec.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit a3a6397

Please sign in to comment.