rt_watchdog 1.0.0.pre.1 → 1.0.0.pre2

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.
Files changed (2) hide show
  1. data/lib/rt_watchdog.rb +1 -1
  2. metadata +1 -1
data/lib/rt_watchdog.rb CHANGED
@@ -30,7 +30,7 @@ module RTwatchdog
30
30
 
31
31
  # command to obtain RT's current RAM usage in bytes
32
32
  #
33
- RAM = "ps -e -o rss,comm | awk '/$2 ~ /^#{BIN}$/ {print $1}'"
33
+ RAM = "ps -e -o rss,comm | awk '$2 ~ /^#{BIN}$/ {print $1}'"
34
34
 
35
35
  # the maximum allowed rss size for RT
36
36
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rt_watchdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.1
4
+ version: 1.0.0.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: