ractor-shim 0.0.1 → 0.1.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.
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ractor-shim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Daloze
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2025-10-29 00:00:00.000000000 Z
11
12
  dependencies: []
13
+ description:
12
14
  email:
13
15
  - eregontp@gmail.com
14
16
  executables: []
@@ -19,13 +21,15 @@ files:
19
21
  - README.md
20
22
  - Rakefile
21
23
  - lib/ractor/shim.rb
22
- - lib/ractor/shim/version.rb
24
+ - test/run_tests.rb
25
+ - test/test_ractor.rb
23
26
  homepage: https://github.com/eregon/ractor-shim
24
27
  licenses:
25
28
  - MIT
26
29
  metadata:
27
30
  homepage_uri: https://github.com/eregon/ractor-shim
28
31
  source_code_uri: https://github.com/eregon/ractor-shim
32
+ post_install_message:
29
33
  rdoc_options: []
30
34
  require_paths:
31
35
  - lib
@@ -40,7 +44,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
44
  - !ruby/object:Gem::Version
41
45
  version: '0'
42
46
  requirements: []
43
- rubygems_version: 3.6.9
47
+ rubygems_version: 3.5.22
48
+ signing_key:
44
49
  specification_version: 4
45
50
  summary: A shim to define Ractor by using Thread, if not already defined.
46
51
  test_files: []
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- class Ractor
4
- module Shim
5
- VERSION = "0.0.1"
6
- end
7
- end