Skip to content

Commit

Permalink
Gemspec: Drop EOL'd property rubyforge_project
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 14, 2019
1 parent f563163 commit 6f13d72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gepub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Gem::Specification.new do |s|
s.summary = %q{a generic EPUB library for Ruby.}
s.description = %q{gepub is a generic EPUB parser/generator. Generates and parse EPUB2 and EPUB3}

s.rubyforge_project = "gepub"

s.files = `git ls-files`.split("\n").reject { |f| f.match(%r{^spec/}) }
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
Expand Down

0 comments on commit 6f13d72

Please sign in to comment.