Skip to content

Commit

Permalink
Fix gemspec URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 7, 2013
1 parent 73fcc83 commit 29b6095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbnacl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["tony.arcieri@gmail.com"]
gem.description = "Ruby binding to the Networking and Cryptography (NaCl) library"
gem.summary = "The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols"
gem.homepage = "https://github.com/tarcieri/rbnacl"
gem.homepage = "https://github.com/cryptosphere/rbnacl"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 29b6095

Please sign in to comment.