Skip to content

Commit

Permalink
Regenerate gemspec for version 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jan 11, 2012
1 parent 861d5b4 commit 4edabc8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scrobbler-ng.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{scrobbler-ng}
s.version = "2.0.10"
s.name = "scrobbler-ng"
s.version = "2.0.11"

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{2011-05-24}
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{[email protected]}
s.date = "2012-01-11"
s.description = "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 = "[email protected]"
s.extra_rdoc_files = [
"README.rdoc"
]
Expand Down Expand Up @@ -52,10 +52,10 @@ Gem::Specification.new do |s|
"tasks/tests.rake",
"tasks/yardoc.rake"
]
s.homepage = %q{http://github.com/xhochy/scrobbler}
s.homepage = "http://github.com/xhochy/scrobbler"
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A ruby library for accessing the last.fm v2 webservices}
s.rubygems_version = "1.8.13"
s.summary = "A ruby library for accessing the last.fm v2 webservices"

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 4edabc8

Please sign in to comment.