okcomputer 1.19.1 → 1.19.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: e5ade929cbb75c7478c1f46b7eaaf9ae49b94e2bf92ce3c6cdc74dc78fadc834
4
- data.tar.gz: c6a9e9d2fa50c6c16018f3fda2184e834e9797443a37a3b5d0c26a838f17c193
3
+ metadata.gz: 6b698c4f15d160137298b7023a1c8e661f6f4a49f2378a8aae23e2451e012306
4
+ data.tar.gz: 315252dc778cb44706720dbab9420f778e237e7350e388640889b06c260c9490
5
5
  SHA512:
6
- metadata.gz: f7c37e6892f310730e5a7cf1ca868c7ec193f5a642bfc3bce8c9772b5c9e8d7c3917199a9d1ed82af4d32f416a6bdbe7641d2c96e83499ebf8666473f19cae28
7
- data.tar.gz: a83d9c79e33b0c77665b42ecd6e581940b8ad0456fc640b50ba08285d961bbd3ef83a6754d840166cff0adbeae093dc03ccacb9a3f1a3693c936a78e5853ab1e
6
+ metadata.gz: 2ded6dc9dfa8d24a9adb8fe80826e403a9cb408818ebb5d8bf504f7390e848e498448b50c5c4af4dfd60d28ab5ef975803b51126b48f53c40839968e5580945c
7
+ data.tar.gz: '087e5ae51b7fa551879135a86819dd2d95c28b1edaf35c716b4f9c4408fb9cf02238225f7ccd6fe214b117ee6eed0e16d9656a3a04a9a9370c76646b7f7136b0'
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2024 Emma Sax
1
+ Copyright 2024 OkComputer (Ruby)
2
2
  Copyright 2017-2024 SportsEngine
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining
data/README.markdown CHANGED
@@ -1,8 +1,8 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/okcomputer.svg)](https://badge.fury.io/rb/okcomputer)
2
2
  [![Downloads](https://img.shields.io/gem/dt/okcomputer.svg)](https://rubygems.org/gems/okcomputer)
3
- [![License](https://img.shields.io/github/license/emmahsax/okcomputer.svg)](LICENSE)
3
+ [![License](https://img.shields.io/github/license/okcomputer-ruby/okcomputer.svg)](LICENSE)
4
4
  [![Ruby Versions](https://img.shields.io/badge/Ruby-%3E%3D%202.1-brightgreen.svg)](https://www.ruby-lang.org)
5
- [![Build Status](https://github.com/emmahsax/okcomputer/actions/workflows/ci.yml/badge.svg)](https://github.com/emmahsax/okcomputer/actions/workflows/ci.yml)
5
+ [![Build Status](https://github.com/okcomputer-ruby/okcomputer/actions/workflows/ci.yml/badge.svg)](https://github.com/okcomputer-ruby/okcomputer/actions/workflows/ci.yml)
6
6
 
7
7
  # OkComputer
8
8
 
@@ -185,7 +185,7 @@ This check will run and report its status, but will not affect the HTTP status c
185
185
  The plain-text output flows through Rails' internationalization framework.
186
186
  Adjust the output as necessary by defining `okcomputer.check.passed` and
187
187
  `okcomputer.check.failed` keys in your setup. The default values are available
188
- [in `okcomputer.en.yml`](https://github.com/emmahsax/okcomputer/blob/main/config/locales/okcomputer.en.yml).
188
+ [in `okcomputer.en.yml`](https://github.com/okcomputer-ruby/okcomputer/blob/main/config/locales/okcomputer.en.yml).
189
189
 
190
190
  ## Running checks in parallel
191
191
 
@@ -247,12 +247,12 @@ bundle and run the tests with a specific version of Rails.
247
247
  3. Commit your changes (`git commit -am 'Add some feature'`)
248
248
  4. Push to the branch (`git push origin my-new-feature`)
249
249
  5. Create a new pull request on upstream (this repository)
250
- 6. Update [`CHANGELOG.markdown`](https://github.com/emmahsax/okcomputer/blob/main/CHANGELOG.markdown) under an `Unreleased` tag version (create a new one at the top if needed) with summarized changes and link to the pull request
250
+ 6. Update [`CHANGELOG.markdown`](https://github.com/okcomputer-ruby/okcomputer/blob/main/CHANGELOG.markdown) under an `Unreleased` tag version (create a new one at the top if needed) with summarized changes and link to the pull request
251
251
 
252
252
  ## Releasing
253
253
 
254
254
  1. Ensure you have push permissions to [RubyGems](https://rubygems.org/gems/okcomputer)
255
255
  2. Merge all PRs so that `main` is up to date with the new version
256
- 3. Determine the new version ([`lib/ok_computer/version`](https://github.com/emmahsax/okcomputer/blob/main/lib/ok_computer/version.rb) has the current latest one) by following [semantic versioning](https://semver.org/) guidelines
256
+ 3. Determine the new version ([`lib/ok_computer/version`](https://github.com/okcomputer-ruby/okcomputer/blob/main/lib/ok_computer/version.rb) has the current latest one) by following [semantic versioning](https://semver.org/) guidelines
257
257
  4. Ensure you're on the `main` branch and you are locally up to date (`git checkout main && git pull`)
258
258
  5. Run the release script and pass in the new version (`bin/release vX.X.X`... the `v` at the beginning is optional)
@@ -1,3 +1,3 @@
1
1
  module OkComputer
2
- VERSION = '1.19.1'
2
+ VERSION = '1.19.2'
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.1
4
+ version: 1.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Byrne
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2025-11-23 00:00:00.000000000 Z
15
+ date: 2026-05-31 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: benchmark
@@ -84,14 +84,14 @@ files:
84
84
  - lib/ok_computer/registry.rb
85
85
  - lib/ok_computer/version.rb
86
86
  - lib/okcomputer.rb
87
- homepage: https://github.com/emmahsax/okcomputer
87
+ homepage: https://github.com/okcomputer-ruby/okcomputer
88
88
  licenses:
89
89
  - MIT
90
90
  metadata:
91
- homepage_uri: https://github.com/emmahsax/okcomputer
92
- bug_tracker_uri: https://github.com/emmahsax/okcomputer/issues
93
- changelog_uri: https://github.com/emmahsax/okcomputer/blob/main/CHANGELOG.markdown
94
- source_code_uri: https://github.com/emmahsax/okcomputer
91
+ homepage_uri: https://github.com/okcomputer-ruby/okcomputer
92
+ bug_tracker_uri: https://github.com/okcomputer-ruby/okcomputer/issues
93
+ changelog_uri: https://github.com/okcomputer-ruby/okcomputer/blob/main/CHANGELOG.markdown
94
+ source_code_uri: https://github.com/okcomputer-ruby/okcomputer
95
95
  post_install_message:
96
96
  rdoc_options: []
97
97
  require_paths: