source 'https://rubygems.org'

gemspec

gem "rbnacl", github: 'cryptosphere/rbnacl'

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