nl-linux 0.2.3.pre9 → 0.2.3
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 +1 -15
- data/lib/nl/linux/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e04fc64dd23df85e78235ce44d0f7a006fb14e941f57b6d162d16dc0569e549b
|
|
4
|
+
data.tar.gz: 752002f289ba5208f7191561da6381cab42b018d45a14596fb15ff8b390de8ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cffed3184f4287fa62bbd19bfce39e6b145e7a98fef5649f994dfb3c2add8b69a1c510f9978e54ccb4124ddf40ec4abee9417abe83e9c2e0671748392209451
|
|
7
|
+
data.tar.gz: f092d22db6d36fa94d16142eae0606ea2630c274be640e94c62ffd7affae2faebabee4db600a7fa40d7111bb832d2e00ca60f6ae6a2b2d05708fc26c9762a7b2
|
data/CHANGELOG.md
CHANGED
|
@@ -2,21 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
-
## v0.2.3
|
|
6
|
-
|
|
7
|
-
## v0.2.3.pre8 (2026-03-06)
|
|
8
|
-
|
|
9
|
-
## v0.2.3.pre7 (2026-03-06)
|
|
10
|
-
|
|
11
|
-
## v0.2.3.pre6 (2026-03-06)
|
|
12
|
-
|
|
13
|
-
## v0.2.3.pre5 (2026-03-06)
|
|
14
|
-
|
|
15
|
-
## v0.2.3.pre4 (2026-03-06)
|
|
16
|
-
|
|
17
|
-
## v0.2.3.pre3 (2026-03-06)
|
|
18
|
-
|
|
19
|
-
## v0.2.3.pre2 (2026-03-06)
|
|
5
|
+
## v0.2.3 (2026-03-24)
|
|
20
6
|
|
|
21
7
|
## v0.2.2 (2026-03-02)
|
|
22
8
|
|
data/lib/nl/linux/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nl-linux
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.3
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kasumi Hanazuki
|
|
@@ -15,28 +15,28 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.2.3
|
|
18
|
+
version: 0.2.3
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.2.3
|
|
25
|
+
version: 0.2.3
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: ynl
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.2.3
|
|
32
|
+
version: 0.2.3
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.2.3
|
|
39
|
+
version: 0.2.3
|
|
40
40
|
description: Linux Netlink client
|
|
41
41
|
email:
|
|
42
42
|
- kasumi@rollingapple.net
|
|
@@ -119,7 +119,7 @@ licenses:
|
|
|
119
119
|
- "(GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause"
|
|
120
120
|
metadata:
|
|
121
121
|
homepage_uri: https://github.com/hanazuki/nl
|
|
122
|
-
source_code_uri: https://github.com/hanazuki/nl/tree/v0.2.3
|
|
122
|
+
source_code_uri: https://github.com/hanazuki/nl/tree/v0.2.3
|
|
123
123
|
changelog_uri: https://github.com/hanazuki/nl/blob/master/CHANGELOG.md
|
|
124
124
|
rdoc_options: []
|
|
125
125
|
require_paths:
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
|
-
rubygems_version: 4.0.
|
|
139
|
+
rubygems_version: 4.0.6
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: Linux Netlink client
|
|
142
142
|
test_files: []
|