Sha256: ee1df6b7d764933f61ade5ac4da336bdc44e6ec2a7a33ef392415c70b27948bd
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "tzinfo" s.version = "0.3.37" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Philip Ross"] s.date = "2013-03-10" 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." s.email = "phil.ross@gmail.com" s.extra_rdoc_files = ["README", "CHANGES"] s.files = ["README", "CHANGES"] s.homepage = "http://tzinfo.rubyforge.org/" s.rdoc_options = ["--exclude", "definitions", "--exclude", "indexes"] s.require_paths = ["lib"] s.rubyforge_project = "tzinfo" s.rubygems_version = "2.0.2" s.summary = "Daylight-savings aware timezone library" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swipe-rails-0.0.5 | vendor/bundle/specifications/tzinfo-0.3.37.gemspec |