r2corba 1.7.1 → 1.7.2

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: 6438dd52f53ac722b2d2b4e73d3dc5ed4a5fcecca3e3136ad861cfb1d8b31325
4
- data.tar.gz: b1e070b75dd2248cdef44b194d7d8cf170be9e7c20626e444203d0dddbfa168f
3
+ metadata.gz: 19304af2ce271b9a75b6f38a0f1f15595d042f9f7f2585ed489cddc81973baff
4
+ data.tar.gz: b9144cc57f3cd32d8c32a7f9a3850947549135d6845fa34a5655c36d95d1fd2e
5
5
  SHA512:
6
- metadata.gz: bc68e17aa413f82c3597e5154f551f6fd5eade52deb9a4b6878ffb60a53ae9de2fb470d7f441a692736f96a338359df2e9cf986ef6bcd43b2ceb09d40e5624f5
7
- data.tar.gz: 93c08f403b6609df24d818c1b72589b6fc203035a4c80ca3fb3b0022ec4ae063f4d57b4293c07e52995abb5d78d87cab802bdc07d2ea3c7f0b4d535543211a2b
6
+ metadata.gz: 7e6376083a67b370ac48dbf6bd22702d82bece535aeef6ee4057015b56b48fea525b9f8dd1da19c2597a4289b2199baddc92e9af91bdf40fd42c5ae7bc50993a
7
+ data.tar.gz: 71f9e49ee42e11484ef0ea819cbb40d81dd4a6393784735caae26e13b03911ba439a016f535130a4b34bc03944b18330d92b5c9e815bf48137d2040d4388ff8f
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,15 +1,15 @@
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: ruby
6
6
  authors:
7
7
  - Martin Corino
8
8
  - Johnny Willemsen
9
- autorequire:
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
@@ -307,7 +307,7 @@ licenses:
307
307
  metadata:
308
308
  bug_tracker_uri: https://github.com/RemedyIT/r2corba/issues
309
309
  source_code_uri: https://github.com/RemedyIT/r2corba
310
- post_install_message:
310
+ post_install_message:
311
311
  rdoc_options:
312
312
  - "--exclude=\\.dll"
313
313
  - "--exclude=\\.so"
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
326
326
  version: '0'
327
327
  requirements: []
328
328
  rubygems_version: 3.1.6
329
- signing_key:
329
+ signing_key:
330
330
  specification_version: 4
331
331
  summary: CORBA language mapping implementation for Ruby
332
332
  test_files: []