itamae-plugin-recipe-selenium 0.1.8 → 0.1.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: 056c8ba7fc2be5e7cb78fe80754019e44d740205d4cafa5bbd055450b88c8d56
4
- data.tar.gz: fd55c6a9c05c88846c724f3b20533a3bd99d3b11a47e98644f6f59f4f6be6b66
3
+ metadata.gz: b618c71b9270cfd015c21d9141a09d860912650f48547dd2e15439f19f068126
4
+ data.tar.gz: f40a4f22d1e0a2b58d786542695fe90c921f7952da55942a9bdd40d7e4921f6d
5
5
  SHA512:
6
- metadata.gz: c217d013d2064491acbd9c5f3a63557c0f6f7efc3b03a2ec381bb248c7a8c14611c1e0442d5b531800162745ff2bc4ffed9fb6876fc7ec2eabf58df2896cf469
7
- data.tar.gz: 8c69273ae2fe09c6b31ee32872c7c3eca75a6d0ef821c643e01702184ca816420e827efe32581a1f35803c04092db55c44b87eb54cf7c3edd7ac7b44e3adffba
6
+ metadata.gz: 3fd7ab471a20405bb7e894afc302443d6dfbe819a3ccf9f96c3a98e136077220e333f129c57979d5cc64c088ca62fb9af8f1e181fb8b2ee154639160cdc3ffbd
7
+ data.tar.gz: 80ed97283d1750755c9b77de99877c0b137816b410e81a5a004c775b0e296d0ad72a64715296e0a5df0f1e371b2d1917ed5c4c41d13a7e49e201485ce6a6c308
@@ -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 (86|87|88|89|90)\.'"
14
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (87|88|89|90|91)\.'"
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.8'
5
+ VERSION = '0.1.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.1.8
4
+ version: 0.1.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: 2021-05-01 00:00:00.000000000 Z
11
+ date: 2021-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae