Skip to content

Bump iers from 0.1.1 to 0.2.0 - #290

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/iers-0.2.0
Open

Bump iers from 0.1.1 to 0.2.0#290
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/iers-0.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps iers from 0.1.1 to 0.2.0.

Release notes

Sourced from iers's releases.

v0.2.0

0.2.0 - 2026-07-25

Added

  • LeapSecond.expires_on, LeapSecond.expired? and LeapSecond.updated_through expose the expiry date and IERS bulletin that Leap_Second.dat states in its header. Both were previously discarded with the rest of the comment lines. Unlike Data.status.cache_age, which measures when a file was downloaded, these describe how long the data itself stays authoritative.
  • LeapSecond.at now answers 1961-01-01 through 1972-01-01, the era when UTC was steered by rate adjustments rather than whole leap seconds. It returns those values as exact Rationals. The coefficients come from the USNO tai-utc.dat file and are bundled in source, since they are fixed. The change is additive: the pre-1972 range previously raised, so no successful call returns anything different. TAI.utc_to_tai and TAI.tai_to_utc gain the same range for free.

Changed

  • Parsers::LeapSecond.parse returns a Table of entries and metadata instead of an array of entries. Parsers is internal; the public API is unaffected.
  • Parsers::LeapSecond.parse no longer raises Encoding::CompatibilityError on a file containing invalid UTF-8. Header metadata is read on a best-effort basis and an unreadable data row raises ParseError as before.

Full Changelog: rhannequin/iers@v0.1.1...v0.2.0

Changelog

Sourced from iers's changelog.

0.2.0 - 2026-07-25

Added

  • LeapSecond.expires_on, LeapSecond.expired? and LeapSecond.updated_through expose the expiry date and IERS bulletin that Leap_Second.dat states in its header. Both were previously discarded with the rest of the comment lines. Unlike Data.status.cache_age, which measures when a file was downloaded, these describe how long the data itself stays authoritative.
  • LeapSecond.at now answers 1961-01-01 through 1972-01-01, the era when UTC was steered by rate adjustments rather than whole leap seconds. It returns those values as exact Rationals. The coefficients come from the USNO tai-utc.dat file and are bundled in source, since they are fixed. The change is additive: the pre-1972 range previously raised, so no successful call returns anything different. TAI.utc_to_tai and TAI.tai_to_utc gain the same range for free.

Changed

  • Parsers::LeapSecond.parse returns a Table of entries and metadata instead of an array of entries. Parsers is internal; the public API is unaffected.
  • Parsers::LeapSecond.parse no longer raises Encoding::CompatibilityError on a file containing invalid UTF-8. Header metadata is read on a best-effort basis and an unreadable data row raises ParseError as before.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [iers](https://github.com/rhannequin/iers) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/rhannequin/iers/releases)
- [Changelog](https://github.com/rhannequin/iers/blob/main/CHANGELOG.md)
- [Commits](rhannequin/iers@v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: iers
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants