gemspec
source 'https://rubygems.org'

group :development, :test do
  gem 'rspec'
  gem 'guard'
  gem 'guard-rspec'
end
