Sha256: 01244c033f5536774e99d6e094139995c4c78354885c2fad2426dc6aa035ccf5

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

module TZInfo
  module Data
    # TZInfo::Data version number.
    VERSION = '1.2020.1'

    # 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}[https://www.iana.org/time-zones]
      # used to generate this version of TZInfo::Data.
      TZDATA = '2020a'
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/tzinfo-data-1.2020.1/lib/tzinfo/data/version.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/tzinfo-data-1.2020.1/lib/tzinfo/data/version.rb
tzinfo-data-1.2020.1 lib/tzinfo/data/version.rb