Sha256: 3438ca92921afcc2e4b61d4734f1a1326104a192e62533ca5f7d0a21e1836a80

Contents?: true

Size: 524 Bytes

Versions: 1

Compression:

Stored size: 524 Bytes

Contents

module TZInfo
  module Data
    # TZInfo::Data version number.
    VERSION = '1.2018.4'
  
    # TZInfo::Data version information.
    module Version
      # The format of the Ruby modules. The only format currently supported by
      # TZInfo is version 1.
      FORMAT = 1

      # TZInfo::Data version number.
      STRING = VERSION
      
      # The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones]
      # used to generate this version of TZInfo::Data.
      TZDATA = '2018d'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tzinfo-data-1.2018.4 lib/tzinfo/data/version.rb