y-rb 0.4.4-x64-mingw32 → 0.4.5-x64-mingw32

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: 3456d0df52d7fd7c5851ca55915c56964eadf85e31aee8fef271c53a7db8570e
4
- data.tar.gz: 6ad5db222c42c55229efd7775a1f07c25b39469d4383deb5247161929af10a2b
3
+ metadata.gz: 9858a5ea5021495cba8b0bec1ac50e076d7b0613bebb8c1f2abf6af22fb7eb08
4
+ data.tar.gz: e5358dd61a5fd6887d825bc922b4608fc5ff913735da82ce1545e1212087fa6e
5
5
  SHA512:
6
- metadata.gz: 7809a6c1f6f1b963c91103387f29e33e7164c32482753366b3fb9c16fbd36b669827d02a76d3193274eb9d36f3ae8b528457ec25cc32ccae0839f3d69e1f06c6
7
- data.tar.gz: 53d07b1b9fea66fe2758fd134fcc36830c83ae7248aaf2dba5e96977eb9cb2f34d3f2993fa36176591554fb468af517d1c8ad948d19c28c54a126ea2d4bbd01e
6
+ metadata.gz: 3034b7115da3822da4bc2d63d4d869fe415a000ae2f41edd063485061639f08e8bd58cf87bbea6b1ce7518ee1d0e92fc02ab60136a352d7508f659f269a2a137
7
+ data.tar.gz: 9ce00cf0cc91d475a294b3848e5b6117a4c8463a1d18db467bded18b2c23378818814528e12e38a621245e69ff45c288c33228de12fafcb4ccf443dfacd24ea7
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/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: x64-mingw32
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