rcee_precompiled 0.6.0-arm64-darwin → 0.8.0-arm64-darwin

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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcee_precompiled
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-14 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Part of a project to explain how Ruby C extensions work.
14
13
  email:
@@ -25,17 +24,17 @@ files:
25
24
  - ext/precompiled/precompiled.c
26
25
  - ext/precompiled/precompiled.h
27
26
  - lib/rcee/precompiled.rb
28
- - lib/rcee/precompiled/3.1/precompiled.bundle
29
27
  - lib/rcee/precompiled/3.2/precompiled.bundle
30
28
  - lib/rcee/precompiled/3.3/precompiled.bundle
31
29
  - lib/rcee/precompiled/3.4/precompiled.bundle
30
+ - lib/rcee/precompiled/4.0/precompiled.bundle
32
31
  - lib/rcee/precompiled/version.rb
32
+ - patches/libyaml/0001-Update-config.guess-and-config.sub-to-the-versions-p.patch
33
33
  - rcee_precompiled.gemspec
34
34
  homepage: https://github.com/flavorjones/ruby-c-extensions-explained
35
35
  licenses:
36
36
  - MIT
37
37
  metadata: {}
38
- post_install_message:
39
38
  rdoc_options: []
40
39
  require_paths:
41
40
  - lib
@@ -43,18 +42,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - ">="
45
44
  - !ruby/object:Gem::Version
46
- version: '3.1'
45
+ version: '3.2'
47
46
  - - "<"
48
47
  - !ruby/object:Gem::Version
49
- version: 3.5.dev
48
+ version: 4.1.dev
50
49
  required_rubygems_version: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - ">="
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
54
  requirements: []
56
- rubygems_version: 3.3.26
57
- signing_key:
55
+ rubygems_version: 4.0.3
58
56
  specification_version: 4
59
57
  summary: Example gem demonstrating a basic C extension.
60
58
  test_files: []