rackamole 0.2.8 → 0.2.9
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/HISTORY +4 -1
- data/lib/rackamole.rb +1 -1
- metadata +1 -1
data/HISTORY
CHANGED
|
@@ -40,4 +40,7 @@
|
|
|
40
40
|
* Added user_agent parsing. now extracting os/platform/version as well as browser type and version.
|
|
41
41
|
|
|
42
42
|
0.2.8
|
|
43
|
-
* Formatted email alerts so they are a little more readable
|
|
43
|
+
* Formatted email alerts so they are a little more readable
|
|
44
|
+
|
|
45
|
+
0.2.9
|
|
46
|
+
* Fixed perf email headline
|
data/lib/rackamole.rb
CHANGED