check_names
http://github.com/rleber/check_names
Description
To be provided
Features
- To be provided
Usage
require 'check_names'
...
Requirements
- None
Installation
For an app, with bundler
- Add this to your application's Gemfile:
gem 'check_names'
-
And then execute:
$ bundle install* gem install check_names
Without bundler
$ gem install check_names
Development
- Run
bin/setup
to install dependencies. - Run
rake spec
(or justrake
) to run the tests. - Run
console
to experiment with the gem. - Run
bundle exec rake install
to install this gem on your system. - To release a new version, update the version number in
VERSION.txt
- You may run
bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the.gem
file to rubygems.org.
- You may run
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/rleber/check_names.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
This project is intended to be a safe, welcoming space for collaboration. Everyone interacting in the check_names project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.