source "https://rubygems.org"

gemspec

group :development do
  %w(rspec flexmock rdoc
    qed ae).
    each { |gem_name| 
      gem gem_name }
end
