rake-compiler-dock 1.4.0.rc1 → 1.4.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b51824ca3f8d8154a7ff22e08ed20953bb77731242d145af462ae198f3900f85
4
- data.tar.gz: 1ec5c570ea206a0320a3b6aa9254cc70a53f7e59e24a94b9753bce96a088f8f5
3
+ metadata.gz: 7ac069a9e5f009ece2893c2fca76739a63da1de07479c3c42cbccb5cf0d27634
4
+ data.tar.gz: c576854edab556b7e1a5f02cdc6ae089b098017e853aeab2b1a61cb1142d1321
5
5
  SHA512:
6
- metadata.gz: 7416974cb6181d737adda2e60ce217bbe66b349f0f195498c7a37374de48b43cd83881f1457378d49854a6e23bec9e84ac5f604afe0606db8bd4ea808f505ba4
7
- data.tar.gz: b92e1eb19c5c19672c5ec8e5c77fac6d09f4c1e65fbc1895cbf402130fa4fc2162b510d4cbc118a55d0bade597a935b294f921ba6e097ecf3a7ebff23c54b875
6
+ metadata.gz: 678aebb8076cee338bd86a453b080349f8d69f2aaf71a7de28a7882e148b52ffc598f5f9f8ea0047c02618cf714fbda4a6dfa5c2b8550fd970b1fe1d16508fb0
7
+ data.tar.gz: ca62298d67de4d9c50a1528c4d048517ab63d69a32d8b7e5029fdada8d21dc4ac12da336d6d2401589c048b0fbdc8fef64c2571db60dc5a34bed2dd3c351195b
data/CONTRIBUTING.md CHANGED
@@ -8,13 +8,13 @@ This document is intended for the rake-compiler-dock contributors.
8
8
  - [x] make sure CI is green!
9
9
  - [x] update `History.md` and `lib/rake_compiler_dock/version.rb`
10
10
  - build
11
- - [-] run the steps below to generate the images locally
12
- - [x] run `gem build rake-compiler-dock`
11
+ - [ ] run the steps below to generate the images locally
12
+ - [ ] run `gem build rake-compiler-dock`
13
13
  - [ ] create a git tag
14
14
  - push
15
- - [ ] run `git push && git push --tags`
16
15
  - [ ] run `bundle exec rake release:images`
17
- - [ ] run `gem push rake-compiler-dock*gem`
16
+ - [ ] run `gem push pkg/rake-compiler-dock*gem`
17
+ - [ ] run `git push && git push --tags`
18
18
  - announce
19
19
  - [ ] create a release at https://github.com/rake-compiler/rake-compiler-dock/releases
20
20
 
data/Dockerfile.mri.erb CHANGED
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  image = case platform
3
- when /x86_64-linux/ then "quay.io/pypa/manylinux2014_x86_64"
4
- when /x86-linux/ then "quay.io/pypa/manylinux2014_i686"
5
- else "ubuntu:20.04"
3
+ when /x86_64-linux/ then "quay.io/pypa/manylinux2014_x86_64:latest@sha256:355ac32f868c200253f4af55d5b1a63a78593ef29ed9aaf0900b8b2f304ab772"
4
+ when /x86-linux/ then "quay.io/pypa/manylinux2014_i686:latest@sha256:39fb5356017e093825017cba9aea9d032c92f35a21a30d084a4dc4a0003ceaf9"
5
+ else "ubuntu:20.04@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2"
6
6
  end
7
7
  manylinux = !!(image =~ /manylinux/)
8
8
  %>
@@ -142,7 +142,7 @@ RUN bash -c " \
142
142
  axrubies = if platform =~ /x64-mingw-ucrt/
143
143
  [
144
144
  # Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
145
- ["3.3.0-preview3:3.2.0:3.1.0", "3.1.3"],
145
+ ["3.3.0-rc1:3.2.0:3.1.0", "3.1.3"],
146
146
  ]
147
147
  elsif platform =~ /x64-mingw32/
148
148
  [
@@ -153,7 +153,7 @@ elsif platform =~ /x64-mingw32/
153
153
  else
154
154
  [
155
155
  ["2.6.0:2.5.0:2.4.0", "2.5.9"],
156
- ["3.3.0-preview3:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
156
+ ["3.3.0-rc1:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
157
157
  ]
158
158
  end
159
159
 
data/History.md CHANGED
@@ -1,5 +1,11 @@
1
+ 1.4.0.rc2 / 2023-12-12
2
+ ---------------------
3
+
4
+ * Add Ruby 3.3.0-rc1 cross-compilation support. (@flavorjones)
5
+
6
+
1
7
  1.4.0.rc1 / 2023-11-26
2
- -----------------
8
+ ----------------------
3
9
 
4
10
  * Add Ruby 3.3.0-preview3 cross-compilation support. #105 (@flavorjones)
5
11
  * Update to rake-compiler 1.2.5. #108 (@flavorjones)
@@ -1,4 +1,4 @@
1
1
  module RakeCompilerDock
2
- VERSION = "1.4.0.rc1"
3
- IMAGE_VERSION = "1.4.0.rc1"
2
+ VERSION = "1.4.0.rc2"
3
+ IMAGE_VERSION = "1.4.0.rc2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-compiler-dock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.rc1
4
+ version: 1.4.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Kanis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-26 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler