# -*- encoding: utf-8 -*- # stub: meta-spotify 0.3.3 ruby lib Gem::Specification.new do |s| s.name = "meta-spotify".freeze s.version = "0.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Phil Nash".freeze] s.date = "2014-04-21" s.description = "A ruby wrapper for the Spotify Metadata API.\n See https://developer.spotify.com/technologies/web-api/\n for API documentation.".freeze s.email = ["philnash@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "HISTORY".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/meta-spotify.rb".freeze, "lib/meta-spotify/album.rb".freeze, "lib/meta-spotify/artist.rb".freeze, "lib/meta-spotify/track.rb".freeze, "lib/meta-spotify/version.rb".freeze, "meta-spotify.gemspec".freeze, "test/fixtures/album.xml".freeze, "test/fixtures/album_one_upc.xml".freeze, "test/fixtures/album_search.xml".freeze, "test/fixtures/album_with_trackdetail.xml".freeze, "test/fixtures/artist.xml".freeze, "test/fixtures/artist_search.xml".freeze, "test/fixtures/artist_search_one_result.xml".freeze, "test/fixtures/artist_with_albumdetail.xml".freeze, "test/fixtures/track.xml".freeze, "test/fixtures/track_search.xml".freeze, "test/fixtures/track_search_page_2.xml".freeze, "test/helper.rb".freeze, "test/test_album.rb".freeze, "test/test_artist.rb".freeze, "test/test_track.rb".freeze] s.homepage = "http://github.com/philnash/meta-spotify".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A ruby wrapper for the Spotify Metadata API".freeze s.test_files = ["test/fixtures/album.xml".freeze, "test/fixtures/album_one_upc.xml".freeze, "test/fixtures/album_search.xml".freeze, "test/fixtures/album_with_trackdetail.xml".freeze, "test/fixtures/artist.xml".freeze, "test/fixtures/artist_search.xml".freeze, "test/fixtures/artist_search_one_result.xml".freeze, "test/fixtures/artist_with_albumdetail.xml".freeze, "test/fixtures/track.xml".freeze, "test/fixtures/track_search.xml".freeze, "test/fixtures/track_search_page_2.xml".freeze, "test/helper.rb".freeze, "test/test_album.rb".freeze, "test/test_artist.rb".freeze, "test/test_track.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<httparty>.freeze, ["> 0.8".freeze]) s.add_development_dependency(%q<shoulda>.freeze, [">= 2.10.2".freeze]) s.add_development_dependency(%q<fakeweb>.freeze, [">= 1.2.4".freeze]) end