TestForRoot

This gem is a simple file/permissions management tool that tests for super-user permissions and has a basic API to return user status at any point.

Classes

TestForRoot::User

Methods

#name #groups #member? #uid

TestForRoot::Root

Installation

Add this line to your application's Gemfile:

gem 'test_for_root'

And then execute:

$ bundle

Or install it yourself as:

$ gem install test_for_root

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it! PLEASE DO!
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request