luban-monit 0.1.6 → 0.1.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 528e39a60a87cf41762668340bc94a5ffca4c0b2
4
- data.tar.gz: a6d998bf1b4d944390087db2e05b36c3b755a24b
3
+ metadata.gz: 87133c1083313737167aa82bf02adfa2c53be1b1
4
+ data.tar.gz: 488c89f3912bc73e46c1a56565108e6fa40a9173
5
5
  SHA512:
6
- metadata.gz: d5a5ef11d817a6a7f22b34ab57eb442827655fb1d2dbfd259868657328015d5fae095e8c8f28df90537a5ea40f8cf99aa1100aa65d18f436464cedeb4ee3ca23
7
- data.tar.gz: d9934e991727e72c69be109c273e4f9832d815b14df2ff95cdffa18053d246811791244bfb4bb513ab94f4e4cf0c0322784a012b95a48faef1feb8ca73628b21
6
+ metadata.gz: bbda816ff5d66122c4d621671a231fe3033c3eade4d5a6ed7ab185665d03ec46107c76145db6a84ace15edf86dfbb07d731952f47c202c7bb44251c382fb6226
7
+ data.tar.gz: 975b9f4af3ee9b964f1cda2573e429b44b6aa35f198b05fde411aaad51b3e7d343c5b1bf0dabcaaca325f684560626c6a59405f67839d1dd099eba0911a0f811
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.1.7 (Jun 17, 2016)
4
+
5
+ Bug fixes:
6
+ * Fixed process matching pattern to grep the correct service process
7
+
3
8
  ## Version 0.1.6 (Jun 16, 2016)
4
9
 
5
10
  Minor enhancements:
@@ -12,7 +12,10 @@ module Luban
12
12
  @monit_command ||= "#{monit_executable}"
13
13
  end
14
14
 
15
- alias_method :process_pattern, :monit_command
15
+ def process_pattern
16
+ @process_pattern ||= "^#{monit_command}"
17
+ end
18
+
16
19
  alias_method :start_command, :monit_command
17
20
 
18
21
  def stop_command
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Packages
4
4
  class Monit
5
- VERSION = '0.1.6'
5
+ VERSION = '0.1.7'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luban-monit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubyist Chi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-16 00:00:00.000000000 Z
11
+ date: 2016-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban