Sha256: b664f15499b08e046f9158b04b4601e67255935177fba6f9414954450c17a6c4
Contents?: true
Size: 279 Bytes
Versions: 77
Compression:
Stored size: 279 Bytes
Contents
# Force a particular timezone to be local (helps find issues when local # timezone isn't GMT). This won't work on Windows. ENV['TZ'] = 'America/Los_Angeles' Dir[File.join(File.expand_path(File.dirname(__FILE__)), 'tc_*.rb')].each {|t| require t} puts "Using #{DataSource.get}"
Version data entries
77 entries across 73 versions & 27 rubygems