source 'https://rubygems.org'

gem 'rake', '>= 10.5'

gem 'minitest', :group => :test

if RUBY_VERSION < "1.9"
  gem 'json'
end
