itamae-plugin-recipe-selenium 0.3.4 → 0.3.5

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: b27456ae7f5fc30cbf3de2e08990ad2ed3b54b2e644f1be32f125c2b8a9615ad
4
- data.tar.gz: 978f9f239da0b968028c6fa4adbb846352ed330855f1b945ba0ca1e5b32ac121
3
+ metadata.gz: cab1c2bee47163dd5d39d028f9cd7a0b63b0c80c244fdcc644ca0658fb14b47b
4
+ data.tar.gz: 01102e637a7084a5398d9105140c7824432f93de97faeb454124b8817b287cce
5
5
  SHA512:
6
- metadata.gz: 5aa57fec62349ea870a83524ec0d373a3c030518fb7e1cb345a1bdba550611e7cbd2de15593e4da58cb98709f2d82597e269b2a24a9724e001be5274d59bd594
7
- data.tar.gz: b545c73eaeab56441a9aca83b522feab07332e434008250e79ef61276cef221e295f80cd93d85917de91df233d098cabf04d508a9c37de930b32a3e22377fed9
6
+ metadata.gz: 8028da10477a54cd7c37f93a5d85d6b01ad4e23bccead3527c3f18f9146787cf786f9abfe54a99b8182dbd752712c6622fa6b1653344bc08798c216e9b438374
7
+ data.tar.gz: 7f75970ff77ed41888ce49d36919d44230ec23909df63f0b846e4ff884385a91feda1c02aa18ae3dafa838779d9ba7fa98098295fda42567ca4955c4533058bf
@@ -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 (96|97|98|99|100)\.'"
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (100|101|102)\.'"
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.4'
5
+ VERSION = '0.3.5'
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.4
4
+ version: 0.3.5
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-04-21 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.10
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