source "http://rubygems.org"

gemspec

group :test do
  gem 'ruby-debug' if RUBY_VERSION < '1.9'
end
