specinfra 2.85.1 → 2.86.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
  SHA1:
3
- metadata.gz: f4d95326df395f0dc227c42c60374f4ff6cdfa87
4
- data.tar.gz: 962f068198272e29bb5ef4595ce2526797f33201
3
+ metadata.gz: 963cc7c9a9ecc27ae8a9ecf5c1e68ca17a33a5b4
4
+ data.tar.gz: 29c955c89666c2af1b1223ebc51b7fbad73a3c4b
5
5
  SHA512:
6
- metadata.gz: aae0d43151afbedeb361280fc7331eaf383259167aaa622d79a707dc4376723703616665376589c635f6e23bf075898fc40eea0d96de3e93ca03c44053ebcc0c
7
- data.tar.gz: ca998bf4525bfc02ee240f6e63cd652b32e6aa7fb75191b093678c89c6fc8ac09d2b81d966913265c08b9a968467b85666f761086b28bbc66f30689b6af499be
6
+ metadata.gz: a8575ff1192e996790de31603745ac926c742e2301d9f0863b3aca20e5464de62e2f2d49fc1c2d34c1d84cd552916ce5e0e6de7b21ba1bfea1ae7290ba89c23b
7
+ data.tar.gz: ab0b1fa2876d9b57945294607b36cc18130b26faff6c178d4a3da92def0a97cf146aa6ae4230afdfe746d2df2098f96930222f717c5e42da92316ee0ff0fb26e
@@ -0,0 +1,2 @@
1
+ class Specinfra::Command::Vyos::Base < Specinfra::Command::Debian::Base
2
+ end
@@ -0,0 +1 @@
1
+ class Specinfra::Command::Vyos; end
@@ -233,6 +233,10 @@ require 'specinfra/command/cumulus/base'
233
233
  require 'specinfra/command/cumulus/base/ppa'
234
234
  require 'specinfra/command/cumulus/base/service'
235
235
 
236
+ # VyOS (inherit Debian)
237
+ require 'specinfra/command/vyos'
238
+ require 'specinfra/command/vyos/base'
239
+
236
240
  # Gentoo (inherit Linux)
237
241
  require 'specinfra/command/gentoo'
238
242
  require 'specinfra/command/gentoo/base'
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.85.1"
2
+ VERSION = "2.86.0"
3
3
  end
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.85.1
4
+ version: 2.86.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: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp
@@ -433,6 +433,8 @@ files:
433
433
  - lib/specinfra/command/ubuntu/v15/service.rb
434
434
  - lib/specinfra/command/ubuntu/v18.rb
435
435
  - lib/specinfra/command/ubuntu/v18/port.rb
436
+ - lib/specinfra/command/vyos.rb
437
+ - lib/specinfra/command/vyos/base.rb
436
438
  - lib/specinfra/command/windows.rb
437
439
  - lib/specinfra/command/windows/base.rb
438
440
  - lib/specinfra/command/windows/base/feature.rb