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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  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.0 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.0 KB)
显示所有版本 (共 8 个)

Runtime 依赖 (1):

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

业主:

推送:

作者:

  • Alan Stebbens

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 7,985

这个版本 1,530

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: