blocking_sleep 0.1.0 → 0.2.0
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 +4 -4
- data/ext/blocking_sleep/extconf.rb +3 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b014964dba5d2c76c0ea36d295cea9480333ff45e1c4c99489682cabc15bf44b
|
|
4
|
+
data.tar.gz: 82d996cdf94c65c3cf40eef0c993d35a4768b6c0aba6583df7e1fec7119c31db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cecc9d947e6ae1942caea0f977f84f854b10e2efd254bbd7c625c2f811947f6d335ce1beb967c4fc71cec2543c8e1e9079ff9f7ccd13d1df2c58bb393955c16
|
|
7
|
+
data.tar.gz: 00a1f2f9fc065407884b7f7a7e038c02b64ddf1a8e3114036919e02913358527fbe78d3203541d7178e3e67dd2bd9cab8721b299f551d69dc4263153687d1bcb
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
require 'mkmf'
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
create_makefile(
|
|
6
|
-
|
|
3
|
+
# Build the extension into blocking_sleep/blocking_sleep.so so the
|
|
4
|
+
# Ruby wrapper can load it via `require 'blocking_sleep/blocking_sleep'`.
|
|
5
|
+
create_makefile('blocking_sleep/blocking_sleep')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blocking_sleep
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladimir Polukhin
|
|
@@ -47,7 +47,7 @@ files:
|
|
|
47
47
|
- ext/blocking_sleep/blocking_sleep.c
|
|
48
48
|
- ext/blocking_sleep/extconf.rb
|
|
49
49
|
- lib/blocking_sleep.rb
|
|
50
|
-
homepage: https://
|
|
50
|
+
homepage: https://github.com/vovanmozg/blocking_sleep
|
|
51
51
|
licenses:
|
|
52
52
|
- MIT
|
|
53
53
|
metadata: {}
|
|
@@ -67,5 +67,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
requirements: []
|
|
68
68
|
rubygems_version: 3.6.8
|
|
69
69
|
specification_version: 4
|
|
70
|
-
summary: Native blocking sleep
|
|
70
|
+
summary: Native blocking sleep
|
|
71
71
|
test_files: []
|