itamae-plugin-recipe-selenium 0.5.1 → 0.5.2
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: bc0d48dd474cbde0556758364e903e5ed09d438045b8d92518e1e58b3f3be075
|
4
|
+
data.tar.gz: b8b4307f58d7d557f5d1d2b2722876578442af4ac3f065913cda3fd7125b31b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8760844a877a1ac6ba3f61d5505440a7d9cb914b7bcaf87bda8827371cdd71294bd7b5c5f7aa57e3a1b08ca5b3867270eb9d3f3ae9c11c71c048528775aed77a
|
7
|
+
data.tar.gz: 45479a8236d7acac822275e6d4835e37c5ff3fbd0f6dfe122752cba66ddba0758461a5fbe525a1b2b5bc19def5699390e7bc42e1e5ae53afc57be6e9854c8bbd
|
@@ -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'] = '140.0.7339.127'
|
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 (138|139|140)\.'"
|
22
22
|
end
|
23
23
|
end
|
24
24
|
else
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- y-matsuda
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: itamae
|
@@ -100,7 +99,6 @@ homepage: https://github.com/maedadev/itamae-plugin-recipe-selenium
|
|
100
99
|
licenses:
|
101
100
|
- MIT
|
102
101
|
metadata: {}
|
103
|
-
post_install_message:
|
104
102
|
rdoc_options: []
|
105
103
|
require_paths:
|
106
104
|
- lib
|
@@ -115,8 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
113
|
- !ruby/object:Gem::Version
|
116
114
|
version: '0'
|
117
115
|
requirements: []
|
118
|
-
rubygems_version: 3.
|
119
|
-
signing_key:
|
116
|
+
rubygems_version: 3.7.1
|
120
117
|
specification_version: 4
|
121
118
|
summary: itamae recipe for god process monitoring framework
|
122
119
|
test_files: []
|