Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaben committed Aug 31, 2010
1 parent 8b5bfeb commit 5fd499b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ begin
gem.name = "opds"
gem.summary = %Q{ruby lib to read OPDS feeds}
gem.description = %Q{ruby lib to access OPDS feeds}
gem.email = "zeta.ben@gmail.com"
gem.email = "benoit dot larroque at feedbooks dot com"
gem.homepage = "http://github.com/zetaben/opds"
gem.authors = ["Benoit Larroque"]
gem.add_development_dependency "rspec", ">= 1.2.9"
Expand Down
5 changes: 3 additions & 2 deletions opds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{opds}
s.version = "0.1.0"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Benoit Larroque"]
s.date = %q{2010-08-30}
s.date = %q{2010-08-31}
s.description = %q{ruby lib to access OPDS feeds}
s.email = %q{benoit dot larroque at feedbooks dot com}
s.extra_rdoc_files = [
Expand All @@ -33,6 +33,7 @@ Gem::Specification.new do |s|
"lib/opds/support/browser.rb",
"lib/opds/support/linkset.rb",
"lib/opds/support/logging.rb",
"opds.gemspec",
"samples/acquisition.txt",
"samples/entry.txt",
"samples/navigation.txt",
Expand Down

0 comments on commit 5fd499b

Please sign in to comment.