Skip to content

Commit 4c9b1a7

Browse files
committed
Switch to ruby3.4
1 parent ea4d2f6 commit 4c9b1a7

27 files changed

Lines changed: 1940 additions & 1934 deletions

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
ruby3.4 (3.4.0~placeholder-1) UNRELEASED; urgency=medium
2+
3+
* Ruby 3.4
4+
5+
-- root <aogata@instructure.com> Mon, 03 Feb 2025 12:11:40 -0800
6+
17
ruby3.3 (3.3.3-1ppa1) focal; urgency=medium
28

39
* New upstream version 3.3.3

debian/control

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Source: ruby3.3
1+
Source: ruby3.4
22
Section: ruby
33
Priority: optional
44
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
@@ -20,7 +20,7 @@ Build-Depends: bison,
2020
netbase <!nocheck>,
2121
openssl <!nocheck>,
2222
procps <!nocheck>,
23-
ruby3.3:native <cross>,
23+
ruby3.4:native <cross>,
2424
rubygems-integration (>= 1.6) <!nocheck>,
2525
rustc,
2626
systemtap-sdt-dev [linux-any],
@@ -32,7 +32,7 @@ Vcs-Git: https://salsa.debian.org/ruby-team/ruby.git
3232
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby
3333
Rules-Requires-Root: no
3434

35-
Package: ruby3.3
35+
Package: ruby3.4
3636
Multi-Arch: allowed
3737
Architecture: any
3838
Provides: ruby
@@ -47,10 +47,10 @@ Description: Interpreter of object-oriented scripting language Ruby
4747
files and to do system management tasks (as in perl). It is simple,
4848
straight-forward, and extensible.
4949
.
50-
In the name of this package, `3.3' indicates the Ruby library compatibility
51-
version. This package currently provides the `3.3.x' branch of Ruby.
50+
In the name of this package, `3.4' indicates the Ruby library compatibility
51+
version. This package currently provides the `3.4.x' branch of Ruby.
5252

53-
Package: libruby3.3
53+
Package: libruby3.4
5454
Section: libs
5555
Multi-Arch: same
5656
Architecture: any
@@ -63,42 +63,42 @@ Depends: rake (>= 10.4.2),
6363
${misc:Depends},
6464
${shlibs:Depends}
6565
Provides: ${libruby:Provides}
66-
Description: Libraries necessary to run Ruby 3.3
66+
Description: Libraries necessary to run Ruby 3.4
6767
Ruby is the interpreted scripting language for quick and easy
6868
object-oriented programming. It has many features to process text
6969
files and to do system management tasks (as in perl). It is simple,
7070
straight-forward, and extensible.
7171
.
72-
This package includes the 'libruby-3.3' library, necessary to run Ruby 3.3.
73-
(API version 3.3.0)
72+
This package includes the 'libruby-3.4' library, necessary to run Ruby 3.4.
73+
(API version 3.4.0)
7474

75-
Package: ruby3.3-dev
75+
Package: ruby3.4-dev
7676
Multi-Arch: same
7777
Architecture: any
7878
Depends: libgmp-dev,
79-
libruby3.3 (= ${binary:Version}),
79+
libruby3.4 (= ${binary:Version}),
8080
${misc:Depends},
8181
${shlibs:Depends}
82-
Recommends: ruby3.3-doc
83-
Description: Header files for compiling extension modules for the Ruby 3.3
82+
Recommends: ruby3.4-doc
83+
Description: Header files for compiling extension modules for the Ruby 3.4
8484
Ruby is the interpreted scripting language for quick and easy
8585
object-oriented programming. It has many features to process text
8686
files and to do system management tasks (as in perl). It is simple,
8787
straight-forward, and extensible.
8888
.
8989
This package contains the header files and the mkmf library, necessary
90-
to make extension library for Ruby 3.3. It is also required to build
90+
to make extension library for Ruby 3.4. It is also required to build
9191
many gems.
9292

93-
Package: ruby3.3-doc
93+
Package: ruby3.4-doc
9494
Multi-Arch: foreign
9595
Section: doc
9696
Architecture: all
9797
Depends: ${misc:Depends}
98-
Description: Documentation for Ruby 3.3
98+
Description: Documentation for Ruby 3.4
9999
Ruby is the interpreted scripting language for quick and easy
100100
object-oriented programming. It has many features to process text
101101
files and to do system management tasks (as in perl). It is simple,
102102
straight-forward, and extensible.
103103
.
104-
This package contains the autogenerated documentation for Ruby 3.3.
104+
This package contains the autogenerated documentation for Ruby 3.4.

0 commit comments

Comments
 (0)