tzinfo-0.3.33.gemspec 1005 B

1234567891011121314151617181920212223242526272829
  1. # -*- encoding: utf-8 -*-
  2. Gem::Specification.new do |s|
  3. s.name = "tzinfo"
  4. s.version = "0.3.33"
  5. s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  6. s.authors = ["Philip Ross"]
  7. s.date = "2012-04-08"
  8. s.description = "TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones."
  9. s.email = "phil.ross@gmail.com"
  10. s.extra_rdoc_files = ["README", "CHANGES"]
  11. s.files = ["README", "CHANGES"]
  12. s.homepage = "http://tzinfo.rubyforge.org/"
  13. s.rdoc_options = ["--exclude", "definitions", "--exclude", "indexes"]
  14. s.require_paths = ["lib"]
  15. s.rubyforge_project = "tzinfo"
  16. s.rubygems_version = "1.8.24"
  17. s.summary = "Daylight-savings aware timezone library"
  18. if s.respond_to? :specification_version then
  19. s.specification_version = 3
  20. if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  21. else
  22. end
  23. else
  24. end
  25. end