# Gashadokuro [![CI](https://github.com/ydah/gashadokuro/actions/workflows/ci.yml/badge.svg)](https://github.com/ydah/gashadokuro/actions/workflows/ci.yml) 💀 A CSS selector parser implemented in Ruby 💀 ## Installation Just install the gashadokuro gem ``` gem install gashadokuro ``` or if you use bundler put this in your `Gemfile` ``` gem 'gashadokuro' ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/ydah/gashadokuro. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ydah/gashadokuro/blob/main/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Gashadokuro project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ydah/gashadokuro/blob/main/CODE_OF_CONDUCT.md).