Skip to content

Commit

Permalink
Use Hoe#urls instead of deprecated #url.
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Apr 5, 2013
1 parent b787ff7 commit 385d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -26,7 +26,7 @@ hoe = Hoe.spec 'pkcs11' do
extra_dev_deps << ['yard', '>= 0.6']
extra_dev_deps << ['rake-compiler', '>= 0.7']

self.url = 'http://github.com/larskanis/pkcs11'
self.urls = ['http://github.com/larskanis/pkcs11']
self.summary = 'PKCS#11 binding for Ruby'
self.description = 'This module allows Ruby programs to interface with "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".'

Expand Down

0 comments on commit 385d65b

Please sign in to comment.