# vim: set filetype=ruby et sw=2 ts=2:

source 'https://rubygems.org'

gemspec

group :development do
  gem 'simplecov'
  gem 'utils'
end
