uuid
uuid copied to clipboard
Generates universally unique identifiers (UUIDs) for use in distributed applications.
I got this error The error occurred while evaluating nil.unpack I am using uuid-2.0.2 with rails2.3.4
I think there could be an improvement in the readme to provide an example of the generate method including the type, for example `:compact`
Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Bumps [yard](https://github.com/lsegal/yard) from 0.6.7 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...
This patch improves conformance to RFC4122: - [4.1.1](https://tools.ietf.org/html/rfc4122#section-4.1.1) Octet 8 is 0b10xxxxxx (the variant specified in the RFC). - [4.1.3](https://tools.ietf.org/html/rfc4122#section-4.1.3) Octet 6 is 0b0001xxxx (version 1, time-based). - [4.1.4](https://tools.ietf.org/html/rfc4122#section-4.1.4) Time...
As pointed out in https://github.com/assaf/uuid/issues/33 , the current implementation does not conform to https://www.ietf.org/rfc/rfc4122.txt with regards to version and variant. This pull request corrects that by properly setting the variant...
And drop the Ruby 1.8.x
Changing it in the worker process won't have the desired effect since then all the workers all get the same incremented sequence number. `before_fork` runs in the master process before...
also mocha >1.0 needs require 'mocha/setup' instead of require 'mocha' (test/test-uuid.rb needs update)