Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Releases: phw/ruby-discid

1.5.0

Choose a tag to compare

@phw phw released this 27 Dec 09:25
v1.5.0
a00dc1a
  • Added DiscId::Track#to_h for consistency with standard library. A backward
    compatible alias DiscId::Track#to_hash is still available.
  • Removed support for Ruby 1.8

1.4.1

Choose a tag to compare

@phw phw released this 23 Sep 06:46
v1.4.1
  • Fix Ruby 3 compatibility if DiscId.tracks gets called with a block

1.4.0

Choose a tag to compare

@phw phw released this 06 May 13:18
  • Fixed DiscId.put handling of first_track being > 1
  • Added DiscId.parse to parse a TOC string
  • Documentation fixes

1.3.2

Choose a tag to compare

@phw phw released this 19 Dec 09:16
  • Fixed call to DiscId::Disc#toc_string with native implementation

1.3.1

Choose a tag to compare

@phw phw released this 16 Feb 17:02
  • codeclimate-test-reporter is no longer a development depdendency

1.3.0

Choose a tag to compare

@phw phw released this 19 Feb 08:41
  • Add support for DiscId::Disc#toc_string. Will use the implementation from
    libdiscid 0.6 or a fallback for older versions.
  • Removed support for Ruby 1.8
  • codeclimate-test-reporter is not required anymore for running the tests
  • Updated documentation

1.2.0

Choose a tag to compare

@phw phw released this 12 Feb 15:14
  • DiscId.sectors_to_seconds: Truncate instead of round resulting float

1.1.2

Choose a tag to compare

@phw phw released this 11 Feb 12:02
  • Fixed first and last track being swapped in example readdiscid.rb
  • Restricted dependencies for Ruby 1.8 to maintain compatibility
  • Test against Ruby 2.3

1.1.1

Choose a tag to compare

@phw phw released this 27 Aug 09:13
  • Fixed file permissions in gem package

1.1.0

Choose a tag to compare

@phw phw released this 26 Aug 16:28
  • Fixed Disc#put handling of first_track being > 1