nl-linux 0.2.0

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.
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nl-linux
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Kasumi Hanazuki
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: nl
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - '='
17
+ - !ruby/object:Gem::Version
18
+ version: 0.2.0
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - '='
24
+ - !ruby/object:Gem::Version
25
+ version: 0.2.0
26
+ - !ruby/object:Gem::Dependency
27
+ name: ynl
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '='
31
+ - !ruby/object:Gem::Version
32
+ version: 0.2.0
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '='
38
+ - !ruby/object:Gem::Version
39
+ version: 0.2.0
40
+ description: Linux Netlink client
41
+ email:
42
+ - kasumi@rollingapple.net
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - CHANGELOG.md
48
+ - NLSPEC_VERSION
49
+ - README.md
50
+ - Rakefile
51
+ - lib/nl-linux.rb
52
+ - lib/nl/linux.rb
53
+ - lib/nl/linux/version.rb
54
+ - linux/BSD-3-Clause
55
+ - linux/GPL-2.0
56
+ - linux/Linux-syscall-note
57
+ - linux/binder.yaml
58
+ - linux/conntrack.yaml
59
+ - linux/dev-energymodel.yaml
60
+ - linux/devlink.yaml
61
+ - linux/dpll.yaml
62
+ - linux/ethtool.yaml
63
+ - linux/fou.yaml
64
+ - linux/handshake.yaml
65
+ - linux/lockd.yaml
66
+ - linux/mptcp_pm.yaml
67
+ - linux/net_shaper.yaml
68
+ - linux/netdev.yaml
69
+ - linux/nfsd.yaml
70
+ - linux/nftables.yaml
71
+ - linux/nl80211.yaml
72
+ - linux/nlctrl.yaml
73
+ - linux/ovpn.yaml
74
+ - linux/ovs_datapath.yaml
75
+ - linux/ovs_flow.yaml
76
+ - linux/ovs_vport.yaml
77
+ - linux/psp.yaml
78
+ - linux/rt-addr.yaml
79
+ - linux/rt-link.yaml
80
+ - linux/rt-neigh.yaml
81
+ - linux/rt-route.yaml
82
+ - linux/rt-rule.yaml
83
+ - linux/tc.yaml
84
+ - linux/tcp_metrics.yaml
85
+ - linux/team.yaml
86
+ - linux/wireguard.yaml
87
+ homepage: https://github.com/hanazuki/nl
88
+ licenses:
89
+ - "(GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause"
90
+ metadata:
91
+ homepage_uri: https://github.com/hanazuki/nl
92
+ source_code_uri: https://github.com/hanazuki/nl/tree/v0.2.0
93
+ changelog_uri: https://github.com/hanazuki/nl/blob/master/CHANGELOG.md
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ - generated
98
+ required_ruby_version: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '3.1'
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - ">="
106
+ - !ruby/object:Gem::Version
107
+ version: '0'
108
+ requirements: []
109
+ rubygems_version: 4.0.3
110
+ specification_version: 4
111
+ summary: Linux Netlink client
112
+ test_files: []