itamae-plugin-recipe-selenium 0.3.6 → 0.3.8

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: a6ab23303b847d9f7047e717147b8bf5ae3cfc582553b102cbd07e7317c57054
4
- data.tar.gz: 20c85b6e1a6fc8d71be600fd3c8042db20fade3eb9a0b3cd28c1d7332da62af7
3
+ metadata.gz: 9bf87384a4d6d4b8eb812e05ae251446bc91bb84b91932b34a4e568419b974cc
4
+ data.tar.gz: 188a20d71e5cd97a52e0d0fc8fc3206972ba3243c7ec7745f2cc87efb7cd4bcd
5
5
  SHA512:
6
- metadata.gz: 584e82111baf84a62a18097a46925c6eb0c1982038d0da03e35e023be04817cc106d6f4cff08dbce8fcda217d67147f3872e4403e6519b92864b0599254a2ed2
7
- data.tar.gz: d3d3775d32fddce36b503ba9c58aa0eaa8e07213210c407665bf0c54e7e840c3857cc27e8d84e2c1675e9664e120e9119019a35c96a2fdc8092fbc443e1c08e4
6
+ metadata.gz: 84a9632e82262e59329c84894c67106f80895c148eac3df3fb0eea23475f9fe51fa4934b7688336800d3ab1b3db6f4c5a70a77cb60911472c4938c5e17a2a7bf
7
+ data.tar.gz: 895fdba7d308e1eeb3da70578abbb196604429a6f96884a6ef1185fd4558b111c7ba07c2e5e424d5d7961e35907aa4c0ff78f462e1773009c7ec67e8cd7ca0a6
@@ -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 (102|103|104)\.'"
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (108|109|110|111)\.'"
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.6'
5
+ VERSION = '0.3.8'
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.6
4
+ version: 0.3.8
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-08-15 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae