musicbrainz 0.4.6 → 0.4.7

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6
1
+ 0.4.7
@@ -18,7 +18,7 @@ module MusicBrainz
18
18
  def self.find mbid
19
19
  res = MusicBrainz.load('http://musicbrainz.org/ws/2/artist/' + mbid)
20
20
  return nil if res.nil?
21
- @artist = self.parse_xml(Nokogiri::XML())
21
+ @artist = self.parse_xml(Nokogiri::XML(res))
22
22
  end
23
23
 
24
24
  def self.parse_xml xml
data/musicbrainz.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{musicbrainz}
8
- s.version = "0.4.6"
8
+ s.version = "0.4.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gregory Eremin"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: musicbrainz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.6
5
+ version: 0.4.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gregory Eremin
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - ">="
122
122
  - !ruby/object:Gem::Version
123
- hash: 3231117696162463446
123
+ hash: -3494951201398670727
124
124
  segments:
125
125
  - 0
126
126
  version: "0"