rcee_precompiled 0.5.1-arm64-darwin → 0.6.0-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Rakefile +4 -5
- data/lib/rcee/precompiled/3.1/precompiled.bundle +0 -0
- data/lib/rcee/precompiled/3.2/precompiled.bundle +0 -0
- data/lib/rcee/precompiled/3.3/precompiled.bundle +0 -0
- data/lib/rcee/precompiled/{3.0 → 3.4}/precompiled.bundle +0 -0
- data/lib/rcee/precompiled/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6995a92732102434f06521b487e897ea78cd9547c68c947291223829eb045a0a
|
4
|
+
data.tar.gz: 556ce81ffec72649c8c2ce5dc59d3a741f572863188fa25dcbe6a95da3889092
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79a411c0b159d9fa18e746466796ad8435ef189b914c572c928d7e8ce75dcd4b10292c5064da08505009682500dd62a43c44b98489c3ec7e8d884729765d8b3d
|
7
|
+
data.tar.gz: d7cee68ea11f2e6717197839659f958d805d8138730aa6945160b5e439b33320ab3bd014d17e6de2b1b1a94d5f45624d28dbbc2ba3ce648023658d40a7e3cc2a
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
@@ -6,20 +6,19 @@ require "rake/testtask"
|
|
6
6
|
require "rake/extensiontask"
|
7
7
|
require "rake_compiler_dock"
|
8
8
|
|
9
|
-
cross_rubies = ["3.
|
9
|
+
cross_rubies = ["3.4.0", "3.3.5", "3.2.0", "3.1.0"]
|
10
10
|
cross_platforms = [
|
11
11
|
"aarch64-linux-gnu",
|
12
12
|
"aarch64-linux-musl",
|
13
13
|
"arm-linux-gnu",
|
14
14
|
"arm-linux-musl",
|
15
|
-
"arm64-darwin",
|
16
|
-
"x64-mingw-ucrt",
|
17
|
-
"x64-mingw32",
|
18
15
|
"x86-linux-gnu",
|
19
16
|
"x86-linux-musl",
|
20
|
-
"x86_64-darwin",
|
21
17
|
"x86_64-linux-gnu",
|
22
18
|
"x86_64-linux-musl",
|
19
|
+
"arm64-darwin",
|
20
|
+
"x86_64-darwin",
|
21
|
+
"x64-mingw-ucrt",
|
23
22
|
]
|
24
23
|
ENV["RUBY_CC_VERSION"] = cross_rubies.join(":")
|
25
24
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rcee_precompiled
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Mike Dalessio
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Part of a project to explain how Ruby C extensions work.
|
14
14
|
email:
|
@@ -25,10 +25,10 @@ files:
|
|
25
25
|
- ext/precompiled/precompiled.c
|
26
26
|
- ext/precompiled/precompiled.h
|
27
27
|
- lib/rcee/precompiled.rb
|
28
|
-
- lib/rcee/precompiled/3.0/precompiled.bundle
|
29
28
|
- lib/rcee/precompiled/3.1/precompiled.bundle
|
30
29
|
- lib/rcee/precompiled/3.2/precompiled.bundle
|
31
30
|
- lib/rcee/precompiled/3.3/precompiled.bundle
|
31
|
+
- lib/rcee/precompiled/3.4/precompiled.bundle
|
32
32
|
- lib/rcee/precompiled/version.rb
|
33
33
|
- rcee_precompiled.gemspec
|
34
34
|
homepage: https://github.com/flavorjones/ruby-c-extensions-explained
|
@@ -43,10 +43,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '3.
|
46
|
+
version: '3.1'
|
47
47
|
- - "<"
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 3.
|
49
|
+
version: 3.5.dev
|
50
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - ">="
|