Sha256: 43a4d48c540b4c96d9e050a79ac92993d35c7e3d8d73e7dfca6a78836b4c26e6

Contents?: true

Size: 400 Bytes

Versions: 67

Compression:

Stored size: 400 Bytes

Contents

module TZInfo
  module Data
    # TZInfo::Data version information.
    module Version
      # The format of the Ruby modules. The only format currently supported by
      # TZInfo is version 1.
      FORMAT = 1
      
      # The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones]
      # used to generate this version of TZInfo::Data.
      TZDATA = '2014f'
    end
  end
end

Version data entries

67 entries across 63 versions & 26 rubygems

Version Path
solidus_backend-1.0.0.pre3 vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb
nanumfont-rails-0.1 vendor/bundle/ruby/2.1.0/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb
tzinfo-data-1.2014.6 lib/tzinfo/data/version.rb
tzinfo-1.2.2 test/tzinfo-data/tzinfo/data/version.rb