Sha256: ca4536cb864770b50f77f5d42fdbed19dac3213f0a52ece0129862c403f5ad93

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'tzinfo'
  s.version = '0.3.49'
  s.author = 'Philip Ross'
  s.email = 'phil.ross@gmail.com'
  s.homepage = 'http://tzinfo.github.io'
  s.license = 'MIT'
  s.platform = Gem::Platform::RUBY
  s.summary = 'Daylight-savings aware timezone library'
  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.files = %w(CHANGES LICENSE Rakefile README tzinfo.gemspec .yardopts) +
            Dir['lib/**/*'].delete_if {|f| f.include?('.svn')}
  s.test_files = Dir['test/**/*'].delete_if {|f| f.include?('.svn')}
  s.require_path = "lib"
  s.has_rdoc = true
  s.extra_rdoc_files = %w[README CHANGES]
  s.rdoc_options = %w[--exclude definitions --exclude indexes]
  s.rubyforge_project = "tzinfo"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tzinfo-0.3.49 tzinfo.gemspec