specinfra 2.94.2 → 2.95.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1817dff6f6832b44ea8838f17c627eb5b3f462df4a6bc43e0e400ced8e18cf16
4
- data.tar.gz: 20f3cc0b66a4bb361d4e757ea5e362c4e9798bc62163ef3e681b7edfb3ea8580
3
+ metadata.gz: 3b7b2431e5832d9f4ef8060353d52757481c2d9b1f18a224f99bed0530524013
4
+ data.tar.gz: f632e315689c3bb84bbdd6a24eb571430c11613b1cdddfac0f3a5a12ccb8bff8
5
5
  SHA512:
6
- metadata.gz: 0c3514ba578fae6abee044ce1c564394127fc955db79ea9ebe98ecfc8585398db2c77abe5a46ed2100b1cd54c71aa0817a5ebe862c6e5372bfe286280b0ad911
7
- data.tar.gz: 6d80b2a11d8ae1f4f8a90356bc4173fddf56bdab251299b8debdc13022ce6415376c681c78bc8694754c86f8fcdad3f5782d1ab30ee317fdc6cb12f9464b80b2
6
+ metadata.gz: a7d54b6a6affe71ad21753a52a72d5ccd814b78b7b9f3a0d7e6aa0ab3a8fad47b30ab2c50c48ed1afbdafbd0cedee4eaec2b45db95eedc2c486ea98b7490c51e
7
+ data.tar.gz: 0723dfd793dfc5c566924d29736eccbb46409d97585496e2fe41e376f9dce1862ceb5d14bb5f09c8aa9e0ba5e4d74306cbf29b6bb7238381cb7eb5852407e631
@@ -0,0 +1,2 @@
1
+ class Specinfra::Command::Kali::Base < Specinfra::Command::Debian::Base
2
+ end
@@ -0,0 +1 @@
1
+ class Specinfra::Command::Kali; end
@@ -206,6 +206,10 @@ require 'specinfra/command/debian/v8/port'
206
206
  require 'specinfra/command/devuan'
207
207
  require 'specinfra/command/devuan/base'
208
208
 
209
+ # Kali Linux (inherit Debian)
210
+ require 'specinfra/command/kali'
211
+ require 'specinfra/command/kali/base'
212
+
209
213
  # Raspbian (inherit Debian)
210
214
  require 'specinfra/command/raspbian'
211
215
 
@@ -1,5 +1,5 @@
1
1
  module Specinfra
2
- VERSION = "2.94.2"
2
+ VERSION = "2.95.0"
3
3
 
4
4
  def self.ruby_is_older_than?(*version)
5
5
  (RUBY_VERSION.split('.').map(&:to_i) <=> version) < 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.94.2
4
+ version: 2.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-26 00:00:00.000000000 Z
11
+ date: 2026-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: base64
@@ -310,6 +310,8 @@ files:
310
310
  - lib/specinfra/command/guix.rb
311
311
  - lib/specinfra/command/guix/base.rb
312
312
  - lib/specinfra/command/guix/base/service.rb
313
+ - lib/specinfra/command/kali.rb
314
+ - lib/specinfra/command/kali/base.rb
313
315
  - lib/specinfra/command/linux.rb
314
316
  - lib/specinfra/command/linux/base.rb
315
317
  - lib/specinfra/command/linux/base/bond.rb