This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ruby-discid will just return a default value. The version required for a feature
1313is documented in the [ API documentation] ( http://www.rubydoc.info/github/phw/ruby-discid/master ) .
1414
1515## Requirements
16- * Ruby >= 2.0
16+ * Ruby >= 2.1
1717* RubyGems >= 1.3.6
1818* Ruby-FFI >= 1.6.0
1919* libdiscid >= 0.1.0
@@ -55,11 +55,11 @@ You can install the `discid.dll` system wide, but it is recommended to place
5555it in the local working directory of your application.
5656
5757Also the architecture (32 or 64 bit) of the DLL must match your Ruby version.
58- As the official build of libdiscid contains only a 32 bit version of ` discid.dll `
59- it is recommended to use the 32 bit version of Ruby .
58+ Since libdiscid 0.6.3 the [ official Windows builds ] ( https://musicbrainz.org/doc/libdiscid )
59+ of libdiscid contain both the 32 and 64 bit DLLs .
6060
61- If you want or need to use 64 bit Ruby you will have to compile libdiscid
62- yourself. Refer to the [ libdiscid install instructions] ( https://github.com/metabrainz/libdiscid/blob/master/INSTALL )
61+ You can also compile libdiscid yourself. Refer to the
62+ [ libdiscid install instructions] ( https://github.com/metabrainz/libdiscid/blob/master/INSTALL )
6363for further details.
6464
6565## Usage
@@ -110,7 +110,7 @@ Please report any issues on the
110110[ issue tracker] ( https://github.com/phw/ruby-discid/issues ) .
111111
112112## License
113- ruby-discid Copyright (c) 2007-2023 by Philipp Wolfer <ph.wolfer@gmail.com >
113+ ruby-discid Copyright (c) 2007-2025 by Philipp Wolfer <ph.wolfer@gmail.com >
114114
115115ruby-discid is free software: you can redistribute it and/or modify
116116it under the terms of the GNU Lesser General Public License as published by
You can’t perform that action at this time.
0 commit comments