specinfra 2.85.0 → 2.85.1

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: 5dcca0a6c67f3f9b47c2833d86186ef641f41483
4
- data.tar.gz: b4fcb4bc6a28133ef0e581947a748fb8f4cf5218
3
+ metadata.gz: f4d95326df395f0dc227c42c60374f4ff6cdfa87
4
+ data.tar.gz: 962f068198272e29bb5ef4595ce2526797f33201
5
5
  SHA512:
6
- metadata.gz: 57fb67750b01a42c2967f2aa98e1759d18bf62c77ff6fc49a8887fd3a54e775d5b48db3b7d4c095871d9592130a52a453a7d1e3a003caa42e625842058acec93
7
- data.tar.gz: 590f94b6646ef7d036d4481d6df2c5ead0f2545847bc1e1a852f41c66101767858669faedf32fa407735fec175ee7a14ed0180e0521a077155059990495e9324
6
+ metadata.gz: aae0d43151afbedeb361280fc7331eaf383259167aaa622d79a707dc4376723703616665376589c635f6e23bf075898fc40eea0d96de3e93ca03c44053ebcc0c
7
+ data.tar.gz: ca998bf4525bfc02ee240f6e63cd652b32e6aa7fb75191b093678c89c6fc8ac09d2b81d966913265c08b9a968467b85666f761086b28bbc66f30689b6af499be
@@ -0,0 +1,2 @@
1
+ class Specinfra::Command::Neon::Base < Specinfra::Command::Ubuntu::Base
2
+ end
@@ -0,0 +1 @@
1
+ class Specinfra::Command::Neon; end
@@ -223,6 +223,10 @@ require 'specinfra/command/linuxmint/base'
223
223
  require 'specinfra/command/elementary'
224
224
  require 'specinfra/command/elementary/base'
225
225
 
226
+ # Neon (inherit Ubuntu)
227
+ require 'specinfra/command/neon'
228
+ require 'specinfra/command/neon/base'
229
+
226
230
  # Cumulus Networks (inherit Debian)
227
231
  require 'specinfra/command/cumulus'
228
232
  require 'specinfra/command/cumulus/base'
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.85.0"
2
+ VERSION = "2.85.1"
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.0
4
+ version: 2.85.1
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-02-18 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp
@@ -330,6 +330,8 @@ files:
330
330
  - lib/specinfra/command/module/ss.rb
331
331
  - lib/specinfra/command/module/systemd.rb
332
332
  - lib/specinfra/command/module/zfs.rb
333
+ - lib/specinfra/command/neon.rb
334
+ - lib/specinfra/command/neon/base.rb
333
335
  - lib/specinfra/command/nixos.rb
334
336
  - lib/specinfra/command/nixos/base.rb
335
337
  - lib/specinfra/command/nixos/base/package.rb