rockstar.gemspec in rockstar-0.5.2 vs rockstar.gemspec in rockstar-0.6.0
- old
+ new
@@ -3,25 +3,25 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rockstar}
- s.version = "0.5.2"
+ s.version = "0.6.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bodo Tasche"]
- s.date = %q{2011-04-03}
+ s.date = %q{2011-05-29}
s.description = %q{This gem is an updated version of jnunemakers scrobbler gem. Rockstar uses v2.0 of the last.fm api.}
s.email = %q{bodo@bitboxer.de}
s.extra_rdoc_files = [
- "README.rdoc"
+ "README.md"
]
s.files = [
"History.txt",
"MIT-LICENSE",
"Manifest",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"examples/.gitignore",
"examples/album.rb",
"examples/artist.rb",
@@ -52,10 +52,11 @@
"lib/rockstar/venue.rb",
"lib/rockstar/version.rb",
"rockstar.gemspec",
"test/fixtures/xml/album/getinfo_album_Radio_Retalation_artist_Thievery_Corporation.xml",
"test/fixtures/xml/album/getinfo_album_Some_Hearts_artist_Carrie_Underwood.xml",
+ "test/fixtures/xml/artist/getevents_artist_Metallica.xml",
"test/fixtures/xml/artist/getinfo_artist_Metallica.xml",
"test/fixtures/xml/artist/getsimilar_artist_Metallica.xml",
"test/fixtures/xml/artist/gettopalbums_artist_Metallica.xml",
"test/fixtures/xml/artist/gettopfans_artist_Metallica.xml",
"test/fixtures/xml/artist/gettoptags_artist_Metallica.xml",
@@ -108,10 +109,10 @@
"test/unit/test_user.rb",
"test/unit/test_venue.rb"
]
s.homepage = %q{http://github.com/bitboxer/rockstar}
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.6.1}
+ s.rubygems_version = %q{1.7.2}
s.summary = %q{wrapper for audioscrobbler (last.fm) web services}
s.test_files = [
"examples/album.rb",
"examples/artist.rb",
"examples/geo.rb",