Sha256: 5944405b578931331e62b12a63ca3cc7fc89529699ad6003eddadbb37cb1149e

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

module TZInfo
  module Data
    # TZInfo::Data version number.
    VERSION = '1.2014.10'
  
    # 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 = '2014j'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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