source 'https://rubygems.org'

gemspec

gem "rbnacl", git: 'https://github.com/cryptosphere/rbnacl.git'

group :development, :test do
  gem "rspec", "~> 3"
end
