itamae-plugin-recipe-selenium 0.5.2 → 0.5.3
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 878fccdb5411781f737cee73ee236f6b2204c172f5ab021e2e025ca2477c405b
|
4
|
+
data.tar.gz: beaa6c693da2ef8a9579d95c1b6fb02f3074860963f39a85f32fec99aa00ed68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c270582160c11f2f03788a2008b1a6b9688265b9b4815a66a9ef42d57d1b415d445e8a07cc2f321f9493a9ccd6e89668446c5757b69aad4ffcf705088802919
|
7
|
+
data.tar.gz: db334cfaadbc819fece1c9b243f59046c19f21e0e5382a582a8fe217ee51a25d2bc1011a63f0541ed8cfff6a3ffd3b63e57c5b1ea115fe2c1fdb6a0cc9f6f34d
|
@@ -15,10 +15,10 @@ if ENV['CHROME_VERSION'].to_s.empty?
|
|
15
15
|
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome 125\.'"
|
16
16
|
end
|
17
17
|
else
|
18
|
-
ENV['CHROME_VERSION'] = '
|
18
|
+
ENV['CHROME_VERSION'] = '141.0.7390.107'
|
19
19
|
execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
|
20
20
|
user 'root'
|
21
|
-
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (
|
21
|
+
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (139|140|141)\.'"
|
22
22
|
end
|
23
23
|
end
|
24
24
|
else
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-selenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- y-matsuda
|
8
|
+
autorequire:
|
8
9
|
bindir: exe
|
9
10
|
cert_chain: []
|
10
|
-
date:
|
11
|
+
date: 2025-10-17 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: itamae
|
@@ -99,6 +100,7 @@ homepage: https://github.com/maedadev/itamae-plugin-recipe-selenium
|
|
99
100
|
licenses:
|
100
101
|
- MIT
|
101
102
|
metadata: {}
|
103
|
+
post_install_message:
|
102
104
|
rdoc_options: []
|
103
105
|
require_paths:
|
104
106
|
- lib
|
@@ -113,7 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
115
|
- !ruby/object:Gem::Version
|
114
116
|
version: '0'
|
115
117
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
118
|
+
rubygems_version: 3.4.22
|
119
|
+
signing_key:
|
117
120
|
specification_version: 4
|
118
121
|
summary: itamae recipe for god process monitoring framework
|
119
122
|
test_files: []
|