y-rb 0.4.4-x86_64-linux → 0.4.5-x86_64-linux

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ebf18fc5902f1b8e0fe5d5c4e85c29c4c1b09d9f1ff2116ad06943857904d01
4
- data.tar.gz: e465d7c4c62e1171baa8f47e13f484f983623927e406cb7505c03624af20eabb
3
+ metadata.gz: 5b428a98773d68ad6434b3665b6f6b3b42249276e9fc41468b015f3b7b7fd059
4
+ data.tar.gz: 2068cb88b178f3b7f552e15bc1d2a1af6621b840bba1e0a91732c9c62f7379aa
5
5
  SHA512:
6
- metadata.gz: a7eaaaf8ee2bb6c5faae8e07742c459fdbd92f321bfa4076cba5cc479f3a0e0d53620c9c2c57f922d783723d430c983213bf44206438ba6dc17b6859c2a27737
7
- data.tar.gz: a89cca84db136ebdf64e4492d64bfe5dc3ae23efbc604ef102610474c3b80031cf2adf87eaa138bf4df4299fd63edbfcff79da69c8a463033a62f290f5ae8fac
6
+ metadata.gz: e232b6b76052a5a1b51d4cd3024b572dd3d1f108994a798f2f7fb15dc21663c78160188f8a9821c94d22ba263e35df959d0715baba87cabda8111bf1df479da2
7
+ data.tar.gz: 9cd2d47a41483c3772b49aa9573ca346f11b9311447310c16693f559bd3593ecda807f9bf266ddc50802495b08c56e3a27ad0f3e82327b546645daa1e534453e
data/ext/yrb/Cargo.toml CHANGED
@@ -1,16 +1,16 @@
1
1
  [package]
2
2
  name = "yrb"
3
- version = "0.4.4"
3
+ version = "0.4.5"
4
4
  authors = ["Hannes Moser <box@hannesmoser.at>", "Hannes Moser <hmoser@gitlab.com>"]
5
5
  edition = "2021"
6
6
  homepage = "https://github.com/y-crdt/yrb"
7
7
  repository = "https://github.com/y-crdt/yrb"
8
8
 
9
9
  [dependencies]
10
- lib0 = "0.16.0" # must match yrs version
10
+ lib0 = "0.16.1" # must match yrs version
11
11
  magnus = { git = "https://github.com/matsadler/magnus", rev = "ab982c3643421b38f3293f1fe014aa373abfd6dc" }
12
12
  thiserror = "1.0.38"
13
- yrs = "0.16.0"
13
+ yrs = "0.16.1"
14
14
 
15
15
  [dev-dependencies]
16
16
  magnus = { git = "https://github.com/matsadler/magnus", rev = "ab982c3643421b38f3293f1fe014aa373abfd6dc", features = ["embed"] }
data/lib/2.7/yrb.so CHANGED
Binary file
data/lib/3.0/yrb.so CHANGED
Binary file
data/lib/3.1/yrb.so CHANGED
Binary file
data/lib/3.2/yrb.so CHANGED
Binary file
data/lib/y/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Y
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: y-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Hannes Moser
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake