Skip to content

yegor256/rultor-remote

Repository files navigation

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend RubyMine

Build Status Build status PDD status Gem Version Maintainability Coverage Status

Hits-of-Code Availability at SixNines

Need help online? Try our Telegram group.

Install it first:

$ gem install rultor

Run it locally and read its output:

$ rultor --help

To encrypt one file for Rultor:

$ rultor encrypt -p yegor256/rultor secret.txt

Where yegor256/rultor is the name of your Github project and secret.txt is the file you need to encrypt. Result will be saved into secret.txt.asc. Read more about Rultor decrypt configuration option.

Make sure you have gpg and bcrypt installed on your machine (only Unix or Mac OS at the moment).

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Rake build before submitting a pull request (make sure you have bundler installed):

$ bundle install
$ bundle exec rake

Make sure you're using Ruby 2.0+.