source "https://rubygems.org"

gemspec

group :development do
  gem "rake", "~> 13.2"
  gem "test-unit"
  gem "test-unit-ruby-core", ">= 1.0.7"
end
