source "https://rubygems.org"

gemspec

group :test do
  gem 'rake', '~> 10.5'
  gem 'minitest', '~> 5.0'
end
