rcee_precompiled 0.5.1-x64-mingw-ucrt → 0.6.0-x64-mingw-ucrt
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.so +0 -0
- data/lib/rcee/precompiled/3.2/precompiled.so +0 -0
- data/lib/rcee/precompiled/3.3/precompiled.so +0 -0
- data/lib/rcee/precompiled/3.4/precompiled.so +0 -0
- data/lib/rcee/precompiled/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4936732436d1c4ccb20e170b9ba19ce00ea8b07e67a1bc555ca351be1b5f76e4
|
4
|
+
data.tar.gz: 777d68748d1ba6a6d9324788aa65ccb72370d72137570f877108fdc193aaca4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 738e87ed858362d9c96f689f404ed443762a595392f93c8b6096c0bade5d0d250b3d85528c1f2cdbd509d8fa6532aeb78ee85a994237828d5ccd61714013f66b
|
7
|
+
data.tar.gz: 619c5fe3810ea43ff51062b1cb2b47751eaacb75efc887ac872ceaaef7de4a484ff211551d2527209f9643f330277c442f0ded720af0c631c7e83b09cd346bd7
|
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: x64-mingw-ucrt
|
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:
|
@@ -28,6 +28,7 @@ files:
|
|
28
28
|
- lib/rcee/precompiled/3.1/precompiled.so
|
29
29
|
- lib/rcee/precompiled/3.2/precompiled.so
|
30
30
|
- lib/rcee/precompiled/3.3/precompiled.so
|
31
|
+
- lib/rcee/precompiled/3.4/precompiled.so
|
31
32
|
- lib/rcee/precompiled/version.rb
|
32
33
|
- rcee_precompiled.gemspec
|
33
34
|
homepage: https://github.com/flavorjones/ruby-c-extensions-explained
|
@@ -45,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
46
|
version: '3.1'
|
46
47
|
- - "<"
|
47
48
|
- !ruby/object:Gem::Version
|
48
|
-
version: 3.
|
49
|
+
version: 3.5.dev
|
49
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
51
|
requirements:
|
51
52
|
- - ">="
|