nl-linux 0.4.1 → 0.4.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 +2 -0
- data/lib/nl/linux/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c86058454f68f19bf605cc899e42ac51326abacffd0ea8ce6d652c5206c9b398
|
|
4
|
+
data.tar.gz: b0df7234aeecc3d8d467025fbf3f27c949716d4639f0a97da409cee9d34c15ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00bb48de824d71e48c12b02c5cb25aa82fc8c20ddcdef099016293c5296122825f9c4255da10004b80f9f8225f7ad1cbdd1c5733b6713bfa17dd1e27762d1b81
|
|
7
|
+
data.tar.gz: e48ae08855717a9af0fea12a418d2eb69ee73cc8c9239c55a57b41da642552e47ded00655b3bf708bd652f4cbd29383664c99e1c85fb7e11958e1b4efc30f5b1
|
data/CHANGELOG.md
CHANGED
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.4.
|
|
4
|
+
version: 0.4.2
|
|
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.4.
|
|
18
|
+
version: 0.4.2
|
|
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.4.
|
|
25
|
+
version: 0.4.2
|
|
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.4.
|
|
32
|
+
version: 0.4.2
|
|
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.4.
|
|
39
|
+
version: 0.4.2
|
|
40
40
|
description: nl-linux is a collection of Netlink clients for Linux kernel APIs, generated
|
|
41
41
|
from the kernel's YAML specifications (YNL).
|
|
42
42
|
email:
|
|
@@ -166,7 +166,7 @@ licenses:
|
|
|
166
166
|
- "(GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause"
|
|
167
167
|
metadata:
|
|
168
168
|
homepage_uri: https://github.com/hanazuki/nl
|
|
169
|
-
source_code_uri: https://github.com/hanazuki/nl/tree/v0.4.
|
|
169
|
+
source_code_uri: https://github.com/hanazuki/nl/tree/v0.4.2
|
|
170
170
|
changelog_uri: https://github.com/hanazuki/nl/blob/master/CHANGELOG.md
|
|
171
171
|
rdoc_options: []
|
|
172
172
|
require_paths:
|