GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Mash is a Hash with the ability to read, write, and test for the presence of arbitrary attributes using method calls.
Clone URL: git://github.com/mbleigh/mash.git
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