uname 
Uname is interface to standard uname
data via C extension
Installation
-
Add the dependency to your
shard.yml
:dependencies: uname: github: orelsokolov/uname
-
Run
shards install
Usage
require "uname"
Uname.sysname
Uname.nodename
Uname.release
Uname.machine
Uname.version
Contributing
- Fork it (https://github.com/orelsokolov/uname/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 a new Pull Request
Contributors
- Oleg Orlov - creator and maintainer