- Add Torid::UUID#node_id_s to allow access to just the node portion of the UUID as a string.
- Fix a failing test case on jruby. Only affected running tests.
- Use
captures
instead of named captures.
- And named captures to the uuid regex.
- Fix bug where after a fork you could generate the same uuids in different processes (#1)
- Added equivalence checking
- Added Torid::UUID.match
- Initial Release - Yeah!