# uuiddqd-ruby **Repository Path**: mirrors_simi/uuiddqd-ruby ## Basic Information - **Project Name**: uuiddqd-ruby - **Description**: Simple libuuid ruby binding - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Uuiddqd-ruby [![Build Status](https://travis-ci.org/simi/uuiddqd-ruby.svg?branch=master)](https://travis-ci.org/simi/uuiddqd-ruby) [![Build status](https://ci.appveyor.com/api/projects/status/5l5e2ouhlk247f62/branch/master?svg=true)](https://ci.appveyor.com/project/simi/uuiddqd-ruby/branch/master) Simple libuuid ruby c binding ## Installation Add this line to your application's Gemfile: gem 'uuiddqd' And then execute: $ bundle Or install it yourself as: $ gem install uuiddqd ## Usage ```ruby Uuiddqd.generate #=> "c3523d95-ecb5-4f86-9f75-aa7ac230e8f0" ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request