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

Commit 3cf6946

Browse files
committed
Update README
- Clarify 64 bit builds for Windows - Minimum supported Ruby version is now 2.1
1 parent 5e555e7 commit 3cf6946

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ruby-discid will just return a default value. The version required for a feature
1313
is 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
5555
it in the local working directory of your application.
5656

5757
Also 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)
6363
for 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

115115
ruby-discid is free software: you can redistribute it and/or modify
116116
it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)