itamae-plugin-recipe-selenium 0.3.8 → 0.3.9

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: 9bf87384a4d6d4b8eb812e05ae251446bc91bb84b91932b34a4e568419b974cc
4
- data.tar.gz: 188a20d71e5cd97a52e0d0fc8fc3206972ba3243c7ec7745f2cc87efb7cd4bcd
3
+ metadata.gz: deff148923fcb779d22094385b9db231562e7c172c8aa4c494123ba369460dbb
4
+ data.tar.gz: 719e6ebcf77eecb704d6195e9086a8547d64f0b2a5faba63254264565d556ad1
5
5
  SHA512:
6
- metadata.gz: 84a9632e82262e59329c84894c67106f80895c148eac3df3fb0eea23475f9fe51fa4934b7688336800d3ab1b3db6f4c5a70a77cb60911472c4938c5e17a2a7bf
7
- data.tar.gz: 895fdba7d308e1eeb3da70578abbb196604429a6f96884a6ef1185fd4558b111c7ba07c2e5e424d5d7961e35907aa4c0ff78f462e1773009c7ec67e8cd7ca0a6
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 (108|109|110|111)\.'"
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.8'
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.8
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: 2023-03-08 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