luban-nginx 0.1.4 → 0.1.5

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: 7154c4fcedaeffd7a49527422ba245413c64029f
4
- data.tar.gz: 7ea2174b1d3f37a0cce2fad1e49520059de7e0ac
3
+ metadata.gz: 16675ea7d9862ccc2cb4662bc0b64e805c51a13a
4
+ data.tar.gz: efb9384f2987130ff5dcb9f3f564d682f0c7e85e
5
5
  SHA512:
6
- metadata.gz: 25065dda7c26ec32ef1d145ddb2586e8631ba066742f221d76c5d64d2832239c84772cfd90f0d5bb4d4521986843d229871a8448c05257695110aba813960fe2
7
- data.tar.gz: 68a9c1c370d3fe473a428b86d9f794e3bc280c1e7062b5a6d2020d9a92ee65f366d4125079f6fe4ab06ee45a7de369a5ab334bd9849ca9f28cb1c507b1ce00f7
6
+ metadata.gz: 59376076da322a1e33e068d2595c8db905bd3eb9ea2ce8e83c6195571910d26f824c9f0b7bf2d28fc585db30a97d9a1ce3234286914ddcd899a0c267494d3bcf
7
+ data.tar.gz: a3b9c7057a18a5868a3c6fabbdc4a8599721fe8290b4b669fcafc2ed79092ed7a84db9e64cbe28a1afdd039aa03b9c60b97854632214fd3bc6e9652fdfc7fd74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.1.5 (Jul 11, 2016)
4
+
5
+ Minor enhancements:
6
+ * Changed monit reboot mode to laststate
7
+
3
8
  ## Version 0.1.4 (Jul 08, 2016)
4
9
 
5
10
  Minor enhancements:
@@ -2,6 +2,7 @@
2
2
 
3
3
  check process <%= service_entry %>
4
4
  with pidfile <%= pid_file_path %>
5
+ onreboot laststate
5
6
  start program = "/bin/bash -c 'sleep 1; <%= start_command %>'"
6
7
  stop program = "/bin/bash -c '<%= stop_command %>'"
7
8
  if totalmem is greater than 10.0 MB for 40 cycles then restart
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Packages
4
4
  class Nginx
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
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-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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-07-08 00:00:00.000000000 Z
11
+ date: 2016-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban