itamae-plugin-recipe-selenium 0.3.7 → 0.3.9

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: 87d4e25d1952ae1dfe4f976658805ae1bb401a70f35c5a16b32214e2bd976191
4
- data.tar.gz: ea86e235a31437715275a3e5c5677712aa776bf597f0d5bade538b27fd4fdc68
3
+ metadata.gz: deff148923fcb779d22094385b9db231562e7c172c8aa4c494123ba369460dbb
4
+ data.tar.gz: 719e6ebcf77eecb704d6195e9086a8547d64f0b2a5faba63254264565d556ad1
5
5
  SHA512:
6
- metadata.gz: ddcc5f48f727ee6b15528c5cb71b6b6ec6eb80be98bdf1ca61aa1cb1a32df44a10fc0605df83d36f38ad8999383678628b38aa44c51a7365bab9a78d3f416042
7
- data.tar.gz: cff46a5043684fd3be7f5a5bab78cddc6584327d129e85c261c6971544bc3dd5c4c0bb53405babb1286714dbf99907e87ab34bbce5c54b6f13186c0801296648
6
+ metadata.gz: 62e3a267d68b3db345657757a507b4cd8ddae99ac591a868b34649d4debf706a945510431802068f45a0d01b07c2938a3a7da13ce5983430341f0c0d0a943eef
7
+ data.tar.gz: 7e2eb04d5d301bc580eb8ba56ffb9e3e0222ca6b49bec00261089a59acd4d911b6c500a3cae736bcce5a0c6ebc1c59ba6c91c5ac9525c183f75c636466c87693
@@ -18,5 +18,5 @@ end
18
18
 
19
19
  execute 'yum update -y google-chrome-stable' do
20
20
  user 'root'
21
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (104|105|106|107)\.'"
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (110|111|112|113)\.'"
22
22
  end
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.3.7'
5
+ VERSION = '0.3.9'
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.3.7
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-10 00:00:00.000000000 Z
11
+ date: 2023-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -115,8 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubyforge_project:
119
- rubygems_version: 2.7.6.2
118
+ rubygems_version: 3.3.16
120
119
  signing_key:
121
120
  specification_version: 4
122
121
  summary: itamae recipe for god process monitoring framework