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

source :rubygems

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