ractor-wrapper 0.2.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.2.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-08 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: []
@@ -30,11 +29,9 @@ licenses:
30
29
  - MIT
31
30
  metadata:
32
31
  bug_tracker_uri: https://github.com/dazuma/ractor-wrapper/issues
33
- changelog_uri: https://rubydoc.info/gems/ractor-wrapper/0.2.0/file/CHANGELOG.md
34
- documentation_uri: https://rubydoc.info/gems/ractor-wrapper/0.2.0
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
35
34
  homepage_uri: https://github.com/dazuma/ractor-wrapper
36
- source_code_uri: https://github.com/dazuma/ractor-wrapper
37
- post_install_message:
38
35
  rdoc_options: []
39
36
  require_paths:
40
37
  - lib
@@ -42,15 +39,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
39
  requirements:
43
40
  - - ">="
44
41
  - !ruby/object:Gem::Version
45
- version: '3.0'
42
+ version: '4.0'
46
43
  required_rubygems_version: !ruby/object:Gem::Requirement
47
44
  requirements:
48
45
  - - ">="
49
46
  - !ruby/object:Gem::Version
50
47
  version: '0'
51
48
  requirements: []
52
- rubygems_version: 3.2.3
53
- signing_key:
49
+ rubygems_version: 4.0.3
54
50
  specification_version: 4
55
51
  summary: A Ractor wrapper for a non-shareable object.
56
52
  test_files: []