identifier 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -0
- data/lib/identifier.rb +7 -1
- data/lib/identifier/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -6,6 +6,10 @@ Identifier is a Ruby unique identifier generator that wraps the UNIX, Linux and
|
|
6
6
|
|
7
7
|
gem install identifier
|
8
8
|
|
9
|
+
== Requirements
|
10
|
+
|
11
|
+
A UNIX, Linux or Mac OS X system with 'uuidgen' installed and included in the PATH.
|
12
|
+
|
9
13
|
== Examples
|
10
14
|
|
11
15
|
Identifier.generate # "CFAA3C87-38C1-4357-8FA2-D862780736AE"
|
data/lib/identifier.rb
CHANGED
data/lib/identifier/version.rb
CHANGED