RubyGems Navigation menu

easy_time 0.1.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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 1.0.1 - February 27, 2024 (19,5 KB)
  2. 1.0.0 - February 27, 2024 (19,5 KB)
  3. 0.2.2 - January 19, 2024 (19 KB)
  4. 0.2.1 - April 27, 2020 (18,5 KB)
  5. 0.2.0 - April 27, 2020 (18,5 KB)
  6. 0.1.2 - April 27, 2020 (18 KB)
Mostrar todas las versiones (8 total)

dependencias de Runtime (1):

dependencias de Development (15):

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

Propietarios:

Subida por:

Autores:

  • Alan Stebbens

SHA 256 checksum:

= Copiar al portapapeles ¡Copiado!

Total de descargas 8.655

Para esta versión 1.533

Licencia:

MIT

Versión de Ruby requerida: >= 2.3.0

Enlace: