Sha256: 58d10aefd82d119e673af183755c1112969632f75328e03fe8d65d87b6fa62c8

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

Contents

# Here are the settings that are common to all environments
common: &default_settings

  date: updated_at
  sample: 1
  order: DESC


  # ============================== TIME RANGES ===============================

  # By default this time range wil be used, unless explicitly defined as an option in the class
  # method 'measure_heat_on'
  # Example :
  #         measure_the_heat_on :friends , time_range: :brief
  #         measure_the_heat_on :friends , time_range: {hot: 1.second..1.hour, cold: 1.hour..1.year}
  #
  #

  time_range: detailed

  # Multiple time ranges can be defined here.

  time:
    detailed:
      freezing:   4.months..100.years
      frigid:     3.months..4.months
      frosty:     2.months..3.months
      cold:       5.weeks..2.months
      chilly:     3.weeks..5.weeks
      cool:       2.weeks..3.weeks
      temperate:  1.week..2.weeks
      tepid:      4.days..1.week
      lukewarm:   2.days..4.days
      warm:       1.day..2.days
      hot:        14.hours..1.day
      burning:    10.hours..14.hours
      boiling:    6.hours..10.hours
      scalding:   3.hours..6.hours
      scorching:  1.hours..3.hours
      searing:    1.second..1.hour

    brief:
      cold:      3.days..100.years
      hot:       1.second..3.days

# Application Environments
# ------------------------------------------

test:
  <<: *default_settings

development:
  <<: *default_settings

staging:
  <<: *default_settings

production:
  <<: *default_settings

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thermometer-0.0.3 test/dummy/config/thermometer.yml
thermometer-0.0.2 test/dummy/config/thermometer.yml