Skip to content

Commit

Permalink
regenerated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 21, 2010
1 parent f659438 commit fca0fe8
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions dm-validations-ext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,32 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Piotr Solnica"]
s.date = %q{2010-09-09}
s.date = %q{2010-10-21}
s.description = %q{DataMapper plugin providing better error messages handling.}
s.email = %q{piotr.solnica [a] gmail [d] com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".gitignore",
"Gemfile",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"dm-validations-ext.gemspec",
"lib/dm-validations-ext.rb",
"spec/public/validations_ext_spec.rb",
"spec/rcov.opts",
"spec/spec_helper.rb",
"tasks/ci.rake",
"tasks/local_gemfile.rake",
"tasks/metrics.rake",
"tasks/spec.rake",
"tasks/yard.rake",
"tasks/yardstick.rake"
]
s.has_rdoc = %q{yard}
s.homepage = %q{http://github.com/solnic/dm-validations-ext}
s.rdoc_options = ["--charset=UTF-8"]
Expand All @@ -24,7 +43,7 @@ Gem::Specification.new do |s|
s.summary = %q{DataMapper plugin providing better error messages handling.}
s.test_files = [
"spec/spec_helper.rb",
"spec/public/child_associations_spec.rb"
"spec/public/validations_ext_spec.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit fca0fe8

Please sign in to comment.