Files
gemoji/CONTRIBUTING.md
2019-05-05 02:28:19 +02:00

668 B

Contributions to this project are released to the public under the project's open source license.

Some useful tools in development are:

script/bootstrap

Sets up the development environment. The prerequisites are:

  • Ruby 1.9+
  • Bundler
script/test

Runs the test suite.

script/console

Opens irb console with gemoji library preloded for experimentation.

script/release

For maintainers only: after the gemspec has been edited, this commits the change, tags a release, and pushes it to both GitHub and RubyGems.org.