ractor-wrapper 0.1.0 → 0.3.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.
@@ -1 +1,3 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require "ractor/wrapper"
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ractor-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: An experimental class that wraps a non-shareable object, allowing multiple
14
- Ractors to access it concurrently.
12
+ description: An experimental class that wraps a non-shareable object in a Ractor,
13
+ allowing multiple client Ractors to access it concurrently.
15
14
  email:
16
15
  - dazuma@gmail.com
17
16
  executables: []
@@ -28,8 +27,11 @@ files:
28
27
  homepage: https://github.com/dazuma/ractor-wrapper
29
28
  licenses:
30
29
  - MIT
31
- metadata: {}
32
- post_install_message:
30
+ metadata:
31
+ bug_tracker_uri: https://github.com/dazuma/ractor-wrapper/issues
32
+ changelog_uri: https://rubydoc.info/gems/ractor-wrapper/0.3.0/file/CHANGELOG.md
33
+ documentation_uri: https://rubydoc.info/gems/ractor-wrapper/0.3.0
34
+ homepage_uri: https://github.com/dazuma/ractor-wrapper
33
35
  rdoc_options: []
34
36
  require_paths:
35
37
  - lib
@@ -37,15 +39,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
37
39
  requirements:
38
40
  - - ">="
39
41
  - !ruby/object:Gem::Version
40
- version: '3.0'
42
+ version: '4.0'
41
43
  required_rubygems_version: !ruby/object:Gem::Requirement
42
44
  requirements:
43
45
  - - ">="
44
46
  - !ruby/object:Gem::Version
45
47
  version: '0'
46
48
  requirements: []
47
- rubygems_version: 3.2.3
48
- signing_key:
49
+ rubygems_version: 4.0.3
49
50
  specification_version: 4
50
51
  summary: A Ractor wrapper for a non-shareable object.
51
52
  test_files: []