y-rb 0.4.4-arm64-darwin → 0.4.5-arm64-darwin

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: 94479f4beaa4c8d615afc8779b856a82827e2a292004dc61e1969da3254c49dc
4
- data.tar.gz: ca5ff6fef5191eeec60177fa22e8d061f87673845c0623ea2b3723238302dcb8
3
+ metadata.gz: 23893c6c58ab460fd08f817923cead44794af41a10843c1e47ad9a1b2f621e9b
4
+ data.tar.gz: cb3c6cdcdefca384dce86ff77624e817f0525508221031afa1e90dcb814bf024
5
5
  SHA512:
6
- metadata.gz: 070a4af377f24372a5d2bff9bc76c161f9dcab63eee71bd32a917868b51255cd7f5c9f16656a4c1f13f37f3b017327dd02e518a4a80cbbd0fb0d63a83ce59f28
7
- data.tar.gz: 49e96cb13a47e59544972f18201089b13939f23a92152b2db02bfe132d99643f067e9a09a5143327270866b034ce0b12178688abedaa1fc4e0d347e1d2d0e8b7
6
+ metadata.gz: a93e8bbef985be218c28f926f49c41847f3685cad6ab747bea3bd3dae342c1ff1ae074a0defcac218c2888c9e32344e77161e71c114bbb8363134d2ee6489411
7
+ data.tar.gz: 88acddbbbc8bf338f18f5dab25edf856ce332286716b4aa04cf4f528767551e9e95785cccf204a35057ea9d86400537eefcc6116ca36be96161610bf873a7b28
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.bundle CHANGED
Binary file
data/lib/3.0/yrb.bundle CHANGED
Binary file
data/lib/3.1/yrb.bundle CHANGED
Binary file
data/lib/3.2/yrb.bundle 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: arm64-darwin
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