munin-plugins-rails 0.2.12 → 0.2.13

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.
@@ -73,4 +73,5 @@ Happy monitoring!
73
73
  * Request-log-analzer: http://github.com/wvanbergen/request-log-analyzer/
74
74
  * Screenshots http://barttenbrinke.github.com/munin-plugins-rails/
75
75
  * Munin: http://munin.projects.linpro.no/wiki/ConcisePlugins
76
+ * Munin Plugin Starter http://www.packtpub.com/munin-plugin-starter/book
76
77
  * License: MIT
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.12
1
+ 0.2.13
@@ -3,7 +3,6 @@
3
3
  module Munin
4
4
  class PassengerMemoryStats < RequestLogAnalyzerPlugin
5
5
  def ensure_configuration
6
- require_passenger_gem
7
6
  require_passenger_memory_stats
8
7
 
9
8
  super
@@ -29,10 +29,6 @@ module Munin
29
29
  end
30
30
  end
31
31
 
32
- def require_passenger_gem
33
- require_gem("passenger", ">=2.0")
34
- end
35
-
36
32
  def run_command(command, debug = false)
37
33
  result = `#{command}`
38
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: munin-plugins-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-10 00:00:00.000000000 Z
13
+ date: 2013-05-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: request-log-analyzer