Skip to content

Commit

Permalink
gemspec: Drop EOL'd rubyforge_project property
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 12, 2019
1 parent 529abb8 commit 885187b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rotp.gemspec
Expand Up @@ -11,8 +11,6 @@ Gem::Specification.new do |s|
s.summary = 'A Ruby library for generating and verifying one time passwords'
s.description = 'Works for both HOTP and TOTP, and includes QR Code provisioning'

s.rubyforge_project = 'rotp'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
Expand Down

0 comments on commit 885187b

Please sign in to comment.