# vim: set ft=ruby:

source 'https://rubygems.org'

case ENV['JSON']
when 'pure'
  gemspec :name => 'json_pure'
end
