ori-rb 0.4 → 0.4.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ori/version.rb +1 -1
  3. data/mise.toml +1 -1
  4. metadata +5 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47a1dea9f17b477436372cac90626ab10885a35116474b3e83edbf448af359f6
4
- data.tar.gz: 652a3eaf18ac42ad31914d68cf70f0495bb17bb27e925d01169e607ea9e6526c
3
+ metadata.gz: cf224a1d5d0199cc58e2a4949a29f86ee513fcedb3abebd505c493c3e9287768
4
+ data.tar.gz: 9c2ff8e9fb423ee3e541397ca67172d7940d9f8025ae8c4c1b90b92cf988fd13
5
5
  SHA512:
6
- metadata.gz: 2ab76d413f0b280abdc43a5d2cabc0723b42e034ddcff07c1eeaa81fffb4299b0ff7c84116c7d3bd2f922f973a2764b94ce875d49ae6b5fe5f0ea1d08704c6d6
7
- data.tar.gz: 935da20da1fdacb76f2c9df5c94b87b86dafdd737c50b3927da35d03c2415dbf75f433863bd13eab783b05af74cf97a8b6710d2e8069b108b04841aee3abf9de
6
+ metadata.gz: 69ffdacdf5521d68c5106110ee13a69bc86c06a4aed4f461dd1e7c3809580873c5400ea5029ad03bca22504016463f4933a1ce229a27631c5a455ffc6b7bba83
7
+ data.tar.gz: 5fa8eeadf0a5948e85df6cfd2e1fd705ce3a87647856c08bc20dade18722e93d5a03a142b291f8184081a3a30b18e4891d3ae7961737e7d72c87b5e13330b8ad
data/lib/ori/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # typed: strict
2
2
 
3
3
  module Ori
4
- VERSION = "0.4"
4
+ VERSION = "0.4.2"
5
5
  end
data/mise.toml CHANGED
@@ -33,7 +33,7 @@ bin/spoom srb bump --from true --to strict
33
33
 
34
34
  [tasks.'gem:build']
35
35
  description = "Build the gem"
36
- run = "gem build && mkdir -p pkg && mv ori-rb-* pkg/"
36
+ run = "gem build && mkdir -p pkg && rm -f pkg/* && mv ori-rb-* pkg/"
37
37
 
38
38
  [tasks.'gem:publish']
39
39
  description = "Publish the gem"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ori-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jahfer Husain
@@ -23,20 +23,6 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '2.7'
26
- - !ruby/object:Gem::Dependency
27
- name: sorbet
28
- requirement: !ruby/object:Gem::Requirement
29
- requirements:
30
- - - "~>"
31
- - !ruby/object:Gem::Version
32
- version: 0.6.12645
33
- type: :runtime
34
- prerelease: false
35
- version_requirements: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: 0.6.12645
40
26
  - !ruby/object:Gem::Dependency
41
27
  name: zeitwerk
42
28
  requirement: !ruby/object:Gem::Requirement
@@ -53,7 +39,10 @@ dependencies:
53
39
  version: 2.7.1
54
40
  description: Ori is a library for Ruby that provides a robust set of primitives for
55
41
  building concurrent applications. The name comes from the Japanese word 折り "ori"
56
- meaning "fold", reflecting how concurrent operations interleave.
42
+ meaning "fold", reflecting how concurrent operations interleave. Ori provides a
43
+ set of primitives that allow you to build concurrent applications—that is, applications
44
+ that interleave execution within a single thread—without blocking the entire Ruby
45
+ interpreter for each task.
57
46
  email:
58
47
  - echo@jahfer.com
59
48
  executables: []