Skip to content

Developer

Zafranudin Zafrin edited this page Sep 7, 2023 · 3 revisions

Setup

This is initial Wiki.

$ bundle install

$ rake windclutter

Gem publishing

We use rake to manage all common scripts.

$ gem signin

To learn available rake commands, run:

$ rake -T
rake bump:major[no_args]      # Bump major part of gem version
rake bump:minor[no_args]      # Bump minor part of gem version
rake bump:patch[no_args]      # Bump patch part of gem version

rake default                  # Run tests

rake gem:build                # Build the gem
rake gem:push                 # Push the latest gem that was built

rake test                     # Run tests
Clone this wiki locally