Gem::Specification.new do |s|
s.name = "mash"
s.version = "0.0.5"
s.date = "2008-04-26"
s.summary = "An extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended"
s.email = "michael@intridea.com"
s.homepage = "http://github.com/mbleigh/mash"
s.summary = "Mash is an extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended"
s.has_rdoc = true
s.authors = ["Michael Bleigh"]
s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "mash.gemspec", "lib/mash.rb", "spec/mash_spec.rb","spec/spec_helper.rb"]
s.rdoc_options = ["--main", "README.txt"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
end