source "https://rubygems.org"

gemspec

gem "builder", ">= 2.1.2"

if defined? RUBY_VERSION and RUBY_VERSION < "1.9"
  gem 'nokogiri', "< 1.6"
end