Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Nov 12, 2009
1 parent 8df9955 commit 39c56a5
Showing 1 changed file with 46 additions and 12 deletions.
58 changes: 46 additions & 12 deletions mash.gemspec
@@ -1,14 +1,48 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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.name = %q{mash}
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
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
s.date = %q{2009-11-12}
s.description = %q{Mash is an extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended.}
s.email = %q{michael@intridea.com}
s.extra_rdoc_files = [
"README.txt"
]
s.files = [
"History.txt",
"Manifest.txt",
"README.txt",
"Rakefile",
"VERSION",
"lib/mash.rb",
"spec/mash_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/mbleigh/mash}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{An extended Hash that gives simple pseudo-object functionality that can be built from hashes and easily extended.}
s.test_files = [
"spec/mash_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 39c56a5

Please sign in to comment.