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 +4 -4
- data/README.rdoc +3 -3
- data/lib/corba/common/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19304af2ce271b9a75b6f38a0f1f15595d042f9f7f2585ed489cddc81973baff
|
4
|
+
data.tar.gz: b9144cc57f3cd32d8c32a7f9a3850947549135d6845fa34a5655c36d95d1fd2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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
|
|
data/lib/corba/common/version.rb
CHANGED
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.
|
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:
|
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: []
|