musicbrainz 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ module MusicBrainz
6
6
 
7
7
  response = { body: nil, status: 500 }
8
8
  MusicBrainz.config.tries_limit.times do
9
+ wait_util_ready!
9
10
  response = super
10
11
  break if response[:status] == 200
11
12
  end
@@ -1,3 +1,3 @@
1
1
  module MusicBrainz
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: musicbrainz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.2
5
+ version: 0.7.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gregory Eremin