manageiq-postgres_ha_admin 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yaml +9 -5
- data/Gemfile +5 -5
- data/lib/manageiq/postgres_ha_admin/version.rb +1 -1
- data/manageiq-postgres_ha_admin.gemspec +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac820ccd939c6f20a88c93da2383f88aa5a93048d0bc6273f222000ac81cfef2
|
4
|
+
data.tar.gz: 99c1583f21d76b2977e338ad2a596951c253b09ef108d3358c3e15eec5502605
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b6fbd0abce36c151826b78f30d90ff40c1d84d1c2b4c94497cba1b56d0eaf1211be87ad82e570eaac0c3ec37df573c408fa56244ec665b2beea16c40cc1b1a4
|
7
|
+
data.tar.gz: 6ea0614f4e62c0f91113bd1a731597a017bad425a133f25f99a789c9fe776b4f3ab26de09b1e4a4343738e3fc8160d59255209bea083a30ccbd76c80ae879bb3
|
data/.github/workflows/ci.yaml
CHANGED
@@ -12,13 +12,17 @@ jobs:
|
|
12
12
|
strategy:
|
13
13
|
matrix:
|
14
14
|
ruby-version:
|
15
|
-
- '2.7'
|
16
15
|
- '3.0'
|
17
16
|
- '3.1'
|
17
|
+
- '3.2'
|
18
|
+
- '3.3'
|
18
19
|
rails-version:
|
19
|
-
- '6.0'
|
20
|
-
- '6.1'
|
21
20
|
- '7.0'
|
21
|
+
- '7.1'
|
22
|
+
- '7.2'
|
23
|
+
exclude:
|
24
|
+
- ruby-version: '3.0'
|
25
|
+
rails-version: '7.2'
|
22
26
|
services:
|
23
27
|
postgres:
|
24
28
|
image: manageiq/postgresql:13
|
@@ -44,6 +48,6 @@ jobs:
|
|
44
48
|
- name: Run tests
|
45
49
|
run: bundle exec rake
|
46
50
|
- name: Report code coverage
|
47
|
-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.
|
51
|
+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
|
48
52
|
continue-on-error: true
|
49
|
-
uses: paambaati/codeclimate-action@
|
53
|
+
uses: paambaati/codeclimate-action@v9
|
data/Gemfile
CHANGED
@@ -5,12 +5,12 @@ gemspec
|
|
5
5
|
|
6
6
|
minimum_version =
|
7
7
|
case ENV['TEST_RAILS_VERSION']
|
8
|
-
when "
|
9
|
-
"~>
|
10
|
-
when "7.
|
11
|
-
"~>7.
|
8
|
+
when "7.2"
|
9
|
+
"~>7.2.1"
|
10
|
+
when "7.1"
|
11
|
+
"~>7.1.4"
|
12
12
|
else
|
13
|
-
"~>
|
13
|
+
"~>7.0.8"
|
14
14
|
end
|
15
15
|
|
16
16
|
gem "activesupport", minimum_version
|
@@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
26
26
|
spec.require_paths = ["lib"]
|
27
27
|
|
28
|
-
spec.required_ruby_version = ">=
|
28
|
+
spec.required_ruby_version = ">= 3.0"
|
29
29
|
|
30
|
-
spec.add_runtime_dependency "activesupport", ">=
|
30
|
+
spec.add_runtime_dependency "activesupport", ">=7.0.8", "<8.0"
|
31
31
|
spec.add_runtime_dependency "awesome_spawn", "~> 1.4"
|
32
32
|
spec.add_runtime_dependency "manageiq-password", "< 2"
|
33
33
|
spec.add_runtime_dependency "pg"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: manageiq-postgres_ha_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,20 +16,20 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 7.0.8
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '8.0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 7.0.8
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '8.0'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: awesome_spawn
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -203,14 +203,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
203
203
|
requirements:
|
204
204
|
- - ">="
|
205
205
|
- !ruby/object:Gem::Version
|
206
|
-
version:
|
206
|
+
version: '3.0'
|
207
207
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
208
208
|
requirements:
|
209
209
|
- - ">="
|
210
210
|
- !ruby/object:Gem::Version
|
211
211
|
version: '0'
|
212
212
|
requirements: []
|
213
|
-
rubygems_version: 3.
|
213
|
+
rubygems_version: 3.5.22
|
214
214
|
signing_key:
|
215
215
|
specification_version: 4
|
216
216
|
summary: ManageIQ Postgres H.A. Admin
|