thug

lists all the system level dependencies for you ruby project.


License
MIT
Install
gem install thug -v 0.1.1

Documentation

Thug

Thug resolves all the system level dependencies for you project, by generating the "Gemfile.lock" it fetches the needed dependencies and proceeds to install it.

Dependencies

  • Json: for parsing json responses.
  • Ohai: to detect platform, platform version.
  • Thor: for command-line utlilties.

Installation

Install the gem via terminal using:

$ gem install thug

Usage

Navigate to ruby project then run thug list to list all needed system dependencies:

$ thug list

To install dependencies run

$ thug install

Development

Checkout the project and run

$ gem build thug.gemspec

Contributing

Thug gem relies on users to keep its system dependencies list up to date, Bug reports and pull requests are welcome on here. or you can Sign up at Thug-GemThug-gem and start adding gems/dependencies.

Known Issues

Among the known issues is running into

'method_missing': undefined method `this' for #<Gem::Specification

just update your rubygems by running:

$ gem update --system

License

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

Code of Conduct

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