perchfall-rails 0.2.1 → 0.2.2
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 +12 -1
- data/lib/perchfall/rails/version.rb +1 -1
- metadata +2 -4
- data/.nvmrc +0 -1
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a7e457a262b1fbd251ebbcb6f5cae6c73a8b9659fe5b8db4bf81610e5022a16
|
|
4
|
+
data.tar.gz: 1e2cdc985b3210d4c60e2beb6d5cfde567cbf88afcd18c13d67b1f7db1189013
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f756f27804e3f1cf8671ca03f1e08957b431a1498777e7f4be83fde2ec4da151e61d45af17005f9e292ace6486e9c2f4fb85b985c4cc66f2a0ea6b911cdbd6dc
|
|
7
|
+
data.tar.gz: 48fafc4e5f77435cd169721e13b318f4c78b790054078dfb6f87bca07cd2bcf1f7e4c62dcda1206649b1fe1a502d7981a4ea698dcb73a1c06bfdadc369369309
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.2] - 2026-05-05
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Gemspec author email updated to `yossef@beflagrant.com`.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- `.nvmrc` and `.ruby-version` no longer bundled in the published gem.
|
|
19
|
+
|
|
10
20
|
## [0.2.1] - 2026-05-05
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -41,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
41
51
|
- Tailwind CSS integration: semantic token names (`primary`, `muted`, `subtle`, `error`, `border-subtle`, `neutral-0/150/900`) in all views. Tailwind v4 hosts import `perchfall_rails/engine` to scan the engine's views automatically; Tailwind v3 hosts add the engine view path to their `content` configuration.
|
|
42
52
|
- Runtime dependencies: `perchfall ~> 0.4`, `pagy ~> 43.0`, Rails `>= 8.0`.
|
|
43
53
|
|
|
44
|
-
[Unreleased]: https://github.com/beflagrant/perchfall-rails/compare/v0.2.
|
|
54
|
+
[Unreleased]: https://github.com/beflagrant/perchfall-rails/compare/v0.2.2...HEAD
|
|
55
|
+
[0.2.2]: https://github.com/beflagrant/perchfall-rails/compare/v0.2.1...v0.2.2
|
|
45
56
|
[0.2.1]: https://github.com/beflagrant/perchfall-rails/compare/v0.2.0...v0.2.1
|
|
46
57
|
[0.2.0]: https://github.com/beflagrant/perchfall-rails/compare/v0.1.0...v0.2.0
|
|
47
58
|
[0.1.0]: https://github.com/beflagrant/perchfall-rails/releases/tag/v0.1.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: perchfall-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yossef Mendelssohn
|
|
@@ -55,13 +55,11 @@ description: Mountable Rails engine that provides a background job pipeline, Act
|
|
|
55
55
|
model, controller, and views for running and reviewing Perchfall synthetic browser
|
|
56
56
|
checks.
|
|
57
57
|
email:
|
|
58
|
-
-
|
|
58
|
+
- yossef@beflagrant.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
-
- ".nvmrc"
|
|
64
|
-
- ".ruby-version"
|
|
65
63
|
- CHANGELOG.md
|
|
66
64
|
- CODE_OF_CONDUCT.md
|
|
67
65
|
- CONTRIBUTING.md
|
data/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
22
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
4.0.2
|