ARiiP gem
Ruby gem
for distributed client agents. This enables launching custom ARiiP agents. Full information on RubyGems.
Installation
Add this line to your application's Gemfile:
gem 'arii'
And then execute:
$ bundle
Or install it yourself as:
$ gem install arii
Usage
- Check ARiiP's client
Changelog
2015-01-20: Published to RubyGems - https://rubygems.org/gems/arii
2015-01-14: Reload as arii-gem
Contributing
- Fork it ( http://github.com/pdrlps/arii-gem/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request