manageiq-cross_repo 2.3.1 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6288ce7865dc20da52f82f88372dc4abe11e07160308c1c6813b657f06b7e9b0
4
- data.tar.gz: 423111bce90b294de5eb4ad742b0c6a98adce1a3b4b368ea8adc9459cde8ccf7
3
+ metadata.gz: 1d861fc4de8036d291468a7cdf1e6fac0f4c33bf4fdad02d2ac3917bedad8876
4
+ data.tar.gz: 2e491716b062e9c4d9a27408647695292b082d5a95359647cbadfb5d6a683fca
5
5
  SHA512:
6
- metadata.gz: 04a079d474cfeb859535d2fe1805d7b6ad5fd2a6d9c5bed13b991b97d1a0e122430c40f2a0d589aa48dfeb9837799626b17c78be087e8323be31975448a3dbfc
7
- data.tar.gz: 974b2c169b9f09df26c94fd63ab64cf3b0c3d2f2abb01422ae47540b99c5b6e4eb8cc053562c586b688577ce7ab24ef97314e48792b7c3465e43a5ce93fd131d
6
+ metadata.gz: 41aab8cc9f1c1804b5c3b0458ceef4273ec213b6fbd35a01736c8d7b120717aa66ae934dfa024529fbc3cf052908d51c026bb403912e4ed36db643201ad81c46
7
+ data.tar.gz: c404f5cb580ef7ea6b90236036b9692836e43bca6f3a5c8ed828f23dbd35c9f09cbed661d182cc7c759e03de5471097a77717df25e1eda6088cbbeb8d91c6bb7
@@ -16,6 +16,8 @@ jobs:
16
16
  - '2.7'
17
17
  - '3.0'
18
18
  - '3.1'
19
+ - '3.2'
20
+ - '3.3'
19
21
  steps:
20
22
  - uses: actions/checkout@v4
21
23
  - name: Set up Ruby
@@ -15,7 +15,7 @@ on:
15
15
  ruby-version:
16
16
  required: false
17
17
  type: string
18
- default: '["3.0"]'
18
+ default: '["3.3"]'
19
19
  node-version:
20
20
  required: false
21
21
  type: string
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [2.4.0] - 2024-11-14
8
+ ### Changed
9
+ - Default to ruby 3.3 for manageiq_cross_repo ruby-version (#112)
10
+
7
11
  ## [2.3.1] - 2024-04-26
8
12
  ### Fixed
9
13
  - Fix nodejs install not being overridden by repo ci.yml (#109)
@@ -74,11 +78,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
74
78
  - Fix an issue overriding gems whose repo name doesn't match
75
79
 
76
80
  [Unreleased]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1...HEAD
77
- [2.3.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.1..v2.3.0
78
- [2.3.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.0..v2.2.0
79
- [2.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.2.0..v2.1.0
80
- [2.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0..v2.0.0
81
- [2.0.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v1.2.1
81
+ [2.3.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.3.0...v2.3.1
82
+ [2.3.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.2.0...v2.3.0
83
+ [2.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.1.0...v2.2.0
84
+ [2.1.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v2.0.0...v2.1.0
85
+ [2.0.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.1...v2.0.0
82
86
  [1.2.1]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.2.0...v1.2.1
83
87
  [1.2.0]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.3...v1.2.0
84
88
  [1.1.3]: https://github.com/ManageIQ/manageiq-cross_repo/compare/v1.1.2...v1.1.3
@@ -1,3 +1,5 @@
1
+ require 'uri'
2
+
1
3
  module ManageIQ::CrossRepo
2
4
  class Repository
3
5
  attr_reader :identifier, :server
@@ -1,5 +1,5 @@
1
1
  module ManageIQ
2
2
  module CrossRepo
3
- VERSION = "2.3.1"
3
+ VERSION = "2.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manageiq-cross_repo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ManageIQ Authors
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-26 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: manageiq-style