# -*- encoding: utf-8 -*-
# stub: hobosupport 0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "hobosupport".freeze
  s.version = "0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tom Locke".freeze]
  s.date = "2008-02-11"
  s.description = "== DESCRIPTION:  A mixed bag of core Ruby extenstion that have been extracted from the Hobo project.  == INSTALL:  * sudo gem install hobosupport".freeze
  s.email = "tom@tomlocke.com".freeze
  s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze]
  s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "lib/hobosupport.rb".freeze, "lib/hobosupport/array.rb".freeze, "lib/hobosupport/blankslate.rb".freeze, "lib/hobosupport/enumerable.rb".freeze, "lib/hobosupport/fixes.rb".freeze, "lib/hobosupport/fixes/chronic.rb".freeze, "lib/hobosupport/fixes/module.rb".freeze, "lib/hobosupport/fixes/pp.rb".freeze, "lib/hobosupport/hash.rb".freeze, "lib/hobosupport/implies.rb".freeze, "lib/hobosupport/metaid.rb".freeze, "lib/hobosupport/methodcall.rb".freeze, "lib/hobosupport/methodphitamine.rb".freeze, "lib/hobosupport/module.rb".freeze, "test/hobosupport.rdoctest".freeze, "test/hobosupport/enumerable.rdoctest".freeze, "test/hobosupport/hash.rdoctest".freeze, "test/hobosupport/implies.rdoctest".freeze, "test/hobosupport/metaid.rdoctest".freeze, "test/hobosupport/methodphitamine.rdoctest".freeze, "test/hobosupport/module.rdoctest".freeze]
  s.homepage = "http://hobocentral.net/hobo-support".freeze
  s.rdoc_options = ["--main".freeze, "README.txt".freeze]
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Core Ruby extensions from the Hobo project".freeze

  s.specification_version = 1

  s.add_runtime_dependency(%q<hoe>.freeze, [">= 1.5.0".freeze])
end