rcee_precompiled 0.7.0-aarch64-linux-gnu → 0.8.0-aarch64-linux-gnu

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.
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
30
30
  "ext/precompiled/precompiled.h",
31
31
  "lib/rcee/precompiled.rb",
32
32
  "lib/rcee/precompiled/version.rb",
33
+ "patches/libyaml/0001-Update-config.guess-and-config.sub-to-the-versions-p.patch",
33
34
  "ports/archives/yaml-0.2.5.tar.gz",
34
35
  "rcee_precompiled.gemspec",
35
36
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcee_precompiled
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-09-14 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Part of a project to explain how Ruby C extensions work.
13
13
  email:
@@ -24,11 +24,12 @@ files:
24
24
  - ext/precompiled/precompiled.c
25
25
  - ext/precompiled/precompiled.h
26
26
  - lib/rcee/precompiled.rb
27
- - lib/rcee/precompiled/3.1/precompiled.so
28
27
  - lib/rcee/precompiled/3.2/precompiled.so
29
28
  - lib/rcee/precompiled/3.3/precompiled.so
30
29
  - lib/rcee/precompiled/3.4/precompiled.so
30
+ - lib/rcee/precompiled/4.0/precompiled.so
31
31
  - lib/rcee/precompiled/version.rb
32
+ - patches/libyaml/0001-Update-config.guess-and-config.sub-to-the-versions-p.patch
32
33
  - rcee_precompiled.gemspec
33
34
  homepage: https://github.com/flavorjones/ruby-c-extensions-explained
34
35
  licenses:
@@ -41,10 +42,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
42
  requirements:
42
43
  - - ">="
43
44
  - !ruby/object:Gem::Version
44
- version: '3.1'
45
+ version: '3.2'
45
46
  - - "<"
46
47
  - !ruby/object:Gem::Version
47
- version: 3.5.dev
48
+ version: 4.1.dev
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
49
50
  requirements:
50
51
  - - ">="
@@ -54,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
55
  - !ruby/object:Gem::Version
55
56
  version: 3.3.22
56
57
  requirements: []
57
- rubygems_version: 3.6.2
58
+ rubygems_version: 4.0.3
58
59
  specification_version: 4
59
60
  summary: Example gem demonstrating a basic C extension.
60
61
  test_files: []