--- !ruby/object:Gem::Specification name: meta-spotify version: !ruby/object:Gem::Version version: 0.3.1 prerelease: platform: ruby authors: - Phil Nash autorequire: bindir: bin cert_chain: [] date: 2013-03-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httparty requirement: &70318309136740 !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: '0.8' type: :runtime prerelease: false version_requirements: *70318309136740 - !ruby/object:Gem::Dependency name: shoulda requirement: &70318309132920 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.10.2 type: :development prerelease: false version_requirements: *70318309132920 - !ruby/object:Gem::Dependency name: fakeweb requirement: &70318309142920 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.2.4 type: :development prerelease: false version_requirements: *70318309142920 description: ! "A ruby wrapper for the Spotify Metadata API.\n See https://developer.spotify.com/technologies/web-api/\n for API documentation." email: - philnash@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - HISTORY - LICENSE - README.markdown - Rakefile - lib/meta-spotify.rb - lib/meta-spotify/album.rb - lib/meta-spotify/artist.rb - lib/meta-spotify/track.rb - lib/meta-spotify/version.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 - test/fixtures/track_search.xml - test/fixtures/track_search_page_2.xml - test/helper.rb - test/test_album.rb - test/test_artist.rb - test/test_track.rb homepage: http://github.com/philnash/meta-spotify licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: A ruby wrapper for the Spotify Metadata API test_files: - 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 - test/fixtures/track_search.xml - test/fixtures/track_search_page_2.xml - test/helper.rb - test/test_album.rb - test/test_artist.rb - test/test_track.rb