source 'https://rubygems.org/'

gemspec

group :test do
  gem "rake"
  gem 'rake-compiler'
  gem 'rspec'
  gem 'json'
  gem 'yard'
end
