source 'https://rubygems.org'

gemspec

gem 'json', '< 2' if RUBY_VERSION.start_with?('1.')
gem 'nokogiri', '< 1.6' if RUBY_VERSION.start_with?('1.8.')
gem 'test-unit', '~> 2.5' if RUBY_VERSION.start_with?('1.8.')
