itamae-plugin-recipe-selenium 0.1.7 → 0.1.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: fae098f92cd907a2bacd01931d2bf92d912500d307033922a4c77501af682bfa
4
- data.tar.gz: 14d27ecbcb1b00a3068f902afd3416d6fb072d94f69f217d7d55bd0a087d68b0
3
+ metadata.gz: 056c8ba7fc2be5e7cb78fe80754019e44d740205d4cafa5bbd055450b88c8d56
4
+ data.tar.gz: fd55c6a9c05c88846c724f3b20533a3bd99d3b11a47e98644f6f59f4f6be6b66
5
5
  SHA512:
6
- metadata.gz: e97defdd91611a139d2c593408e21e2995cbba6b6ebd6073aea2bafb03e73f4cc13cf9b0ca1d8a31ef50a7712e3bede7a7322f1b86021dd88307386d4f8f4bb3
7
- data.tar.gz: ffd52d5358a3141cca5938f5ba46c1f440c2eb910edddc14eb9e6c5b268c1dffa8e61c1b226d6656ebad854a830092e3c2a09209064095489a096c920492274e
6
+ metadata.gz: c217d013d2064491acbd9c5f3a63557c0f6f7efc3b03a2ec381bb248c7a8c14611c1e0442d5b531800162745ff2bc4ffed9fb6876fc7ec2eabf58df2896cf469
7
+ data.tar.gz: 8c69273ae2fe09c6b31ee32872c7c3eca75a6d0ef821c643e01702184ca816420e827efe32581a1f35803c04092db55c44b87eb54cf7c3edd7ac7b44e3adffba
@@ -11,5 +11,5 @@ end
11
11
 
12
12
  execute 'yum update -y google-chrome-stable' do
13
13
  user 'root'
14
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (83|84|85|86|87)\.'"
14
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (86|87|88|89|90)\.'"
15
15
  end
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.1.7'
5
+ VERSION = '0.1.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.1.7
4
+ version: 0.1.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: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2021-05-01 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.1.4
118
+ rubygems_version: 3.2.16
119
119
  signing_key:
120
120
  specification_version: 4
121
121
  summary: itamae recipe for god process monitoring framework