source 'https://rubygems.org'
gem 'hoe'

gem 'minitest', :group => :test

if RUBY_VERSION < "1.9"
  gem 'json'
end
