rackamole 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/HISTORY +4 -1
  2. data/lib/rackamole.rb +1 -1
  3. 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
@@ -1,7 +1,7 @@
1
1
  module Rackamole
2
2
 
3
3
  # :stopdoc:
4
- VERSION = '0.2.8'
4
+ VERSION = '0.2.9'
5
5
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
6
6
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
7
7
  # :startdoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rackamole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernand Galiana