luban-monit 0.2.7 → 0.2.8

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: 4e08cfed99b79f2c4057990e5ad887578fa3bf72
4
- data.tar.gz: f6f5775758c94ebc1b739eb5c8c047a231f7c6a3
3
+ metadata.gz: c8dcf7bcb6b515ddfc7d757c7aa89026efa3e950
4
+ data.tar.gz: 448dc3d0449646c06bec0f2104de517cfb71bb38
5
5
  SHA512:
6
- metadata.gz: 0d166f80a57773809f3cf82142d498c7e3fa93df0f1f14b25c1e4e1ded002b853970b3d3f870bb53494d3a6afec1e78a9ae5dce1f94cf0fbeeea972013627bb5
7
- data.tar.gz: e98a9608bf15a1aa715500754ad8c3b21b79f296d3d5f1530da5a75359b35a00be90443fa646fdce0b4a8f9485df13fd6635d4b03a5be72c8feae0c67b02516d
6
+ metadata.gz: 7344edbaa9332a1f1dc65f041209f3dad76b57eddda2cc5bd9edcbe7cc978f0cc07d9facd1e02f32d6360147da7ffc8c12bcd39bf285c95a2df74ed3d56cdd10
7
+ data.tar.gz: 7b8861181609f5bbc50657874ede00bfd6622d386f3569eb905ad4aded3d02a8a7edc8024d82dcd006c078a84339abc85d6bf71b1135a72378240e9dc50b8b12
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.2.8 (Oct 18, 2016)
4
+
5
+ Bug fixes:
6
+ * Do NOT activate the Lubmon environemnt while start/stop Monit
7
+ * Used raw command instead to start/stop Monit
8
+
3
9
  ## Version 0.2.7 (Oct 12, 2016)
4
10
 
5
11
  Minor enhancements:
@@ -41,11 +41,11 @@ module Luban
41
41
  end
42
42
 
43
43
  def start_command
44
- @start_command ||= shell_command(monit_command)
44
+ @start_command ||= shell_command(monit_command, setup: [])
45
45
  end
46
46
 
47
47
  def stop_command
48
- @stop_command ||= shell_command("#{monit_command} quit")
48
+ @stop_command ||= shell_command("#{monit_command} quit", setup: [])
49
49
  end
50
50
  end
51
51
 
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Packages
4
4
  class Monit
5
- VERSION = '0.2.7'
5
+ VERSION = '0.2.8'
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.2.7
4
+ version: 0.2.8
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-10-12 00:00:00.000000000 Z
11
+ date: 2016-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban