alexandria-zoom 0.6.0 → 0.6.1
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/CHANGELOG.md +33 -0
- data/{ChangeLog → ChangeLog.old} +0 -7
- metadata +19 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecac1f3ca33695640c4a4ae4f1a7197e76ca6683b4bd82b1222daff4648f1b35
|
4
|
+
data.tar.gz: f2efbf84f79fc51e58f674ef97fad7405e66e5c929f689d86016a2eda55103e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 077311aae3479631cc3c56f9a4c6dc3d2578d4171064c52c6ac2ec1a9113e497aa1d3cfe52e1290b3f9cc6877909fa4a5574294b5dfc0f1d46400068692c4505
|
7
|
+
data.tar.gz: 23d55d5c53eeacd169aa0ed88400d91187ffdbda75c5e9f3ad4a3087e4fe0bf09d7855d1d69e5b3f72b44b520bf4baa0b44a603db289801add445332faf05b08
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,33 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## 0.6.1 / 2025-03-21
|
4
|
+
|
5
|
+
* Support Ruby 3.1 through 3.4 ([#6] and [#8] by [mvz])
|
6
|
+
* Update pkg-config to version 1.6.0 ([#9] by [mvz])
|
7
|
+
* Replace deprecated license code in the gemspec ([#10] by [mvz])
|
8
|
+
|
9
|
+
[#6]: https://github.com/mvz/alexandria-zoom/pull/6
|
10
|
+
[#8]: https://github.com/mvz/alexandria-zoom/pull/8
|
11
|
+
[#9]: https://github.com/mvz/alexandria-zoom/pull/9
|
12
|
+
[#10]: https://github.com/mvz/alexandria-zoom/pull/10
|
13
|
+
|
14
|
+
## 0.6.0 / 2023-04-28
|
15
|
+
|
16
|
+
* Use pkg-config instead of yaz-config to get compiler and linker flags for YAZ
|
17
|
+
([e5749f54] by [mvz])
|
18
|
+
* Update gem infrastructure ([75bb5736] by [mvz])
|
19
|
+
* Create forked gem 'alexandria-zoom' ([#1] by [mvz])
|
20
|
+
* Support Ruby 2.7 through 3.2 ([#1] by [mvz])
|
21
|
+
* Use rake-compiler to compile extension ([#3] by [mvz])
|
22
|
+
* Silence warnings regarding allocator functions for `T_DATA` classes on Ruby 3.2
|
23
|
+
([#4] by [mvz])
|
24
|
+
|
25
|
+
[mvz]: https://github.com/mvz
|
26
|
+
|
27
|
+
[e5749f54]: https://github.com/mvz/alexandria-zoom/commit/e5749f54df0761555692d11ba81515278fb139d6
|
28
|
+
[75bb5736]: https://github.com/mvz/alexandria-zoom/commit/75bb573633f16c35cd2ea31607d3813aa41efcc3
|
29
|
+
[#1]: https://github.com/mvz/alexandria-zoom/pull/1
|
30
|
+
[#3]: https://github.com/mvz/alexandria-zoom/pull/3
|
31
|
+
[#4]: https://github.com/mvz/alexandria-zoom/pull/4
|
32
|
+
|
33
|
+
Note: For the changelog of the original 'zoom' gem, see ChangeLog.old
|
data/{ChangeLog → ChangeLog.old}
RENAMED
@@ -1,10 +1,3 @@
|
|
1
|
-
v0.6.0 Fri Apr 28 21:56:11 CEST 2023
|
2
|
-
- Support Ruby 2.7 through 3.2
|
3
|
-
- Use pkg-config instead of yaz-config to get compiler and linker flags for YAZ
|
4
|
-
- Created forked gem 'alexandria-zoom'
|
5
|
-
- Update gem infrastructure
|
6
|
-
- Silence warnings regarding allocator functions for T_DATA classes on Ruby 3.2
|
7
|
-
|
8
1
|
v0.5.0 Sat Aug 15 11:39:00 EST 2015
|
9
2
|
- Added support for Ruby 1.9.2.
|
10
3
|
- Gemspec and build tooling improvements.
|
metadata
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alexandria-zoom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matijs van Zuijlen
|
8
8
|
- Laurent Sansonetti
|
9
9
|
- Ed Summers
|
10
|
-
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 2025-03-21 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: pkg-config
|
@@ -18,14 +17,14 @@ dependencies:
|
|
18
17
|
requirements:
|
19
18
|
- - "~>"
|
20
19
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.
|
20
|
+
version: 1.6.0
|
22
21
|
type: :runtime
|
23
22
|
prerelease: false
|
24
23
|
version_requirements: !ruby/object:Gem::Requirement
|
25
24
|
requirements:
|
26
25
|
- - "~>"
|
27
26
|
- !ruby/object:Gem::Version
|
28
|
-
version: 1.
|
27
|
+
version: 1.6.0
|
29
28
|
- !ruby/object:Gem::Dependency
|
30
29
|
name: rake
|
31
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -74,14 +73,14 @@ dependencies:
|
|
74
73
|
requirements:
|
75
74
|
- - "~>"
|
76
75
|
- !ruby/object:Gem::Version
|
77
|
-
version: '1.
|
76
|
+
version: '1.51'
|
78
77
|
type: :development
|
79
78
|
prerelease: false
|
80
79
|
version_requirements: !ruby/object:Gem::Requirement
|
81
80
|
requirements:
|
82
81
|
- - "~>"
|
83
82
|
- !ruby/object:Gem::Version
|
84
|
-
version: '1.
|
83
|
+
version: '1.51'
|
85
84
|
- !ruby/object:Gem::Dependency
|
86
85
|
name: test-unit
|
87
86
|
requirement: !ruby/object:Gem::Requirement
|
@@ -96,14 +95,20 @@ dependencies:
|
|
96
95
|
- - "~>"
|
97
96
|
- !ruby/object:Gem::Version
|
98
97
|
version: '3.3'
|
99
|
-
description:
|
98
|
+
description: |
|
99
|
+
Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model
|
100
|
+
(ZOOM), an abstract object-oriented programming interface to a subset of
|
101
|
+
the services specified by the Z39.50 standard, also known as the
|
102
|
+
international standard ISO 23950.
|
100
103
|
email:
|
104
|
+
- matijs@matijs.net
|
101
105
|
executables: []
|
102
106
|
extensions:
|
103
107
|
- ext/zoom/extconf.rb
|
104
108
|
extra_rdoc_files: []
|
105
109
|
files:
|
106
|
-
-
|
110
|
+
- CHANGELOG.md
|
111
|
+
- ChangeLog.old
|
107
112
|
- LICENSE
|
108
113
|
- README.md
|
109
114
|
- ext/zoom/extconf.rb
|
@@ -119,10 +124,10 @@ files:
|
|
119
124
|
- sample/needle.rb
|
120
125
|
homepage: https://github.com/mvz/alexandria-zoom
|
121
126
|
licenses:
|
122
|
-
- LGPL-2.1
|
127
|
+
- LGPL-2.1-or-later
|
123
128
|
metadata:
|
129
|
+
homepage_uri: https://github.com/mvz/alexandria-zoom
|
124
130
|
rubygems_mfa_required: 'true'
|
125
|
-
post_install_message:
|
126
131
|
rdoc_options: []
|
127
132
|
require_paths:
|
128
133
|
- lib
|
@@ -130,17 +135,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
135
|
requirements:
|
131
136
|
- - ">="
|
132
137
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
138
|
+
version: 3.1.0
|
134
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
140
|
requirements:
|
136
141
|
- - ">="
|
137
142
|
- !ruby/object:Gem::Version
|
138
143
|
version: '0'
|
139
144
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
141
|
-
signing_key:
|
145
|
+
rubygems_version: 3.6.2
|
142
146
|
specification_version: 4
|
143
|
-
summary: Ruby
|
144
|
-
(ZOOM), an abstract object-oriented programming interface to a subset of the services
|
145
|
-
specified by the Z39.50 standard, also known as the international standard ISO 23950.
|
147
|
+
summary: Ruby bindings for the Z39.50 Object-Orientation Model (ZOOM)
|
146
148
|
test_files: []
|