optify-config 1.25.0 → 1.25.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/optify_ruby/Cargo.toml +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be3b20f2b0eaa8b0085f8c08bdea8ab315b4a3595aeb1eee63789c5af64fe172
4
- data.tar.gz: 347ba77cf5eed2051d6b4abebac8cc1d4934e9258eb46066767bcf026edd1893
3
+ metadata.gz: 3c5bba8f17ee332d4cc2a411586af11a5ec1645f256730a989e45dbae1a56277
4
+ data.tar.gz: '046398ac29bf2689bcfdd48bfc2bacdb674126ab05a2a7c59a5b032ebabce050'
5
5
  SHA512:
6
- metadata.gz: e5862c01f659207a927473e90e83ce1e765b285741438eb5080c43d3b4365fec795287640b7da281cf8cfb1a6b57e04430f5dc7cc4b99ba80a7f51889edbae29
7
- data.tar.gz: 33f8da84f7178bd22755207496a76733d29e2fff73f13de766af2881fe3c7d5791f92347bdee35ba881b4fc5f8524f6f9b85f1ea311ac84a5c7bcc2fd4b648ca
6
+ metadata.gz: 366c3e615c701a2ce5190857afc4aebcf49f934205b540d3f05434658ea939b30745643e7472048a5c5716963c12116db3f7ad45e07c1ec31468dc68bf41af62
7
+ data.tar.gz: d1c71b3c16a86e3d822ba477aa85fb22a6c87d59bb5c6c69114b6188e8ac399f93cdde50a19b75e6414553269821845f47f32d35b72e4c9c6094f832cfd92e2a
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "optify_ruby"
3
- version = "0.26.0"
3
+ version = "0.26.1"
4
4
  edition = "2021"
5
5
 
6
6
  description = "optify bindings for Ruby"
@@ -22,6 +22,6 @@ crate-type = ["cdylib"]
22
22
  [dependencies]
23
23
  magnus = "0.8.2"
24
24
  # Can't put a relative path here because then others can't install the source gem: https://github.com/juharris/optify/pull/176
25
- optify = "1.5.0"
25
+ optify = "1.5.1"
26
26
  rb-sys = { version = "0.9.124", default-features = false, features = ["ruby-static"] }
27
27
  serde_json = "1.0.149"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optify-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin D. Harris
@@ -29,7 +29,7 @@ dependencies:
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.4.0
32
+ version: 0.5.0
33
33
  - - "<"
34
34
  - !ruby/object:Gem::Version
35
35
  version: '1'
@@ -39,7 +39,7 @@ dependencies:
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 0.4.0
42
+ version: 0.5.0
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1'