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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab2b1cbddfb673d888c9dbf7f493cf87b4536c99
4
- data.tar.gz: 7a3eb549ec25b0cce0af4424e7f981d237b9eb8f
3
+ metadata.gz: 99fedf4553606e27aeca66af5e88e8cb2a025b37
4
+ data.tar.gz: e9036104e3dc813a9381cceefcec0ffea8611246
5
5
  SHA512:
6
- metadata.gz: b955c505b78a891e7ca4fc2f03d9baddb7506e0c6faf97af297b17ec5b5594184ea41e587b24bf5cbabcad2a0a24a85be1ef1cd3129e9fc1a059dea3dcd10e66
7
- data.tar.gz: eb5119e0309675bd2abf35eb71297f25e65f7ea95a87fa8387f91d745c6a48a73b377b938ac26b80fbcac5eb017a0e45ff3c61a3b4363bc3674bcd01c30b11b9
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 isrc_string [String] The ISRC string
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})
@@ -1,3 +1,3 @@
1
1
  module MusicIds
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: music_ids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Patterson