evt-poll 0.2.0.1 → 0.2.0.3

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d73c1ad7b759f979d33a828058fff02dfe7c800b338f2e3294dc25ad16f4bc7f
4
- data.tar.gz: b345f191ad5b841749dece1fe715a8ebf81e1a5ab05170bf6ab9c50350be79a5
3
+ metadata.gz: acdbe33666f3248f71dfd85f45440e5fbc63b99ca4ff6376a2def32d1074dd2c
4
+ data.tar.gz: b65de7dfb3cf0d458aa8a90b8cb61c6d3dce1df2ddf5a7baa0c33dc964eb52b3
5
5
  SHA512:
6
- metadata.gz: d5ecba13e9b7bae65a63c352c7b375f85631bb32255fdd9cf4bcd36a0ba04772102f359b217892ca84ce54b470ce67b63b094d00526d5ec45fda7e5b66a5e35d
7
- data.tar.gz: a7082c0c241dbc47f4f7c626f4acda13b310e55259d6e261295bf121cdc5365f6f0c95cf8106f6c5a214d82338742e81bfcc248cdf45a5bef301b22ff1772037
6
+ metadata.gz: 2310a2fee1beb2fd6e998627a74d476977e139cbf62334df92e61c1b7c982a4b6a8261b47069dbfb84202a6e4de0822ed9082697680e3c3af8799c7c462290a9
7
+ data.tar.gz: 43a38fc941306e08ed7fcab8792d12905d2c2cda3bad1671a8a481e0b0abdd555e7e86a5028f013864b96c8935ed2f9fdc56339af934cf6c5046d8019c3677ba
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-poll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.1
4
+ version: 0.2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project
@@ -78,7 +78,7 @@ files:
78
78
  - lib/poll/defaults.rb
79
79
  - lib/poll/log.rb
80
80
  - lib/poll/poll.rb
81
- homepage: https://github.com/eventide-project/cycle
81
+ homepage: https://github.com/eventide-project/poll
82
82
  licenses:
83
83
  - MIT
84
84
  metadata: {}
@@ -101,6 +101,6 @@ rubyforge_project:
101
101
  rubygems_version: 2.7.3
102
102
  signing_key:
103
103
  specification_version: 4
104
- summary: Generalized implementation of polling, with support for timeout and polling
104
+ summary: Generalized implementation of polling with support for timeout and polling
105
105
  interval
106
106
  test_files: []