apt_stage_artifacts 0.10.1 → 0.11.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: 4f50352d05718bbbe350ea4c6dfc1bca13c3286d
4
- data.tar.gz: 021f50e22c595261541fec6db58c9fe9ffff7588
2
+ SHA256:
3
+ metadata.gz: aab821806d4c6d510c44ab92fb338d00480aeca0bd9739cc4fd399d232d7da3b
4
+ data.tar.gz: f80728f81a04388c1656d40ff2efc1d636b1211c950885ae760d86e7bc2a77a5
5
5
  SHA512:
6
- metadata.gz: 1222f2be4b58acfa9fb5c42afa719b5025e7504351e3ae8d42e3048d116ea7c8ac3658558411835650fa712f624b035c00f3d4c18c0cf6618ae4fb05bc15bb17
7
- data.tar.gz: 11ee72ca13adbbb277edad093915a4febc524cc61e179a8c895616407cf8278e8434da55641c14632f37f698354ebddd352762f30999710e8aae51fc5599ccfe
6
+ metadata.gz: d76bdf2c262e71b58b8b7dd46fef2fbc349e48d7172007ec2989d795f49df582a85dec43e30c2e5de6f8b76d48c7fcb4984e6d9e6b80f9c7f3b3c2022ce6c5c1
7
+ data.tar.gz: ed1f6177067eed7aaa6391a6b666e30753d9e60eb580b1e2e22302875f9a57cbbd325b18179d91a152fe0b3dcf29ab2dbd9d9218da5860dc8c9bca9b3636dd82
@@ -13,7 +13,7 @@ class AptStageArtifacts
13
13
  # Debian/Ubuntu codenames that we care about.
14
14
  # Some codenames are skipped because we don't/haven't shipped for them.
15
15
  DEBIAN_CODENAMES = %w[wheezy jessie stretch buster bullseye bookworm trixie]
16
- UBUNTU_CODENAMES = %w[lucid precise trusty xenial bionic focal groovy]
16
+ UBUNTU_CODENAMES = %w[lucid precise trusty xenial bionic focal groovy jammy]
17
17
  VALID_CODENAMES = DEBIAN_CODENAMES | UBUNTU_CODENAMES
18
18
 
19
19
  # Validation constraints
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class AptStageArtifacts
2
- VERSION = '0.10.1'
2
+ VERSION = '0.11.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apt_stage_artifacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Release Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-13 00:00:00.000000000 Z
11
+ date: 2022-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -193,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  requirements: []
196
- rubyforge_project:
197
- rubygems_version: 2.6.11
196
+ rubygems_version: 3.1.6
198
197
  signing_key:
199
198
  specification_version: 4
200
199
  summary: Stages .deb artifacts to a remote freight repository