source 'https://rubygems.org'

gemspec

group(:development, :test) do
  gem 'rake'
  gem 'rake-compiler'
  gem 'rdoc'
end
