# Gem::Specification for Hobosupport-0.8 # Originally generated by Echoe Gem::Specification.new do |s| s.name = %q{hobosupport} s.version = "0.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tom Locke"] s.date = %q{2008-09-03} s.description = %q{Core Ruby extensions from the Hobo project} s.email = %q{tom@tomlocke.com} s.extra_rdoc_files = ["lib/hobosupport/array.rb", "lib/hobosupport/blankslate.rb", "lib/hobosupport/enumerable.rb", "lib/hobosupport/fixes/chronic.rb", "lib/hobosupport/fixes/module.rb", "lib/hobosupport/fixes/pp.rb", "lib/hobosupport/fixes.rb", "lib/hobosupport/hash.rb", "lib/hobosupport/implies.rb", "lib/hobosupport/metaid.rb", "lib/hobosupport/methodcall.rb", "lib/hobosupport/methodphitamine.rb", "lib/hobosupport/module.rb", "lib/hobosupport.rb", "README.txt"] s.files = ["CHANGES.txt", "lib/hobosupport/array.rb", "lib/hobosupport/blankslate.rb", "lib/hobosupport/enumerable.rb", "lib/hobosupport/fixes/chronic.rb", "lib/hobosupport/fixes/module.rb", "lib/hobosupport/fixes/pp.rb", "lib/hobosupport/fixes.rb", "lib/hobosupport/hash.rb", "lib/hobosupport/implies.rb", "lib/hobosupport/metaid.rb", "lib/hobosupport/methodcall.rb", "lib/hobosupport/methodphitamine.rb", "lib/hobosupport/module.rb", "lib/hobosupport.rb", "Manifest", "Manifest.txt", "README.txt", "test/hobosupport/enumerable.rdoctest", "test/hobosupport/hash.rdoctest", "test/hobosupport/implies.rdoctest", "test/hobosupport/metaid.rdoctest", "test/hobosupport/methodphitamine.rdoctest", "test/hobosupport/module.rdoctest", "test/hobosupport.rdoctest", "hobosupport.gemspec"] s.has_rdoc = true s.homepage = %q{http://hobocentral.net/hobosupport} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hobosupport", "--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{hobo} s.rubygems_version = %q{1.2.0} s.summary = %q{Core Ruby extensions from the Hobo project} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if current_version >= 3 then else end else end end # # Original Rakefile source (requires the Echoe gem): # # require 'echoe' # # Echoe.new('hobosupport') do |p| # p.author = "Tom Locke" # p.email = "tom@tomlocke.com" # p.summary = "Core Ruby extensions from the Hobo project" # p.url = "http://hobocentral.net/hobosupport" # p.project = "hobo" # # p.changelog = "CHANGES.txt" # p.version = "0.8" # end