Skip to content

Releases: phw/ruby-discid

1.5.0

27 Dec 09:25
@phw phw
v1.5.0
a00dc1a
Compare
Choose a tag to compare
  • 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

23 Sep 06:46
@phw phw
v1.4.1
Compare
Choose a tag to compare
  • Fix Ruby 3 compatibility if DiscId.tracks gets called with a block

1.4.0

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

1.3.2

19 Dec 09:16
@phw phw
Compare
Choose a tag to compare
  • Fixed call to DiscId::Disc#toc_string with native implementation

1.3.1

16 Feb 17:02
@phw phw
Compare
Choose a tag to compare
  • codeclimate-test-reporter is no longer a development depdendency

1.3.0

19 Feb 08:41
@phw phw
Compare
Choose a tag to compare
  • 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

12 Feb 15:14
@phw phw
Compare
Choose a tag to compare
  • DiscId.sectors_to_seconds: Truncate instead of round resulting float

1.1.2

11 Feb 12:02
@phw phw
Compare
Choose a tag to compare
  • 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

27 Aug 09:13
@phw phw
Compare
Choose a tag to compare
  • Fixed file permissions in gem package

1.1.0

26 Aug 16:28
@phw phw
Compare
Choose a tag to compare
  • Fixed Disc#put handling of first_track being > 1