public
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Homepage:
Clone URL: git://github.com/mbleigh/mash.git
mbleigh (author)
Sat Aug 16 14:47:55 -0700 2008
commit  bb4ed9b62df3a0130e5417a50e545d8c1e0e0014
tree    8904eaa55941d6424804692502c9d05601b60424
parent  b437e8d93bc1d11cd8b83edc600287e4e746f25a
mash / mash.gemspec
100644 14 lines (14 sloc) 0.76 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = "mash"
  s.version = "0.0.7"
  s.date = "2008-07-22"
  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