cutoff 0.5.2 → 1.0.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 +19 -1
- data/lib/cutoff/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccf20a5afa9e52d5c638e5e72edfa1395375701b31525868ab354d036d6593a5
|
|
4
|
+
data.tar.gz: 83f27ac46d53346b3fa5c9b07644dacb3ce058a78d7bd0e07a72e0eb4b291874
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b13ffe6962c36d49aff8969bc1ca23e8e0173885505556d945dd19593b815261fc07202d3fa75d83433d3c6ad831645bcdaaf79e5a06785e1a4dc9aeceea955
|
|
7
|
+
data.tar.gz: 165328cd0c983b3ec1b9007c0a4e17bd4e66b3dd4683f4a760e7374ec1c563caff1ffcd9dfe8653e8945da92764d110a7fb3ef7d66011d56d1f3f91cda7d4983
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.0] - 2026-05-12
|
|
11
|
+
|
|
12
|
+
This release marks Cutoff's API as stable. There are no behavior changes
|
|
13
|
+
since 0.5.2.
|
|
14
|
+
|
|
15
|
+
### Breaking
|
|
16
|
+
|
|
17
|
+
- Drop support for Ruby < 3.1. The minimum supported Ruby is now 3.1.
|
|
18
|
+
`required_ruby_version` in the gemspec has been raised accordingly. #21
|
|
19
|
+
justinhoward
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Modernize CI matrix to Ruby 3.1, 3.2, 3.3, 3.4, jruby-head, and
|
|
24
|
+
truffleruby-head, and update gem dependencies that had rotted out of
|
|
25
|
+
CI in the interim. #21 justinhoward
|
|
26
|
+
|
|
10
27
|
## [0.5.2] - 2022-09-06
|
|
11
28
|
|
|
12
29
|
### Changed
|
|
@@ -81,7 +98,8 @@ to `Timeout::Error`. `CutoffError` changes from a class to a module.
|
|
|
81
98
|
- Cutoff class
|
|
82
99
|
- Mysql2 patch
|
|
83
100
|
|
|
84
|
-
[Unreleased]: https://github.com/justinhoward/cutoff/compare/
|
|
101
|
+
[Unreleased]: https://github.com/justinhoward/cutoff/compare/v1.0.0...HEAD
|
|
102
|
+
[1.0.0]: https://github.com/justinhoward/cutoff/compare/v0.5.2...v1.0.0
|
|
85
103
|
[0.5.2]: https://github.com/justinhoward/cutoff/compare/v0.5.1...v0.5.2
|
|
86
104
|
[0.5.1]: https://github.com/justinhoward/cutoff/compare/v0.5.0...v0.5.1
|
|
87
105
|
[0.5.0]: https://github.com/justinhoward/cutoff/compare/v0.4.2...v0.5.0
|
data/lib/cutoff/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cutoff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Howard
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
- - "<"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '1.0'
|
|
61
|
-
description:
|
|
61
|
+
description:
|
|
62
62
|
email:
|
|
63
63
|
- jmhoward0@gmail.com
|
|
64
64
|
executables: []
|
|
@@ -84,9 +84,9 @@ licenses:
|
|
|
84
84
|
- MIT
|
|
85
85
|
metadata:
|
|
86
86
|
changelog_uri: https://github.com/justinhoward/cutoff/blob/master/CHANGELOG.md
|
|
87
|
-
documentation_uri: https://www.rubydoc.info/gems/cutoff/0.
|
|
87
|
+
documentation_uri: https://www.rubydoc.info/gems/cutoff/1.0.0
|
|
88
88
|
rubygems_mfa_required: 'true'
|
|
89
|
-
post_install_message:
|
|
89
|
+
post_install_message:
|
|
90
90
|
rdoc_options: []
|
|
91
91
|
require_paths:
|
|
92
92
|
- lib
|
|
@@ -94,15 +94,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
requirements:
|
|
95
95
|
- - ">="
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: '
|
|
97
|
+
version: '3.1'
|
|
98
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - ">="
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: '0'
|
|
103
103
|
requirements: []
|
|
104
|
-
rubygems_version: 3.
|
|
105
|
-
signing_key:
|
|
104
|
+
rubygems_version: 3.4.20
|
|
105
|
+
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: Deadlines for ruby
|
|
108
108
|
test_files: []
|