cztop 0.12.1 → 0.12.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +10 -0
  3. data/lib/cztop/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 575a0a5ad125c607c8c85eaf8ac521a5894ef4cc
4
- data.tar.gz: 72f3c5ecfe8e9d8f241d8b6e35ac992d2e194251
3
+ metadata.gz: 2708e0dcccf2c643508cce8f13beda57e2c94c6c
4
+ data.tar.gz: 283d72a0d068c54b6afa43de7afc2419c63b3dbe
5
5
  SHA512:
6
- metadata.gz: 810554c984e812f6eb6b7dfc74372022a1fedf08d7c30dc1287a7751f8802e9cd9593591826a7ca85f8c40b76967ba20da3c33bd679843a8de574b3fa9a5c536
7
- data.tar.gz: 78b7fa8237b317994884af6a4f40ac96c9412f28c1f5b23fe0f1b023e3f5785fa86dd1af7f1674e0d95b924eca8d15fae565317370973d54eafcd974fdc79116
6
+ metadata.gz: f73d2f9ad678244752783832575d767e4adb334aca79740c613f0b39596e39a1f665e5e0ba0b6b1f4b4a49d325ea0fc7d226232f96498acf6e05f269606315a6
7
+ data.tar.gz: 0b5c571a8b61b47795659940be7659a5837c04d46b52fb578c0d87d099b656a46ef44356e61d644c86a6a44fabe73193ac7a4d5477043cb215007834d22de062
data/CHANGES.md CHANGED
@@ -1,3 +1,13 @@
1
+ 0.12.2 (11/24/2017)
2
+ -----
3
+ * no changes, but this release includes an up-to-date version of this file
4
+
5
+ 0.12.1 (11/23/2017)
6
+ -----
7
+ * actually include the change for CZTop::Poller#wait documented in 0.12.0
8
+ * more robust specs around CZTop::Monitor
9
+ * test recent rubies on CI
10
+
1
11
  0.12.0 (11/23/2017)
2
12
  -----
3
13
  * CZTop::Monitor#listen: accept HANDSHAKE_FAILED and HANDSHAKE_SUCCEED events
@@ -1,3 +1,3 @@
1
1
  module CZTop
2
- VERSION = "0.12.1"
2
+ VERSION = "0.12.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cztop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Wenger