ractor-wrapper 0.3.0 → 0.5.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ractor-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -19,6 +19,8 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".yardopts"
21
21
  - CHANGELOG.md
22
+ - CLAUDE.md
23
+ - DESIGN.md
22
24
  - LICENSE.md
23
25
  - README.md
24
26
  - lib/ractor-wrapper.rb
@@ -29,8 +31,8 @@ licenses:
29
31
  - MIT
30
32
  metadata:
31
33
  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
+ changelog_uri: https://rubydoc.info/gems/ractor-wrapper/0.5.0/file/CHANGELOG.md
35
+ documentation_uri: https://rubydoc.info/gems/ractor-wrapper/0.5.0
34
36
  homepage_uri: https://github.com/dazuma/ractor-wrapper
35
37
  rdoc_options: []
36
38
  require_paths:
@@ -46,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
48
  - !ruby/object:Gem::Version
47
49
  version: '0'
48
50
  requirements: []
49
- rubygems_version: 4.0.3
51
+ rubygems_version: 4.0.6
50
52
  specification_version: 4
51
53
  summary: A Ractor wrapper for a non-shareable object.
52
54
  test_files: []