capybara-rack_test-screenshot 0.1.2 → 0.1.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: cbf0f91a0871cfcf1d7699d39cb12af5751b8f61b91145105700648f1ddd18a9
4
- data.tar.gz: 8fc85a157154d03ca8b2381bf308db6c477cad54078d4a277d8f29f22392751a
3
+ metadata.gz: 2180a541a7a5e6fd8d95bb5f98ba8c2c25b791c9f426c95c9285c201f732b10b
4
+ data.tar.gz: '028a13a2fa806f8f290c4be60881c12a4a2c161dc5e069f39a01a16c2df7b4ad'
5
5
  SHA512:
6
- metadata.gz: c4466b91fdd44ff5d3bf17546cb042c855c2ce589fca8b17faf7bbe6d1d517b015aa19ddc5a5901d5c01afc546fcd49ff828d3a8edc4f0b148fa8482810b8083
7
- data.tar.gz: dc049da05acf59a5642b9947630b1195b9e25d4f6f53d85722dfe16214c8d4a70207238666491b76b73370044f717d60572aebb48c9e12b27dbd5040ed7830d2
6
+ metadata.gz: 9f123074032980b7d06e43bd40daefadd57a0832a9d8bad929513bb2053e0dfff578b40e3c06baec549d61c31c4ebe24018f490856eaf5b54845ca62d89adf9a
7
+ data.tar.gz: 533889b483d8d3c52169a440a8f92b71e959bead4dbd7fbe59324d45f175d447fc417157f6054e22e695dc2784ab2d6e14da9d85f30c19fe00f087026e7a94d7
data/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.2] - 2025-08-07
3
+ ## [0.1.3] - 2025-08-07
4
4
 
5
+ - Fix regression in 0.1.3
5
6
  - Make sure default playwright version is compatible with the Ruby client
6
7
 
8
+ ## [0.1.2] - 2025-08-07
9
+
10
+ Yanked
11
+
7
12
  ## [0.1.1] - 2025-06-10
8
13
 
9
14
  - Add compatibility with `capybara-screenshot` gem
@@ -3,7 +3,7 @@
3
3
  module Capybara
4
4
  module RackTest
5
5
  module Screenshot
6
- VERSION = "0.1.2"
6
+ VERSION = "0.1.3"
7
7
  end
8
8
  end
9
9
  end
@@ -68,7 +68,7 @@ module Capybara
68
68
 
69
69
  def playwright_cli_executable_path
70
70
  ENV['PLAYWRIGHT_CLI_EXE_PATH'] || begin
71
- version = Gem::Version.create(Playwright::COMPATIBLE_PLAYWRIGHT_VERSION)
71
+ version = Gem::Version.create(::Playwright::COMPATIBLE_PLAYWRIGHT_VERSION)
72
72
  "npx playwright@#{version.release}"
73
73
  end
74
74
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-rack_test-screenshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theodor Tonum