rgdev

A tool for helping develop RubyGems... even without a working Ruby installation


License
MIT
Install
pip install rgdev==1.0.0

Documentation

rgdev-python Build Status

A Python package to simplify contributing to RubyGems, by using a Docker-based development environment.

If you're more familiar with Ruby, it probably makes more sense to use the rgdev gem.

Installation

$ pip3 install rgdev

Usage

rgdev-python is meant to make developing RubyGems itself easier, and as such doesn't make much sense if you're not contributing to RubyGems.

First-time setup

$ git clone https://github.com/rubygems/rubygems.git
$ cd rubygems
$ pip3 install rgdev # Install rgdev-python.
$ rgdev rake setup  # Install RubyGems development dependencies.

Execute commands in the Docker container

Now, with setup done, you're ready to execute commands inside the Docker container:

$ rgdev <command to run in the Docker container>

Example: Running the RubyGems test suite inside the Docker container

$ rgdev rake test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/duckinator/rgdev-python. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the rgdev-python project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.