itamae-plugin-recipe-selenium 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc0d48dd474cbde0556758364e903e5ed09d438045b8d92518e1e58b3f3be075
4
- data.tar.gz: b8b4307f58d7d557f5d1d2b2722876578442af4ac3f065913cda3fd7125b31b1
3
+ metadata.gz: 878fccdb5411781f737cee73ee236f6b2204c172f5ab021e2e025ca2477c405b
4
+ data.tar.gz: beaa6c693da2ef8a9579d95c1b6fb02f3074860963f39a85f32fec99aa00ed68
5
5
  SHA512:
6
- metadata.gz: 8760844a877a1ac6ba3f61d5505440a7d9cb914b7bcaf87bda8827371cdd71294bd7b5c5f7aa57e3a1b08ca5b3867270eb9d3f3ae9c11c71c048528775aed77a
7
- data.tar.gz: 45479a8236d7acac822275e6d4835e37c5ff3fbd0f6dfe122752cba66ddba0758461a5fbe525a1b2b5bc19def5699390e7bc42e1e5ae53afc57be6e9854c8bbd
6
+ metadata.gz: 7c270582160c11f2f03788a2008b1a6b9688265b9b4815a66a9ef42d57d1b415d445e8a07cc2f321f9493a9ccd6e89668446c5757b69aad4ffcf705088802919
7
+ data.tar.gz: db334cfaadbc819fece1c9b243f59046c19f21e0e5382a582a8fe217ee51a25d2bc1011a63f0541ed8cfff6a3ffd3b63e57c5b1ea115fe2c1fdb6a0cc9f6f34d
@@ -15,10 +15,10 @@ if ENV['CHROME_VERSION'].to_s.empty?
15
15
  not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome 125\.'"
16
16
  end
17
17
  else
18
- ENV['CHROME_VERSION'] = '140.0.7339.127'
18
+ ENV['CHROME_VERSION'] = '141.0.7390.107'
19
19
  execute "yum install -y https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-#{ENV['CHROME_VERSION']}-1.x86_64.rpm" do
20
20
  user 'root'
21
- not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (138|139|140)\.'"
21
+ not_if "which google-chrome-stable && google-chrome-stable --version | egrep 'Google Chrome (139|140|141)\.'"
22
22
  end
23
23
  end
24
24
  else
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Selenium
5
- VERSION = '0.5.2'
5
+ VERSION = '0.5.3'
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +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.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - y-matsuda
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: itamae
@@ -99,6 +100,7 @@ homepage: https://github.com/maedadev/itamae-plugin-recipe-selenium
99
100
  licenses:
100
101
  - MIT
101
102
  metadata: {}
103
+ post_install_message:
102
104
  rdoc_options: []
103
105
  require_paths:
104
106
  - lib
@@ -113,7 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  - !ruby/object:Gem::Version
114
116
  version: '0'
115
117
  requirements: []
116
- rubygems_version: 3.7.1
118
+ rubygems_version: 3.4.22
119
+ signing_key:
117
120
  specification_version: 4
118
121
  summary: itamae recipe for god process monitoring framework
119
122
  test_files: []