Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Regenerate gemspec for version 2.0.10
  • Loading branch information
xhochy committed Feb 9, 2011
1 parent 3c9b86a commit 38e5c02
Showing 1 changed file with 60 additions and 62 deletions.
122 changes: 60 additions & 62 deletions scrobbler-ng.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -9,83 +9,81 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Nunemaker", "Jonathan Rudenberg", "Uwe L. Korn"]
s.date = %q{2010-09-25}
s.date = %q{2011-02-09}
s.description = %q{A ruby library for accessing the Last.fm 2.0 API. It is higly optimized so that it uses less memory and parses XML (through Nokogiri) than other implementations.}
s.email = %q{uwelk@xhochy.org}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"examples/album.rb",
"examples/artist.rb",
"examples/scrobble.rb",
"examples/tag.rb",
"examples/track.rb",
"examples/user.rb",
"lib/scrobbler.rb",
"lib/scrobbler/album.rb",
"lib/scrobbler/artist.rb",
"lib/scrobbler/authentication.rb",
"lib/scrobbler/base.rb",
"lib/scrobbler/basexml.rb",
"lib/scrobbler/basexmlinfo.rb",
"lib/scrobbler/event.rb",
"lib/scrobbler/geo.rb",
"lib/scrobbler/helper/image.rb",
"lib/scrobbler/helper/streamable.rb",
"lib/scrobbler/library.rb",
"lib/scrobbler/playlist.rb",
"lib/scrobbler/radio.rb",
"lib/scrobbler/session.rb",
"lib/scrobbler/shout.rb",
"lib/scrobbler/tag.rb",
"lib/scrobbler/track.rb",
"lib/scrobbler/user.rb",
"lib/scrobbler/venue.rb",
"scrobbler-ng.gemspec",
"tasks/jeweler.rake",
"tasks/rdoc.rake",
"tasks/tests.rake",
"tasks/yardoc.rake"
"README.rdoc",
"Rakefile",
"VERSION.yml",
"examples/album.rb",
"examples/artist.rb",
"examples/scrobble.rb",
"examples/tag.rb",
"examples/track.rb",
"examples/user.rb",
"lib/scrobbler.rb",
"lib/scrobbler/album.rb",
"lib/scrobbler/artist.rb",
"lib/scrobbler/authentication.rb",
"lib/scrobbler/base.rb",
"lib/scrobbler/basexml.rb",
"lib/scrobbler/basexmlinfo.rb",
"lib/scrobbler/event.rb",
"lib/scrobbler/geo.rb",
"lib/scrobbler/helper/image.rb",
"lib/scrobbler/helper/streamable.rb",
"lib/scrobbler/library.rb",
"lib/scrobbler/playlist.rb",
"lib/scrobbler/radio.rb",
"lib/scrobbler/session.rb",
"lib/scrobbler/shout.rb",
"lib/scrobbler/tag.rb",
"lib/scrobbler/track.rb",
"lib/scrobbler/user.rb",
"lib/scrobbler/venue.rb",
"scrobbler-ng.gemspec",
"tasks/jeweler.rake",
"tasks/rdoc.rake",
"tasks/tests.rake",
"tasks/yardoc.rake"
]
s.homepage = %q{http://github.com/xhochy/scrobbler}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.0}
s.summary = %q{A ruby library for accessing the last.fm v2 webservices}
s.test_files = [
"examples/album.rb",
"examples/artist.rb",
"examples/scrobble.rb",
"examples/tag.rb",
"examples/track.rb",
"examples/user.rb",
"test/mocks/library.rb",
"test/mocks/rest.rb",
"test/spec_helper.rb",
"test/test_helper.rb",
"test/unit/album_spec.rb",
"test/unit/artist_spec.rb",
"test/unit/authentication_spec.rb",
"test/unit/event_spec.rb",
"test/unit/geo_spec.rb",
"test/unit/library_spec.rb",
"test/unit/playing_test.rb",
"test/unit/playlist_spec.rb",
"test/unit/radio_spec.rb",
"test/unit/simpleauth_test.rb",
"test/unit/tag_spec.rb",
"test/unit/playlist_spec.rb",
"test/unit/album_spec.rb",
"test/unit/radio_spec.rb",
"test/unit/event_spec.rb",
"test/unit/venue_spec.rb",
"test/unit/user_spec.rb",
"test/unit/artist_spec.rb",
"test/unit/playing_test.rb",
"test/unit/simpleauth_test.rb",
"test/unit/geo_spec.rb",
"test/unit/library_spec.rb",
"test/unit/track_spec.rb",
"test/unit/authentication_spec.rb",
"test/spec_helper.rb",
"test/test_helper.rb",
"test/mocks/library.rb",
"test/mocks/rest.rb",
"examples/tag.rb",
"examples/track.rb",
"examples/user.rb",
"examples/artist.rb",
"examples/scrobble.rb",
"examples/album.rb"
"test/unit/track_spec.rb",
"test/unit/user_spec.rb",
"test/unit/venue_spec.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 38e5c02

Please sign in to comment.