okay 12.0.1 → 12.0.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/lib/okay/version.rb +1 -1
- data/okay.gemspec +2 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c78533be4627e09653d047a0b1e9324c4a7536017323cf9cf3ac568fa466b7e
|
|
4
|
+
data.tar.gz: e6998cfd4eec770e2af999e76d432fa5500b8af8e580aa534716eb832d058bf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a11db0ced14f57a8e037db3bdd2ffcc218ee79f2fdce37003e4df38c0ff93c073b92aaad6aa41ca77dd7eb0d64a00a5b98c8c03ce0f0f43bc709b8a2f939c20f
|
|
7
|
+
data.tar.gz: 4f160ba25d683ce69a4fc04d722edb590ae2024ff125b061fae9f17e53b8730eaa22551631d05564ccc8fec45b4b1ca757641ebb2088bb067953c4d974cd079a
|
data/lib/okay/version.rb
CHANGED
data/okay.gemspec
CHANGED
|
@@ -16,9 +16,7 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.homepage = "https://github.com/duckinator/okay"
|
|
17
17
|
spec.license = "MIT"
|
|
18
18
|
|
|
19
|
-
spec.files =
|
|
20
|
-
f.match(%r{^(README.md|LICENSE.txt|okay.gemspec|lib)})
|
|
21
|
-
end
|
|
19
|
+
spec.files = ['README.md', 'LICENSE.txt', 'okay.gemspec'] + Dir['lib/**/*.rb']
|
|
22
20
|
spec.bindir = "exe"
|
|
23
21
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
24
22
|
spec.require_paths = ["lib"]
|
|
@@ -30,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
|
30
28
|
# Ruby maintenance info: https://www.ruby-lang.org/en/downloads/branches/
|
|
31
29
|
#
|
|
32
30
|
# NOTE: Update Gemfile when this is updated!
|
|
33
|
-
spec.required_ruby_version = ">=
|
|
31
|
+
spec.required_ruby_version = ">= 3.0"
|
|
34
32
|
|
|
35
33
|
spec.add_runtime_dependency "cacert"
|
|
36
34
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: okay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.0.
|
|
4
|
+
version: 12.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ellen Marie Dash
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cacert
|
|
@@ -97,14 +97,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
requirements:
|
|
98
98
|
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
|
-
version: '
|
|
100
|
+
version: '3.0'
|
|
101
101
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
requirements:
|
|
103
103
|
- - ">="
|
|
104
104
|
- !ruby/object:Gem::Version
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
|
-
rubygems_version: 3.
|
|
107
|
+
rubygems_version: 3.5.0.dev
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Okay, minimalist implementations of common utilities.
|