Sporkmonger

purveyor of fabulously ambiguous eating utensils

UUIDTools 1.0.0

Posted by sporkmonger
Written February 13th, 2006

I just released a new version of UUIDTools that should fix a tiny issue with some environments not obtaining a MAC address in some circumstances. Anyways, since it’s the first bug to be reported in something like 3 months, I decided it was high time to call it 1.0. And since I’m pretty sure it’s the first piece of software I’ve ever written that I would consider actually worthy of the title “1.0”, I thought it was at least worth a blog post. That and it also makes TextDrive happier about installing it as a gem. :-D

Tags:
  1. Written February 13th, 2006 at 11:38 PM

    So I can remove my dirty dirty patch now?

    
    class UUID
      def UUID.get_mac_address
        'XX:XX:XX:XX:XX:XX'
      end
    end
    

    I’ll test it out and see how it goes.

  2. Written February 14th, 2006 at 11:10 AM

    Lol, that is a dirty patch… Yeah, try it out and let me know how it goes.

Leave a Response

NOTE: I'm afraid Javascript needs to be on in order to comment.

Comments should be formatted using Textile.

Ruby code should be enclosed within a <macro:code lang="ruby"> element. Other languages are supported. For output you can simply omit the lang attribute.