sensu-spawn 2.4.0 → 2.4.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: 35c0251fc21abab1079e1de436e493eea0e828de
4
- data.tar.gz: c9815fdca33e69787a9860c1309e61220cabb79f
3
+ metadata.gz: '0190883c38ea9aa46bd59f64bd1d1032102a6ca3'
4
+ data.tar.gz: 641e17a3aca91946a031344867293f8b5a2db48f
5
5
  SHA512:
6
- metadata.gz: 974b332aa586b4980b8fc5bda6938959aa5893c7419a47f39c5c56ead61df8a17e8119035ea0ac088f84a45b6aa967f50e8fda38298797d52760d1e89329b045
7
- data.tar.gz: 95704811ce506757e1c22bec93f02f1a32982a3253d7c414389c356153bcb8a0026b1dd7816dbc2e1c86275b843a82537a47e62ffb589fa3013e3f0ff03eb82b
6
+ metadata.gz: e8c2f0c43eb92557d240e5bf5b0182ecda27bb4ae0323de11ecb92622e97cc5512eacaf6012e33e8621e069ae92c27b9ef19466b104745cc741d5c756fcfcd3b
7
+ data.tar.gz: f665ab1eab07c3c55a0d8acf0b282dace428c3911c8d3990446b28169ae65aace19f7a46768a3ec16171a008194aaf294fd245906bac35f1ce12cf30a5d5fd9a
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -2,7 +2,14 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/sensu/sensu-spawn/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.3.0...HEAD)
5
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.4.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Pin FFI version on load \(as well as install\) [\#28](https://github.com/sensu/sensu-spawn/pull/28) ([portertech](https://github.com/portertech))
10
+
11
+ ## [v2.4.0](https://github.com/sensu/sensu-spawn/tree/v2.4.0) (2018-04-18)
12
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.3.0...v2.4.0)
6
13
 
7
14
  **Merged pull requests:**
8
15
 
@@ -1,5 +1,6 @@
1
1
  gem "em-worker", "0.0.2"
2
2
  gem "childprocess", "0.5.8"
3
+ gem "ffi", "1.9.21"
3
4
 
4
5
  require "eventmachine"
5
6
  require "em/worker"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "sensu-spawn"
5
- spec.version = "2.4.0"
5
+ spec.version = "2.4.1"
6
6
  spec.authors = ["Sean Porter"]
7
7
  spec.email = ["portertech@gmail.com", "engineering@sensu.io"]
8
8
  spec.summary = "The Sensu spawn process library"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-spawn
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Porter
metadata.gz.sig CHANGED
Binary file