dohruby 0.1.11 → 0.1.12
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/CHANGELOG +2 -0
- data/lib/doh/util/time_util.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
|
@@ -35,3 +35,5 @@
|
|
|
35
35
|
* added new library: DohData - for random human (name, email, address) data generation
|
|
36
36
|
*0.1.11* (April 19th, 2008)
|
|
37
37
|
* added doh/time_util -- adds time_block for timing a block of code
|
|
38
|
+
*0.1.12* (April 19th, 2008)
|
|
39
|
+
* patch accidental instance level module method to class level (time_block)
|
data/lib/doh/util/time_util.rb
CHANGED