hike-1.2.1.gemspec 715 B

12345678910111213141516171819202122232425
  1. # -*- encoding: utf-8 -*-
  2. Gem::Specification.new do |s|
  3. s.name = "hike"
  4. s.version = "1.2.1"
  5. s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  6. s.authors = ["Sam Stephenson"]
  7. s.date = "2011-08-17"
  8. s.description = "A Ruby library for finding files in a set of paths."
  9. s.email = ["sstephenson@gmail.com"]
  10. s.homepage = "http://github.com/sstephenson/hike"
  11. s.require_paths = ["lib"]
  12. s.rubygems_version = "1.8.24"
  13. s.summary = "Find files in a set of paths"
  14. if s.respond_to? :specification_version then
  15. s.specification_version = 3
  16. if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  17. else
  18. end
  19. else
  20. end
  21. end