ractor-shim 0.0.1 → 0.1.1

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-shim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Daloze
@@ -19,7 +19,13 @@ files:
19
19
  - README.md
20
20
  - Rakefile
21
21
  - lib/ractor/shim.rb
22
- - lib/ractor/shim/version.rb
22
+ - test/methods/Ractor.singleton_class.txt
23
+ - test/methods/Ractor.txt
24
+ - test/methods/Ractor::Port.singleton_class.txt
25
+ - test/methods/Ractor::Port.txt
26
+ - test/ractor_methods_test.rb
27
+ - test/run_tests.rb
28
+ - test/test_ractor.rb
23
29
  homepage: https://github.com/eregon/ractor-shim
24
30
  licenses:
25
31
  - MIT
@@ -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