Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 357 Bytes

Contributing to FriendlyUUID

Building

gem build friendly_uuid
gem install ./friendly_uuid-*.gem

Releasing

You must have the environment variables RUBYGEMS_API_KEY and GITHUB_PERSONAL_ACCESS_TOKEN set.

# Test things first.
rspec
gem build friendly_uuid
gem install ./friendly_uuid-*.gem

gem install bundler
./release.sh