source 'https://rubygems.org'

gemspec name: 'recog'

gem 'nokogiri'

group :test do
  gem 'rake'
  gem 'regexp_parser'
end
