musicbrainz_ruby 0.0.3 → 0.0.4

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.
@@ -3,7 +3,7 @@ require "net/http"
3
3
  require "uri"
4
4
  require 'json'
5
5
 
6
- module Musicbrainz
6
+ module MusicBrainz
7
7
 
8
8
  class Base
9
9
  def self.get_path(method, mbid, query)
@@ -1,3 +1,3 @@
1
- module Musicbrainz
2
- VERSION = "0.0.3"
1
+ module MusicBrainz
2
+ VERSION = "0.0.4"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.authors = ["Jack"]
7
7
  gem.email = ["jack@caged-media.com"]
8
8
  gem.name = "musicbrainz_ruby"
9
- gem.version = Musicbrainz::VERSION
9
+ gem.version = MusicBrainz::VERSION
10
10
  gem.platform = Gem::Platform::RUBY
11
11
  gem.homepage = "http://ror.caged-media.com"
12
12
  gem.description = "Musicbrainz.org API Ruby Implementation"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musicbrainz_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,7 +23,7 @@ files:
23
23
  - LICENSE
24
24
  - README.md
25
25
  - Rakefile
26
- - lib/musicbrainz.rb
26
+ - lib/music_brainz.rb
27
27
  - lib/musicbrainz/version.rb
28
28
  - musicbrainz.gemspec
29
29
  homepage: http://ror.caged-media.com