Skip to content

Commit

Permalink
Regen gemspec with new Jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaben committed Jun 13, 2011
1 parent a932cd0 commit 3e1fa06
Showing 1 changed file with 27 additions and 36 deletions.
63 changes: 27 additions & 36 deletions opds.gemspec
Original file line number Diff line number Diff line change
@@ -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,53 +9,44 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Benoit Larroque"]
s.date = %q{2010-08-31}
s.date = %q{2011-06-13}
s.description = %q{ruby lib to access OPDS feeds}
s.email = %q{benoit dot larroque at feedbooks dot com}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
"README.md"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/opds.rb",
"lib/opds/acquisition_feed.rb",
"lib/opds/entry.rb",
"lib/opds/feed.rb",
"lib/opds/navigation_feed.rb",
"lib/opds/opds.rb",
"lib/opds/parser.rb",
"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",
"spec/browser_spec.rb",
"spec/entry_spec.rb",
"spec/linkset_spec.rb",
"spec/opdsparser_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/opds.rb",
"lib/opds/acquisition_feed.rb",
"lib/opds/entry.rb",
"lib/opds/feed.rb",
"lib/opds/navigation_feed.rb",
"lib/opds/opds.rb",
"lib/opds/parser.rb",
"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",
"spec/browser_spec.rb",
"spec/entry_spec.rb",
"spec/linkset_spec.rb",
"spec/opdsparser_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/zetaben/opds}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{ruby lib to read OPDS feeds}
s.test_files = [
"spec/spec_helper.rb",
"spec/entry_spec.rb",
"spec/browser_spec.rb",
"spec/linkset_spec.rb",
"spec/opdsparser_spec.rb"
]

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

0 comments on commit 3e1fa06

Please sign in to comment.