rcee_precompiled 0.6.0-x86_64-linux-gnu → 0.8.0-x86_64-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,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: x86_64-linux-gnu
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.so
29
27
  - lib/rcee/precompiled/3.2/precompiled.so
30
28
  - lib/rcee/precompiled/3.3/precompiled.so
31
29
  - lib/rcee/precompiled/3.4/precompiled.so
30
+ - lib/rcee/precompiled/4.0/precompiled.so
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,10 +42,10 @@ 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
  - - ">="
@@ -56,8 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
55
  - !ruby/object:Gem::Version
57
56
  version: 3.3.22
58
57
  requirements: []
59
- rubygems_version: 3.3.26
60
- signing_key:
58
+ rubygems_version: 4.0.3
61
59
  specification_version: 4
62
60
  summary: Example gem demonstrating a basic C extension.
63
61
  test_files: []