Sha256: a87f9213a6ab1124bef177c9e6f0ae278864e300e16767c73d1d9e19a7f6d3f6

Contents?: true

Size: 517 Bytes

Versions: 8

Compression:

Stored size: 517 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
mumukit-content-type-1.12.1 vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/version.rb
mumukit-content-type-1.12.0 vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/version.rb
tzinfo-1.2.11 test/tzinfo-data/tzinfo/data/version.rb
tzinfo-1.2.10 test/tzinfo-data/tzinfo/data/version.rb
mumukit-content-type-1.11.1 vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/version.rb
tzinfo-1.2.9 test/tzinfo-data/tzinfo/data/version.rb
tzinfo-1.2.8 test/tzinfo-data/tzinfo/data/version.rb
tzinfo-data-1.2020.4 lib/tzinfo/data/version.rb