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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66ca38a327877a7cbae38ccda37e0c621fd3bb6b1aa2076c4d36fcf6fa849ab4
4
- data.tar.gz: daad94c0e0867f968b13bcf6b54b6e850df851b61f884a0c74cfe70524ea3cf2
3
+ metadata.gz: 3a7e457a262b1fbd251ebbcb6f5cae6c73a8b9659fe5b8db4bf81610e5022a16
4
+ data.tar.gz: 1e2cdc985b3210d4c60e2beb6d5cfde567cbf88afcd18c13d67b1f7db1189013
5
5
  SHA512:
6
- metadata.gz: 5285413f55fd9d32c236e17b13c0d54904cebb9f3e7ce4bb0eefcbc1fcc11845c868004b5289a71bf92e33bea0a435e8cad8525baa626070807215e97508497f
7
- data.tar.gz: 268ac26f7a97ad1d1c081a27d87bbec73762a5685f1b16797fd0278c3261707f5df323ae5cede4517ed655b7866c2e0e85b70d6ec908c87e00e3f57a6e83c250
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.1...HEAD
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Perchfall
4
4
  module Rails
5
- VERSION = "0.2.1"
5
+ VERSION = "0.2.2"
6
6
  end
7
7
  end
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.1
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
- - ymendel@pobox.com
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