Skip to content

Commit

Permalink
Merge pull request #89 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
gemspec: Drop EOL'd rubyforge_project property
  • Loading branch information
mdp committed Jul 17, 2019
2 parents 529abb8 + 885187b commit 4b22b7e
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 4b22b7e

Please sign in to comment.