music_ids 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/music_ids/id.rb +1 -1
- data/lib/music_ids/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99fedf4553606e27aeca66af5e88e8cb2a025b37
|
|
4
|
+
data.tar.gz: e9036104e3dc813a9381cceefcec0ffea8611246
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1934b523cab56481e0be5d72a930be3617725ff7eb8291ba27e9b4836362eb7c404defc3399870b0bd02096aa8d9b43afbcd950fe2be11597018fd05000482d8
|
|
7
|
+
data.tar.gz: e39e0d7a3ac778418ef2b70a1811784b94265d16a575903e54c39bb2184bd720c225f1f3d497aae722d6717c6b90469e37cf24e306d18bebd4f507b31a1cf1a4
|
data/lib/music_ids/id.rb
CHANGED
|
@@ -46,7 +46,7 @@ module MusicIds
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
# @api private
|
|
49
|
-
# @param
|
|
49
|
+
# @param id_string [String] The ISRC string
|
|
50
50
|
# @param opts [Hash]
|
|
51
51
|
# @option opts [true, false] :ok (true) Whether the ISRC is well-formed or not
|
|
52
52
|
def initialize(id_string, opts = {ok: true})
|
data/lib/music_ids/version.rb
CHANGED