meta-spotify.gemspec in meta-spotify-0.1.1 vs meta-spotify.gemspec in meta-spotify-0.1.2

- 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.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Phil Nash"] - s.date = %q{2009-11-08} + s.date = %q{2009-11-15} s.email = %q{philnash@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] @@ -30,10 +30,11 @@ "meta-spotify.gemspec", "test/fixtures/album.xml", "test/fixtures/album_search.xml", "test/fixtures/artist.xml", "test/fixtures/artist_search.xml", + "test/fixtures/artist_with_albumdetail.xml", "test/fixtures/track.xml", "test/fixtures/track_search.xml", "test/fixtures/track_search_page_2.xml", "test/helper.rb", "test/test_album.rb", @@ -56,19 +57,22 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<httparty>, [">= 0"]) + 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"]) else - s.add_dependency(%q<httparty>, [">= 0"]) + 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"]) end else - s.add_dependency(%q<httparty>, [">= 0"]) + 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"]) end end