sporkmonger / uuidtools

A simple universally unique ID generation library.
http://uuidtools.rubyforge.org/
Apache License 2.0
425 stars 63 forks source link

Fix namespace clash with uuid gem #6

Closed zeha closed 13 years ago

zeha commented 13 years ago

Ruby 1.9 warns when constants are redefined.

The uuid gem and your uuidtools library both try to set the UUID::VERSION constant. I've modified uuidtools to set the UUIDTools::VERSION constant instead.

databus23 commented 12 years ago

how about releasing?

sporkmonger commented 12 years ago

Done.