meta-spotify.gemspec in meta-spotify-0.1.3 vs meta-spotify.gemspec in meta-spotify-0.1.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{meta-spotify} - s.version = "0.1.3" + s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Phil Nash"] - s.date = %q{2009-11-16} + s.date = %q{2009-11-19} s.email = %q{philnash@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] @@ -28,10 +28,11 @@ "lib/meta-spotify/artist.rb", "lib/meta-spotify/track.rb", "meta-spotify.gemspec", "test/fixtures/album.xml", "test/fixtures/album_search.xml", + "test/fixtures/album_with_trackdetail.xml", "test/fixtures/artist.xml", "test/fixtures/artist_search.xml", "test/fixtures/artist_search_one_result.xml", "test/fixtures/artist_with_albumdetail.xml", "test/fixtures/track.xml", @@ -60,21 +61,21 @@ s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<httparty>, [">= 0.4.5"]) s.add_runtime_dependency(%q<crack>, [">= 0.1.4"]) - s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) - s.add_development_dependency(%q<fakeweb>, [">= 0"]) + s.add_development_dependency(%q<shoulda>, [">= 2.10.2"]) + s.add_development_dependency(%q<fakeweb>, [">= 1.2.4"]) else s.add_dependency(%q<httparty>, [">= 0.4.5"]) s.add_dependency(%q<crack>, [">= 0.1.4"]) - s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) - s.add_dependency(%q<fakeweb>, [">= 0"]) + s.add_dependency(%q<shoulda>, [">= 2.10.2"]) + s.add_dependency(%q<fakeweb>, [">= 1.2.4"]) end else s.add_dependency(%q<httparty>, [">= 0.4.5"]) s.add_dependency(%q<crack>, [">= 0.1.4"]) - s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) - s.add_dependency(%q<fakeweb>, [">= 0"]) + s.add_dependency(%q<shoulda>, [">= 2.10.2"]) + s.add_dependency(%q<fakeweb>, [">= 1.2.4"]) end end