RubyGems Navigation menu

easy_time 0.2.2

A class that wraps the Time class and makes it easy to work with most known time values, including various time strings, automatically converting them to Time values, and perform tolerant comparisons. Several time classes, and the String class, are extended with the ".easy_time" method to perform an auto-conversion. A tolerant comparison allows for times from differing systems to be compared, even when the systems are out of sync, using the relationship operators and methods like "newer?", "older?", "same?" and "between?". A tolerant comparison for equality is where the difference of two values is less than the tolerance value (1 minute by default). The tolerance can be configured, even set to zero. Finally, all of the Time class and instance methods are available on the EasyTime class and instances.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.0.1 - February 27, 2024 (19,5 ko)
  2. 1.0.0 - February 27, 2024 (19,5 ko)
  3. 0.2.2 - January 19, 2024 (19 ko)
  4. 0.2.1 - April 27, 2020 (18,5 ko)
  5. 0.2.0 - April 27, 2020 (18,5 ko)
Voir toutes les versions (8)

Dépendances de Runtime (1):

Dépendances de Development (16):

activesupport >= 6.1.4
bundler ~> 2.1.4
fuubar >= 2.5.0
guard >= 0
guard-yard >= 0
pry-byebug >= 0
rake >= 0
redcarpet >= 0
rspec >= 0
rubocop >= 0.82.0
simplecov >= 0
yard >= 0.9.24

Propriétaires:

Pushed by:

Auteurs:

  • Alan Stebbens

Total de contrôle SHA 256:

= Copier Copié!

Total de téléchargements 9 026

Pour cette version 287

License:

MIT

Version de Ruby requise: >= 2.3.0

Liens: