r2corba 1.7.1-x64-mingw32 → 1.7.2-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: a8ac65a03ada1c9c3e91f79e9add0ce39304dcdc5c940c52e4d80da45e933d7e
4
- data.tar.gz: 5f9c26994ba75f88b2680bd50318ca7f3e39a378a1579040884e15e6aa5905a8
3
+ metadata.gz: a02cc7f309a16251764b827cc8aad3c501a856751fdb3c3cae1d9905f9058e0b
4
+ data.tar.gz: b81c6a1706688a761eebcdcdfeef694d57774e2da7395f49c285c06add092f99
5
5
  SHA512:
6
- metadata.gz: 5b8be16fe00fd12a0c8d08cacb085bd365e073bac3ad717a07e43f7ef4185a3eb4aed14926b22916d3c65495ee0f62f6c0afa7e1bb4cbe448cee4c53d636ba49
7
- data.tar.gz: 9da5e59874ae1e246cab73aaf317ce15c7ea3e8bc1df7fdf9a5cd1989ff4e7efd57615b5a5ebe64cc997c5d4ed14dcde9430db41be1891c6f1ea35aa75d42c23
6
+ metadata.gz: 4e54558f87d7bf47a9e8979cd1f333c6c83c888a1791e3f93e05b1ff1edc52b3d7a52ecf8c57b2b6d30fe631a3be9bd313eaf98c4cf33b406c13b116da0404ba
7
+ data.tar.gz: 979d744e0d8e41b6497d3d20e261c32d4841720c2ccf49ca364e609c79105e56ad1bb510b3ec33e99dbc0f9f3e9d07818dd42a982597dc5d8a0796d8be5bae2a
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-mingw32
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.0.3.1
314
+ rubygems_version: 3.2.33
315
315
  signing_key:
316
316
  specification_version: 4
317
317
  summary: CORBA language mapping implementation for Ruby