source 'https://rubygems.org'

gemspec

group :test do
  gem 'rspec', ">= 2.2"
  gem 'rdoc'
end
