Sha256: 3c11da1cb17155c35a9bc440c9dee4a8d1ca90fa274d46fa5645b7cf3b365808
Contents?: true
Size: 747 Bytes
Versions: 1
Compression:
Stored size: 747 Bytes
Contents
# Unreleased [Compare master with v1.0.2](https://github.com/intrepidd/working_hours/compare/v1.0.2...master) # v1.0.2 * Dropped use of `prepend` in favor of `alias_method` for core extensions to increase compability with jruby. _15/10/2014_ # v1.0.1 * Fix bug when calling ``1.working.hour.ago`` would return a time in your system zone instead of the configured time zone. This was due to a conversion to Time that loses the timezone information. We'll now return an ``ActiveSupport::TimeWithZone``. _10/10/2014_ # v1.0.0 * Replace config freeze by hash based caching (config is recompiled when changed), this avoids freezing unwanted objects (nil, timezones, integers, etc..) _15/09/2014_ # v0.9.0 * First beta release _24/08/2014_
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
working_hours-1.0.2 | CHANGELOG.md |