alexandria-zoom 0.6.1 → 0.6.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/CHANGELOG.md +8 -0
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f33f93e1208ab8ccdd0aa3c9c736d439bce5160ff465700a91fb0118e9dfa9f4
|
|
4
|
+
data.tar.gz: c5e71b53a21661ca87a52e87b8c89978cfd0aad96b47f1b92cafcee3eade606f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2d53a67012b7520680ce5a83471c4b60b8b2ab7376bef25a5f4d20c6560ee5184f6da7205de0f3867b1859f6726f1a998af89c9642b76778634ee3383d22950
|
|
7
|
+
data.tar.gz: a40e7da797d0d96529ffe11085dbabc22955e5584a1cb1829424bd5ca6081f2533c683e59e87dcbc9c83fd79a2577a4db0a58cc38566cb3ccb2cbb2d7c477864
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.2 / 2026-05-09
|
|
4
|
+
|
|
5
|
+
* Support Ruby 3.2 through 4.0, dropping support for Ruby 3.1
|
|
6
|
+
([#15] and [#20] by [mvz])
|
|
7
|
+
|
|
8
|
+
[#15]: https://github.com/mvz/alexandria-zoom/pull/15
|
|
9
|
+
[#20]: https://github.com/mvz/alexandria-zoom/pull/20
|
|
10
|
+
|
|
3
11
|
## 0.6.1 / 2025-03-21
|
|
4
12
|
|
|
5
13
|
* Support Ruby 3.1 through 3.4 ([#6] and [#8] by [mvz])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matijs van Zuijlen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
- Ed Summers
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pkg-config
|
|
@@ -67,6 +67,20 @@ dependencies:
|
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: 0.2.0
|
|
70
|
+
- !ruby/object:Gem::Dependency
|
|
71
|
+
name: rdoc
|
|
72
|
+
requirement: !ruby/object:Gem::Requirement
|
|
73
|
+
requirements:
|
|
74
|
+
- - "~>"
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
version: '7.0'
|
|
77
|
+
type: :development
|
|
78
|
+
prerelease: false
|
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
80
|
+
requirements:
|
|
81
|
+
- - "~>"
|
|
82
|
+
- !ruby/object:Gem::Version
|
|
83
|
+
version: '7.0'
|
|
70
84
|
- !ruby/object:Gem::Dependency
|
|
71
85
|
name: rubocop
|
|
72
86
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -135,14 +149,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
135
149
|
requirements:
|
|
136
150
|
- - ">="
|
|
137
151
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 3.
|
|
152
|
+
version: 3.2.0
|
|
139
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
154
|
requirements:
|
|
141
155
|
- - ">="
|
|
142
156
|
- !ruby/object:Gem::Version
|
|
143
157
|
version: '0'
|
|
144
158
|
requirements: []
|
|
145
|
-
rubygems_version:
|
|
159
|
+
rubygems_version: 4.0.11
|
|
146
160
|
specification_version: 4
|
|
147
161
|
summary: Ruby bindings for the Z39.50 Object-Orientation Model (ZOOM)
|
|
148
162
|
test_files: []
|