firstfm.gemspec in firstfm-0.2.3 vs firstfm.gemspec in firstfm-0.3.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "firstfm" - s.version = "0.2.3" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aleksandr Lossenko"] - s.date = "2012-02-04" + s.date = "2012-04-25" s.description = "Firstfm is a ruby wrapper for the Last.fm APIs ( http://www.last.fm/api ). My main focus is to import events from Last.FM, but with time I will try to add support for all API methods." s.email = "aleksandr.lossenko@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -36,9 +36,10 @@ "test/fixtures/artists.xml", "test/fixtures/event.xml", "test/fixtures/events.xml", "test/fixtures/geo_event.xml", "test/fixtures/geo_events.xml", + "test/fixtures/geo_get_metro_artist_chart.xml", "test/fixtures/get_images.xml", "test/fixtures/top_tracks.xml", "test/fixtures/tracks.xml", "test/fixtures/venue.xml", "test/fixtures/venues.xml",