Gem::Specification.new do |s|
s.name = "regexpert"
s.version = "0.0.2"
s.date = "2008-12-07"
s.summary = "A bunch of useful Regular expressions"
s.email = "MatthewRudyJacobs@gmail.com"
s.homepage = "http://github.com/matthewrudy/regexpert"
s.description = "Regular expressions bundled into a single place, so you dont have to think anymore about what email regexp to use."
s.has_rdoc = true
s.authors = ["Matthew Rudy Jacobs"]
s.files = ["README", "Rakefile", "lib/regexpert.rb"]
#s.test_files = ["spec/aspicious.rb"]
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["README"]
end