Project

rultor

0.0
No release in over 3 years
Low commit activity in last 3 years
Command line remote control of www.rultor.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.7.0
= 1.3.11
= 5.4.0
= 10.4.2
= 3.11
= 0.24.1

Runtime

= 3.6
 Project Readme

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+.