serverspec 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a09c5844cbb0f43aaf74184167363bd48cae397
4
- data.tar.gz: 28add9f65cc559f6bc36e9d8bb7da7f9120665a6
3
+ metadata.gz: d359e8d4e9b0d68239d0c3a3ffee9f98254d91c8
4
+ data.tar.gz: 4b12b546c2b2e348481fcc9a89c9dfca40d49713
5
5
  SHA512:
6
- metadata.gz: 9a59a5962b663a92d429e36c8b9454f6e57fb6e2738099c3eaf3fe84bc68f993183ca7f6daac853f679286b4de2b3ed4c71ebd59848eba1ecc01d2eb37c13a5f
7
- data.tar.gz: a9efa81fc07f0f88e6f569d57b3ce4d822d52c2ff53e1fe6d6c8101400bf2497007af0436d36193d805655f4951c493163456be7c4570da70d333137835d8929
6
+ metadata.gz: 6b0e43c81e0edff3580386ef2f2681fde7df403b1573a4d5db7907a5b3cd7d80e27c91812fa2471518fa2e9bb68d1e6f561e72793bc742879e19a379acdd18c0
7
+ data.tar.gz: d01f69272592f65d492c5fb8fd5e9e5fba6c0ad8b458d30fd7796c7f4a43dd531957207c8a07feb6836296212bdd3326d3a57c5e371b35e154ff4cfc91a32786
@@ -63,7 +63,7 @@ module Serverspec
63
63
  proc_index = retlines.index("Process '#{process}'")
64
64
  return false unless proc_index
65
65
 
66
- retlines[proc_index+2].match(/\Amonitoring status\s+monitored\Z/) != nil
66
+ retlines[proc_index+2].match(/\Amonitoring status\s+monitored\Z/i) != nil
67
67
  end
68
68
 
69
69
  def check_readable(file, by_whom)
@@ -1,3 +1,3 @@
1
1
  module Serverspec
2
- VERSION = "0.10.2"
2
+ VERSION = "0.10.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serverspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita