Gem::Specification.new do |s| s.name = %q{methodic} s.author = "Romain GEORGES" s.version = "0.2" s.date = %q{2012-03-21} s.summary = %q{Methodic : Hash table options specification and validation componant} s.email = %q{romain@ultragreen.net} s.homepage = %q{http://www.ultragreen.net} s.description = %q{Methodic : provide Hash table options arguments manager (specifications and validations} s.has_rdoc = true s.files = Dir['*/*/*/*'] + Dir['*/*/*'] + Dir['*/*'] + Dir['*'] s.bindir = nil s.required_ruby_version = '>= 1.8.1' s.add_development_dependency "rspec", ">= 2.0.0" s.rdoc_options << '--title' << 'Methodic : GeÃm documentation' << '--main' << 'doc/manual.rdoc' << '--line-numbers' << '--diagram' s.rubyforge_project = "nowarning" end