r2corba 1.7.1-x64-mingw-ucrt → 1.7.2-x64-mingw-ucrt

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: 8fa0244f791a9a543ffea815cc69ec833b97f640a36ce65c6f88e179e9e75876
4
- data.tar.gz: 67f4edea23ebca71506bacb63045c8109acdca7fc517613bf662c0396d102e1d
3
+ metadata.gz: b7c1d1999fa2a8eba34b37acae8f9dcb56e68a2256239a77feb28301d50daf0d
4
+ data.tar.gz: a7c072cd8067b43cfa1822429856c24da23f6e1a162f166c4ec91b3e5a1fe1b8
5
5
  SHA512:
6
- metadata.gz: a59f14d1e3135fc1fd353f6d8e393bb17a7e8458e7e1103034b78c848b13a2a22ab1e8f0a85f008c66f7b56fc5b245b6c3e375ea72fd737deaa0d1686ec807b5
7
- data.tar.gz: f4c6278ccc7933778ba2c0134aa1b4f92805ea4db9846112135a57d750c9f3ed4f28c831d58d90d743df3b3837be0e0a3dba8775a717da2fe71cdf728b3fc03c
6
+ metadata.gz: 4d2c0901ec2cd2acea87576c6bc01ba24c406fa2a78783f8e9271816b1ae79549a1cda9c8c149d0f88d9c0394b0fc0f6bbc5911d1b57b7c14adf302c764b8114
7
+ data.tar.gz: 70e81ab595f0605a98d71d1ae33dd672d11157a77d6fdcef1ae9e0dcfb18c07c31d9659c4fffacfefee7f992542d632fcfa3dcdc3e8e5cdef160bc66d3dfc8ee
data/README.rdoc CHANGED
@@ -1,7 +1,7 @@
1
1
  {rdoc-image:https://badge.fury.io/rb/r2corba.svg}[https://rubygems.org/gems/r2corba]
2
2
  {rdoc-image:https://www.codefactor.io/repository/github/remedyit/r2corba/badge}[https://www.codefactor.io/repository/github/remedyit/r2corba]
3
- {rdoc-image:https://github.com/RemedyIT/r2corba/workflows/linux/badge.svg}[https://github.com/RemedyIT/r2corba/actions?query=workflow%3Alinux]
4
- {rdoc-image:https://github.com/RemedyIT/r2corba/workflows/windows/badge.svg}[https://github.com/RemedyIT/r2corba/actions?query=workflow%3Awindows]
3
+ {rdoc-image:https://github.com/RemedyIT/r2corba/actions/workflows/linux.yml/badge.svg}[https://github.com/RemedyIT/r2corba/actions?query=workflow%3Alinux]
4
+ {rdoc-image:https://github.com/RemedyIT/r2corba/actions/workflows/windows.yml/badge.svg}[https://github.com/RemedyIT/r2corba/actions?query=workflow%3Awindows]
5
5
 
6
6
  = R2CORBA
7
7
 
@@ -40,7 +40,7 @@ If you find a bug, please report it at the R2CORBA project's {issue tracker}[htt
40
40
 
41
41
  == License
42
42
 
43
- R2CORBA is Copyright (c) 2007-2023 Remedy IT Expertise BV, The Netherlands.
43
+ R2CORBA is Copyright (c) 2007-2025 Remedy IT Expertise BV, The Netherlands.
44
44
 
45
45
  It is free software, and may be redistributed under the terms specified in the link:LICENSE file.
46
46
 
@@ -13,7 +13,7 @@
13
13
  module R2CORBA
14
14
  R2CORBA_MAJOR = 1
15
15
  R2CORBA_MINOR = 7
16
- R2CORBA_RELEASE = 1
16
+ R2CORBA_RELEASE = 2
17
17
 
18
18
  R2CORBA_VERSION = "#{R2CORBA_MAJOR}.#{R2CORBA_MINOR}.#{R2CORBA_RELEASE}".freeze
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r2corba
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.7.2
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Martin Corino
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-11-01 00:00:00.000000000 Z
12
+ date: 2025-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ridl
@@ -311,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
311
311
  - !ruby/object:Gem::Version
312
312
  version: '0'
313
313
  requirements: []
314
- rubygems_version: 3.3.26
314
+ rubygems_version: 3.3.27
315
315
  signing_key:
316
316
  specification_version: 4
317
317
  summary: CORBA language mapping implementation for Ruby