source 'https://rubygems.org'
gem 'rake', '~> 10.5'
gem 'hoe', '~> 3.14'

gem 'minitest', :group => :test

if RUBY_VERSION < "1.9"
  gem 'json'
end
