r2corba 1.7.1-universal-java → 1.7.2-universal-java

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: bdeaabab1fd3b542abecdb5481f56012a4817af88022293a8cc7684c4f90562f
4
- data.tar.gz: 2d8024131d94b739c28ce52e372e38d05fe1f92449eeff8e60c232579f8cd548
3
+ metadata.gz: 62a905648c4b62cf68030d3f16c14761bfbf9c5e31f1fde948d7e24cbdf76200
4
+ data.tar.gz: af771212528a8f4061148f49a2681ad09885c39adead3763835bc14f503c225f
5
5
  SHA512:
6
- metadata.gz: e2309ceb2b6bff0160550ce46f88107d567255654c190a900e455ae0b0781eda015fea3aecad4a386fe6a2b685b219a2d372f498185fcf01246a6311e035d261
7
- data.tar.gz: 29097fe46fd287b2e41651c43ea94091e3d1107e8c28ea4f2b4fb3d7c369cf4e8d90c9e9fe9d257f93fbdc3dca31030d149483017c5988e8a9228b2069cd4cfa
6
+ metadata.gz: 4518b72add6a2ecdc1a5c86bb3c311951c30b0f8d321c76512a446fb57d33ca041167ec42e0659b2613c9df8d437c3a7f14abf0dcb3a40c1777f04cc0ba97ae1
7
+ data.tar.gz: d5d260ca9b9db63b092b5121a72d06d5189ac073ad89838aadaf1322b5cb5b120714963ac4d6909b18d383ae6209f5e7188bec247f257ccbd1cbbbfb6264c63a
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
Binary file
metadata CHANGED
@@ -1,39 +1,38 @@
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: universal-java
6
6
  authors:
7
7
  - Martin Corino
8
8
  - Johnny Willemsen
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2023-11-01 00:00:00.000000000 Z
11
+ date: 2025-09-11 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
14
+ name: ridl
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '2.8'
20
- name: ridl
21
- prerelease: false
22
20
  type: :runtime
21
+ prerelease: false
23
22
  version_requirements: !ruby/object:Gem::Requirement
24
23
  requirements:
25
24
  - - "~>"
26
25
  - !ruby/object:Gem::Version
27
26
  version: '2.8'
28
27
  - !ruby/object:Gem::Dependency
28
+ name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 12.3.3
34
- name: rake
35
- prerelease: false
36
34
  type: :runtime
35
+ prerelease: false
37
36
  version_requirements: !ruby/object:Gem::Requirement
38
37
  requirements:
39
38
  - - ">="
@@ -287,7 +286,6 @@ licenses:
287
286
  metadata:
288
287
  bug_tracker_uri: https://github.com/RemedyIT/r2corba/issues
289
288
  source_code_uri: https://github.com/RemedyIT/r2corba
290
- post_install_message:
291
289
  rdoc_options:
292
290
  - "--exclude=\\.dll"
293
291
  - "--exclude=\\.so"
@@ -305,8 +303,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
303
  - !ruby/object:Gem::Version
306
304
  version: '0'
307
305
  requirements: []
308
- rubygems_version: 3.3.26
309
- signing_key:
306
+ rubygems_version: 3.6.3
310
307
  specification_version: 4
311
308
  summary: CORBA language mapping implementation for Ruby
312
309
  test_files: []