source "https://rubygems.org/"

gemspec

group :development do
  gem 'rubygems-tasks', :git => 'git://github.com/postmodern/rubygems-tasks.git'
  gem 'json_spec', :git => "https://github.com/collectiveidea/json_spec", :branch => "master"
  gem 'rspec'
  gem 'rake'
  gem 'builder'
  gem 'simplecov'
  gem 'yard'
  gem 'yard-rspec'
  gem 'debugger', :platforms => :ruby
end
