diff --git a/VERSION b/VERSION index f7abe27..70d5b25 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 \ No newline at end of file +0.4.3 \ No newline at end of file diff --git a/musicbrainz.gemspec b/musicbrainz.gemspec index 4c9734a..d81b078 100644 --- a/musicbrainz.gemspec +++ b/musicbrainz.gemspec @@ -5,10 +5,10 @@ Gem::Specification.new do |s| s.name = %q{musicbrainz} - s.version = "0.4.2" + s.version = "0.4.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = [%q{Gregory Eremin}] + s.authors = ["Gregory Eremin"] s.date = %q{2011-09-14} s.description = %q{MusicBrainz Web Service wrapper with ActiveRecord-style models} s.email = %q{magnolia_fan@me.com} @@ -18,6 +18,7 @@ Gem::Specification.new do |s| ] s.files = [ ".document", + ".travis.yml", "Gemfile", "Gemfile.lock", "LICENSE.txt", @@ -35,9 +36,9 @@ Gem::Specification.new do |s| "test/test_musicbrainz.rb" ] s.homepage = %q{http://github.com/magnolia-fan/musicbrainz} - s.licenses = [%q{MIT}] - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.8} + s.licenses = ["MIT"] + s.require_paths = ["lib"] + s.rubygems_version = %q{1.6.2} s.summary = %q{MusicBrainz Web Service wrapper} if s.respond_to? :specification_version then