itamae-plugin-recipe-selenium 0.4.5 → 0.4.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9271289a4e18c732ce63c4959dc759ef00ab57b63db222c1ed1f7eb49183a2fd
|
4
|
+
data.tar.gz: 117f4379b65c9bf8a65ff77151bdc949dfc947dff97027175798899795544ff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '03498730cf2f6e4a9ae9f54a5aef3cbebc5aa65d23420345407f6cfaa728ebe519ceb1343f298bd12534f1cf877fb0fba7f00e7eefb49d5ea708180c67155037'
|
7
|
+
data.tar.gz: 5bb3ae844277565455435708a074ae2e7e0fc08cee39dbbdb2495b4721cdd5f129a3bfd0bbba535541a88d6c681a3bdc932dcee4db40c5194bdfbb96ea7646cc
|
@@ -7,11 +7,11 @@ template '/etc/yum.repos.d/google-chrome.repo' do
|
|
7
7
|
end
|
8
8
|
|
9
9
|
if ENV['CHROME_VERSION'].to_s.empty?
|
10
|
-
ENV['CHROME_VERSION'] = '
|
10
|
+
ENV['CHROME_VERSION'] = '125.0.6422.78'
|
11
11
|
|
12
12
|
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
|
13
13
|
user 'root'
|
14
|
-
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (
|
14
|
+
not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (123|124|125)\.'"
|
15
15
|
end
|
16
16
|
else
|
17
17
|
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
|
metadata
CHANGED
@@ -1,14 +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.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- y-matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '0'
|
117
117
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
118
|
+
rubygems_version: 3.2.16
|
119
119
|
signing_key:
|
120
120
|
specification_version: 4
|
121
121
|
summary: itamae recipe for god process monitoring framework
|