Skip to content

Commit

Permalink
Merge pull request #84 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
Gemspec: Drop EOL'd property rubyforge_project
  • Loading branch information
skoji committed Jul 19, 2019
2 parents f563163 + 6f13d72 commit ccb697e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gepub.gemspec
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 ccb697e

Please sign in to comment.