itamae-plugin-recipe-selenium 0.4.0 → 0.4.1

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: 1e0ed51d2ed85d10d47bde47d097d4d01adae56aaa5ad071e79b8e2bbf21bbfa
4
- data.tar.gz: 4070d4793665cf51df9c5c4c97c84a04900709ee359b0f00bee62c8dc9ed61ab
3
+ metadata.gz: f2fcba6f9966b7893280599d6af138dc5a52924ddf4646d5d4203204bfe5a973
4
+ data.tar.gz: 0e5a6a445fd3bbf28ce9725fec1c49d670f9e109019a06310f228081d14acc31
5
5
  SHA512:
6
- metadata.gz: bf8b735832402e847a701f0762d38c52a21b47d3a6c11e6adebc170775277224ec433f0669c2ba640a2841f8c523ddafb80429dd7995f6025a367d9026595df8
7
- data.tar.gz: 65f7af5ec428d12156d78256cedee7f965d59ab3ff09c1f2861a9ef45b88d5195b4e3349cd2dc68ef98ccf355f6827814f1c185931cff6821687aea029f39b10
6
+ metadata.gz: 603fa2d004338f3fc2bde161b883e0554207f5c5119f5fb92473876d0b52cf5cf695a40d36c6aef60bf505e7ade7ba54fc698342e3d3b4001fea995dd29efcb6
7
+ data.tar.gz: 1447374780be2bb017da90df3a8ca89ae95a17ee28edfacdc22374b595e2c3de31f5c92f8d22edddf80b989d00d21d7f45a44dec632e6d366c8056c4e7602b86
@@ -7,8 +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
- package 'google-chrome-stable' do
10
+ ENV['CHROME_VERSION'] = '114.0.5735.90'
11
+
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
11
13
  user 'root'
14
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (110|111|112|113|114)\.'"
12
15
  end
13
16
  else
14
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
@@ -16,8 +19,3 @@ else
16
19
  not_if "which google-chrome-stable && google-chrome-stable --version | cut -d ' ' -f 3 | egrep \"^#{ENV['CHROME_VERSION']}$\""
17
20
  end
18
21
  end
19
-
20
- execute 'yum update -y google-chrome-stable' do
21
- user 'root'
22
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (110|111|112|113|114)\.'"
23
- end
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
8
8
  end
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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-31 00:00:00.000000000 Z
11
+ date: 2023-07-20 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.3.16
118
+ rubygems_version: 3.3.26
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: itamae recipe for god process monitoring framework