negroku 2.8.0 → 2.8.1

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: c0754344fcb7eade9c733cf98caa26c6e8fb8b4d
4
- data.tar.gz: 921c0b28575cc07474c1a20a93c0b9a51c74d726
3
+ metadata.gz: bf1eb550fef79692fadef6d0a955bf6325da4ad8
4
+ data.tar.gz: 328a35e067f7bd82fb3286b29058bd73693f6421
5
5
  SHA512:
6
- metadata.gz: 832d8bb854c6f7df31038f23c1dd7e2ffdc3877acd40c90cc03ec2fcbf7b83d58585f9d21fdd8af31f82487ce64f0cc16320f1375aa48a2dde15706d82d60133
7
- data.tar.gz: 71282695a9647abc0b938bb25e4c7a581542a97546cb4a93b92a60922f3bbd102bc80126b123b76758e214fe2bcdb5905ccfc4949b1cf34aa21f0ccf2fc2e036
6
+ metadata.gz: 0edf38a122f37ae5481accc2dc02a4e9f30489e272f9462087b78eb835203805eafd50314699b2c26ee55f7e94c7dd66e8922003bcbc7d17a853ad24be2fd108
7
+ data.tar.gz: cf65c8e1ca5f846875d2a2ac234523a282216a8883f419e5b4144f5046b069e393108ea531d32ce1ecd7db002942e45d9619547bbafb78d6770eaa0ac0c461db
data/CHANGELOG.md CHANGED
@@ -4,11 +4,18 @@ Reverse Chronological Order:
4
4
 
5
5
  ## Unreleased
6
6
 
7
- https://github.com/platanus/negroku/compare/v2.8.0...HEAD
7
+ https://github.com/platanus/negroku/compare/v2.8.1...HEAD
8
+
9
+ ## `2.8.1`
10
+
11
+ https://github.com/platanus/negroku/compare/v2.8.0...v2.8.1
12
+
13
+ FIX:
14
+ - `env:change` event wasn't working
8
15
 
9
16
  ## `2.8.0`
10
17
 
11
- https://github.com/platanus/negroku/compare/v2.7.1...2.8.0
18
+ https://github.com/platanus/negroku/compare/v2.7.1...v2.8.0
12
19
 
13
20
  FEAT:
14
21
  - Adds some settings to process monitoring.
@@ -6,5 +6,8 @@ namespace :env do
6
6
  task :changed do
7
7
  end
8
8
 
9
- after 'env:changed', 'eye:hard_restart'
9
+ Rake::Task['env:changed'].enhance do
10
+ # Change whether the config changed or not
11
+ Rake::Task['eye:hard_restart'].invoke
12
+ end
10
13
  end
@@ -1,3 +1,3 @@
1
1
  module Negroku
2
- VERSION = '2.8.0'
2
+ VERSION = '2.8.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: negroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso