okcomputer 1.19.0 → 1.19.1

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: 834e3e304e55f2824d48769656b7fbfda10219d176d23fc445adfeaef01aaca8
4
- data.tar.gz: 958d4a30a4a391f31734713f56dea8b492b7952b53bb7f339aa168a8e37d133f
3
+ metadata.gz: e5ade929cbb75c7478c1f46b7eaaf9ae49b94e2bf92ce3c6cdc74dc78fadc834
4
+ data.tar.gz: c6a9e9d2fa50c6c16018f3fda2184e834e9797443a37a3b5d0c26a838f17c193
5
5
  SHA512:
6
- metadata.gz: 64d45f7f723099e15f7fc54e305029c6893a16e81fdd1ac353343d0be1b8f3ee7a33c412591dd343c6ddc84c9495ae85bb79ad742804019ba0e627e8dffddae0
7
- data.tar.gz: 92429b914eff4069011dfd05aeba9b4ab725816b1f43ceb0b16b1f4e6c12894776d0e0475afe2f75fdf29539d1b7d9047d37a9c42708f6b5bf385a9f6d2c0029
6
+ metadata.gz: f7c37e6892f310730e5a7cf1ca868c7ec193f5a642bfc3bce8c9772b5c9e8d7c3917199a9d1ed82af4d32f416a6bdbe7641d2c96e83499ebf8666473f19cae28
7
+ data.tar.gz: a83d9c79e33b0c77665b42ecd6e581940b8ad0456fc640b50ba08285d961bbd3ef83a6754d840166cff0adbeae093dc03ccacb9a3f1a3693c936a78e5853ab1e
data/README.markdown CHANGED
@@ -26,6 +26,7 @@ OkComputer currently fully supports the following Rails versions:
26
26
 
27
27
  In addition, the CI tests are passing on, but is not guaranteed to work with, the following Rails versions:
28
28
 
29
+ * 8.1
29
30
  * 8.0
30
31
  * 7.2
31
32
  * 7.1
@@ -1,3 +1,3 @@
1
1
  module OkComputer
2
- VERSION = '1.19.0'
2
+ VERSION = '1.19.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: okcomputer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Byrne
@@ -12,8 +12,22 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2025-02-11 00:00:00.000000000 Z
16
- dependencies: []
15
+ date: 2025-11-23 00:00:00.000000000 Z
16
+ dependencies:
17
+ - !ruby/object:Gem::Dependency
18
+ name: benchmark
19
+ requirement: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: '0'
24
+ type: :runtime
25
+ prerelease: false
26
+ version_requirements: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
17
31
  description: Inspired by the simplicity of Fitter Happier, but frustrated by its lack
18
32
  of flexibility, we built OkComputer. Create and register your own custom health
19
33
  checks, or choose from the built-in library of checks to ensure your app is working
@@ -74,6 +88,7 @@ homepage: https://github.com/emmahsax/okcomputer
74
88
  licenses:
75
89
  - MIT
76
90
  metadata:
91
+ homepage_uri: https://github.com/emmahsax/okcomputer
77
92
  bug_tracker_uri: https://github.com/emmahsax/okcomputer/issues
78
93
  changelog_uri: https://github.com/emmahsax/okcomputer/blob/main/CHANGELOG.markdown
79
94
  source_code_uri: https://github.com/emmahsax/okcomputer