prosody 0.2.1-arm64-darwin → 0.3.0-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: fa08578d735c6b321cf2e3863db2b088c95cedd59e7d4319b15f0637f28e6c7a
4
- data.tar.gz: 2a5a5161bdf163c7a2312260902e0f4b1192693f932cd31df2e1cbb3da6fc74e
3
+ metadata.gz: f092587809c7ac9417709a70589e1e380b417794d050dd95e9f98380dce25fbb
4
+ data.tar.gz: be568657c6b4d59ee342118baebb3b38d68be0a23ee78738d8b6943489e39a8f
5
5
  SHA512:
6
- metadata.gz: 2b55f8a21288f06ee6916e6d079bca8c7b6e8f21aa5e12584fd4b6a26afb3f2e83fbc3b61e6a4da101e2731aed93f622f0fd42a470c29b341414cbd091c2fbdd
7
- data.tar.gz: fe7bf4c69490549e143983bba8c3dcc30843cec0980927be04d9c7c0a0d788f3c49066af6eafbc4a34dbba68c1d70f274f1c3b4212326bfcf6ad76bfd450d2f1
6
+ metadata.gz: 80ad183e2ddf95a1699f1b5cd6dc98a913b046efb5fdaf3773be7b7d1d7b38c4e8a0a6be95fc4f1010cd9b88826235e6020340f4a85eecc4681a7b062006e832
7
+ data.tar.gz: 3f1d4ce6b0c5359804a9bc368a0d10876be4bd6ad9a79ae566b46ee4525130620d1c7a00d0353876bf54d076f9ddcfde3b6e2ab45bfa844e5d469bbc31b69875
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.1"
2
+ ".": "0.3.0"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.0](https://github.com/prosody-events/prosody-rb/compare/prosody/v0.2.1...prosody/v0.3.0) (2026-05-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * **deps:** upgrade prosody to 0.4.0 ([#24](https://github.com/prosody-events/prosody-rb/issues/24)) ([4531b68](https://github.com/prosody-events/prosody-rb/commit/4531b68eda202cf00ef506bcb77ba4c53906dbce))
9
+
3
10
  ## [0.2.1](https://github.com/prosody-events/prosody-rb/compare/prosody/v0.2.0...prosody/v0.2.1) (2026-05-11)
4
11
 
5
12
 
Binary file
Binary file
Binary file
@@ -6,5 +6,5 @@ module Prosody
6
6
  # This version number follows semantic versioning and is used by the
7
7
  # gem system to identify the library version. It should be updated
8
8
  # according to semver guidelines when making releases.
9
- VERSION = "0.2.1"
9
+ VERSION = "0.3.0"
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prosody
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Joshua Griffith
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-11 00:00:00.000000000 Z
11
+ date: 2026-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.33'
75
+ version: '0.34'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.33'
82
+ version: '0.34'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: sentry-ruby
85
85
  requirement: !ruby/object:Gem::Requirement