specinfra 2.86.0 → 2.87.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
- SHA1:
3
- metadata.gz: 963cc7c9a9ecc27ae8a9ecf5c1e68ca17a33a5b4
4
- data.tar.gz: 29c955c89666c2af1b1223ebc51b7fbad73a3c4b
2
+ SHA256:
3
+ metadata.gz: d8e74831663d268890aadd2252bf2d2435f1148576ba3cefcec169d535b2a0ea
4
+ data.tar.gz: 0d1682b364732cb449b03aa3442e92f26b5edd209c5c48f10a5b449b5cac7d4f
5
5
  SHA512:
6
- metadata.gz: a8575ff1192e996790de31603745ac926c742e2301d9f0863b3aca20e5464de62e2f2d49fc1c2d34c1d84cd552916ce5e0e6de7b21ba1bfea1ae7290ba89c23b
7
- data.tar.gz: ab0b1fa2876d9b57945294607b36cc18130b26faff6c178d4a3da92def0a97cf146aa6ae4230afdfe746d2df2098f96930222f717c5e42da92316ee0ff0fb26e
6
+ metadata.gz: 7a96e984832b6685a2d54dac6f12723434fed1f08afc25fe39879fed8523ef26d0a87137e36248b8b744244f05d82e25c20a21be0d1b9ea8ad4423b25603c426
7
+ data.tar.gz: 6cd8b3fca493cc199a8004ead0540213b0919a7c23e567fa403e2bca8f6080d44bc029a52ca60f6113163f31e4560200107a60c28f153ae2e45cadd489a346cf
@@ -0,0 +1,2 @@
1
+ class Specinfra::Command::Amazon::V2023 < Specinfra::Command::Amazon::V2022
2
+ end
@@ -134,6 +134,9 @@ require 'specinfra/command/amazon/v2022/port'
134
134
  require 'specinfra/command/amazon/v2022/service'
135
135
  require 'specinfra/command/amazon/v2022/yumrepo'
136
136
 
137
+ # Amazon Linux V2023 (inherit Amazon Linux V2022)
138
+ require 'specinfra/command/amazon/v2023'
139
+
137
140
  # AIX (inherit Base)
138
141
  require 'specinfra/command/aix'
139
142
  require 'specinfra/command/aix/base'
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.86.0"
2
+ VERSION = "2.87.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.86.0
4
+ version: 2.87.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-06-13 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp
@@ -175,6 +175,7 @@ files:
175
175
  - lib/specinfra/command/amazon/v2022/port.rb
176
176
  - lib/specinfra/command/amazon/v2022/service.rb
177
177
  - lib/specinfra/command/amazon/v2022/yumrepo.rb
178
+ - lib/specinfra/command/amazon/v2023.rb
178
179
  - lib/specinfra/command/arch.rb
179
180
  - lib/specinfra/command/arch/base.rb
180
181
  - lib/specinfra/command/arch/base/package.rb
@@ -654,8 +655,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
654
655
  - !ruby/object:Gem::Version
655
656
  version: '0'
656
657
  requirements: []
657
- rubyforge_project:
658
- rubygems_version: 2.5.1
658
+ rubygems_version: 3.1.2
659
659
  signing_key:
660
660
  specification_version: 4
661
661
  summary: Common layer for serverspec and itamae