browsable 0.2.0.pre.1 → 0.2.0
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 +4 -4
- data/CHANGELOG.md +2 -2
- data/lib/browsable/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5cc4db4361dc825b6a61dc6cca4fcefd98e8583e0f2962b9e365fdc41344100
|
|
4
|
+
data.tar.gz: a4fe3eff5c21e781e2fe707147cb0c614b2c7a4a93947c21b8dd36ce06eaf9b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 237fb7ab7d9218781175c9a0f3cd3d4389da33256b91b58d16bd38ddc52a8019de9d2e85553991b47672300f0c66745a3502725b2fec2052f3388133271998f6
|
|
7
|
+
data.tar.gz: 33e9031f23d9d7acfa1fcea3d92be4664f1335229257495504f688ed86361a2659c15a05d65527185e9da54020fbb30969152f7540b7cc0d4a33415a473e3d63
|
data/CHANGELOG.md
CHANGED
|
@@ -5,9 +5,9 @@ All notable changes to the `browsable` gem are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [
|
|
8
|
+
## [0.2.0] - 2026-05-25
|
|
9
9
|
|
|
10
|
-
### Added —
|
|
10
|
+
### Added — Runtime response auditing
|
|
11
11
|
|
|
12
12
|
- **Runtime mode.** A Rack middleware (`Browsable::Middleware`) observes HTML
|
|
13
13
|
responses during a test run, records the controller#action, the effective
|
data/lib/browsable/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browsable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.0
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Hood
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: exe
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-05-25 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: concurrent-ruby
|
|
@@ -234,7 +235,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
234
235
|
- !ruby/object:Gem::Version
|
|
235
236
|
version: '0'
|
|
236
237
|
requirements: []
|
|
237
|
-
rubygems_version:
|
|
238
|
+
rubygems_version: 3.5.22
|
|
239
|
+
signing_key:
|
|
238
240
|
specification_version: 4
|
|
239
241
|
summary: Rails-aware browser-compatibility audit for your frontend code.
|
|
240
242
|
test_files: []
|