
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
= date_time-smart
== Synopsis
require 'date_time-duration' require 'date_time-smart'
DateTime::Smart.new(1984, 12, 26).add(years => 1).subtract(:day => 1).to_s #=> "1985-12-25T00:00:00" dt = DateTime::Smart.new(2007, 12, 25) birth = DateTime::Smart.new(1984, 12, 26)
( dt - birth ).years #=> 22
== Description
wrapper of date_time using datetime-duration.
== Installation
=== Archive Installation
rake install
=== Gem Installation
gem install date_time-smart
== Features/Problems
== Copyright
Author:: Keiji, Yoshimi Copyright:: Copyright (c) 2007 Keiji, Yoshimi License:: you can redistribute it and/or modify it under the same terms as Ruby itself.
FAQs
Unknown package
We found that date_time-smart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.