identifier 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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