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