* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2022-07-18 8:27 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2022-07-18 8:27 UTC (permalink / raw
To: gentoo-commits
commit: 8e8701f62e01e29c9e7a9d6198276bf8a6046691
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 07:37:30 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 08:27:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8701f6
dev-ruby/ruby_version: new package, add 1.0.2
Dependency for forthcoming dev-ruby/rspec-pending_for.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/Manifest | 1 +
dev-ruby/ruby_version/metadata.xml | 11 +++++++++++
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 18 ++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-ruby/ruby_version/Manifest b/dev-ruby/ruby_version/Manifest
new file mode 100644
index 000000000000..b9e423b1d02c
--- /dev/null
+++ b/dev-ruby/ruby_version/Manifest
@@ -0,0 +1 @@
+DIST ruby_version-1.0.2.gem 24576 BLAKE2B 93283e11d49a4b981a64b7e61c68b93ab7abbc91c20de152e1936a1d57db54eec7e8d3aa756f96e52a531a3d72891724f53d3bc39f85e3be70d06d2958abef4d SHA512 638fa85d768a3975bd3eddbe71ef4c44a0cb4d135b44f746b1636cc02cdb4313331e41e35f7ed4f4a0132758d8264995ac8aa3e121abbeae5b95c62fe0d9132c
diff --git a/dev-ruby/ruby_version/metadata.xml b/dev-ruby/ruby_version/metadata.xml
new file mode 100644
index 000000000000..b3209d9c58f8
--- /dev/null
+++ b/dev-ruby/ruby_version/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">janlelis/ruby_version</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
new file mode 100644
index 000000000000..3cdc0b667262
--- /dev/null
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a RubyVersion class which offers a convenient DSL for checking for the right Ruby version"
+HOMEPAGE="https://github.com/janlelis/ruby_version"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2022-07-19 6:07 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2022-07-19 6:07 UTC (permalink / raw
To: gentoo-commits
commit: f1269e288598004cd7e6bc4973e2ed5fb08f2c85
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 05:57:42 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 06:07:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1269e28
dev-ruby/ruby_version: update DESCRIPTION
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
index 3cdc0b667262..a9fdd2967d2a 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -9,7 +9,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
inherit ruby-fakegem
-DESCRIPTION="Provides a RubyVersion class which offers a convenient DSL for checking for the right Ruby version"
+DESCRIPTION="A class which offers a convenient DSL for checking for the right Ruby version"
HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2022-07-20 17:01 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-07-20 17:01 UTC (permalink / raw
To: gentoo-commits
commit: f1a230ebd78235f15d9a48d93e41b877f9204ebd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 17:00:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 17:00:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a230eb
dev-ruby/ruby_version: Keyword 1.0.2 ppc64, #859448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
index a9fdd2967d2a..bed8fc5280aa 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -14,5 +14,5 @@ HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2022-07-20 17:01 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-07-20 17:01 UTC (permalink / raw
To: gentoo-commits
commit: aef995a72653e1b19ff5a5a33fa2678cf66f1e9c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 17:00:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 17:00:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef995a7
dev-ruby/ruby_version: Keyword 1.0.2 ppc, #859448
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
index bed8fc5280aa..4ebeb6551fc5 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -14,5 +14,5 @@ HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64"
IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2022-12-05 19:54 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-12-05 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 63ece024d10fd10a4dba0e9ad040f1a41646a983
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 19:53:55 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 19:53:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ece024
dev-ruby/ruby_version: Keyword 1.0.2 x86, #859448
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
index 4ebeb6551fc5..9dc7c8d18959 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -14,5 +14,5 @@ HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2023-03-26 6:44 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-03-26 6:44 UTC (permalink / raw
To: gentoo-commits
commit: c88896aa481b6c7730198defc6d10b4faf91d673
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 06:39:51 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 06:39:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88896aa
dev-ruby/ruby_version: enable ruby32
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
index 9dc7c8d18959..3f6d511a0673 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2023-04-08 7:25 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-04-08 7:25 UTC (permalink / raw
To: gentoo-commits
commit: a6a1ddfc532b4b2adbef0919d1310ca971a29668
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 07:23:52 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 07:25:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a1ddfc
dev-ruby/ruby_version: add 1.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/Manifest | 1 +
dev-ruby/ruby_version/ruby_version-1.0.3.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-ruby/ruby_version/Manifest b/dev-ruby/ruby_version/Manifest
index b9e423b1d02c..bc325008d8e3 100644
--- a/dev-ruby/ruby_version/Manifest
+++ b/dev-ruby/ruby_version/Manifest
@@ -1 +1,2 @@
DIST ruby_version-1.0.2.gem 24576 BLAKE2B 93283e11d49a4b981a64b7e61c68b93ab7abbc91c20de152e1936a1d57db54eec7e8d3aa756f96e52a531a3d72891724f53d3bc39f85e3be70d06d2958abef4d SHA512 638fa85d768a3975bd3eddbe71ef4c44a0cb4d135b44f746b1636cc02cdb4313331e41e35f7ed4f4a0132758d8264995ac8aa3e121abbeae5b95c62fe0d9132c
+DIST ruby_version-1.0.3.gem 8192 BLAKE2B 6585ae4ef9c3c7a968c35ce503696fcf64b10212147cf02171e6ed9be6059d9ba9d355bd4f5e848b16f78995c61d30bcd0ee6b37708854ce446bcb945c20acfc SHA512 8e03113f06a2d52f0e8ae89c4936bdb9b4d244be17303d178f2c7bcb129b655e7a7841e967322beaec0e16d46d05233542cc007d81a9b2d6e75e60e34dba612d
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
new file mode 100644
index 000000000000..cabc8045d683
--- /dev/null
+++ b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A class which offers a convenient DSL for checking for the right Ruby version"
+HOMEPAGE="https://github.com/janlelis/ruby_version"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2023-07-11 8:13 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2023-07-11 8:13 UTC (permalink / raw
To: gentoo-commits
commit: 98342d12bfd9da33184f33dcce7843795620ebd3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 08:12:59 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 08:12:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98342d12
dev-ruby/ruby_version: Keyword 1.0.3 riscv, #905724
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
index cabc8045d683..1e369f7f8840 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
@@ -14,5 +14,5 @@ HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2023-12-31 10:29 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-12-31 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 7096643821befcf74fc885134a28ba79a569e3b1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 10:07:02 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 10:29:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70966438
dev-ruby/ruby_version: drop 1.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/Manifest | 1 -
dev-ruby/ruby_version/ruby_version-1.0.2.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-ruby/ruby_version/Manifest b/dev-ruby/ruby_version/Manifest
index bc325008d8e3..a0845d21a8d9 100644
--- a/dev-ruby/ruby_version/Manifest
+++ b/dev-ruby/ruby_version/Manifest
@@ -1,2 +1 @@
-DIST ruby_version-1.0.2.gem 24576 BLAKE2B 93283e11d49a4b981a64b7e61c68b93ab7abbc91c20de152e1936a1d57db54eec7e8d3aa756f96e52a531a3d72891724f53d3bc39f85e3be70d06d2958abef4d SHA512 638fa85d768a3975bd3eddbe71ef4c44a0cb4d135b44f746b1636cc02cdb4313331e41e35f7ed4f4a0132758d8264995ac8aa3e121abbeae5b95c62fe0d9132c
DIST ruby_version-1.0.3.gem 8192 BLAKE2B 6585ae4ef9c3c7a968c35ce503696fcf64b10212147cf02171e6ed9be6059d9ba9d355bd4f5e848b16f78995c61d30bcd0ee6b37708854ce446bcb945c20acfc SHA512 8e03113f06a2d52f0e8ae89c4936bdb9b4d244be17303d178f2c7bcb129b655e7a7841e967322beaec0e16d46d05233542cc007d81a9b2d6e75e60e34dba612d
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
deleted file mode 100644
index 3f6d511a0673..000000000000
--- a/dev-ruby/ruby_version/ruby_version-1.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A class which offers a convenient DSL for checking for the right Ruby version"
-HOMEPAGE="https://github.com/janlelis/ruby_version"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/
@ 2024-05-28 4:54 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2024-05-28 4:54 UTC (permalink / raw
To: gentoo-commits
commit: 996b24e0d1314a396d875e87117b9abf06467f97
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 04:53:26 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 28 04:54:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996b24e0
dev-ruby/ruby_version: enable ruby33
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ruby_version/ruby_version-1.0.3.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
index 1e369f7f8840..83487fbb9f04 100644
--- a/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
+++ b/dev-ruby/ruby_version/ruby_version-1.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -15,4 +15,3 @@ HOMEPAGE="https://github.com/janlelis/ruby_version"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-05-28 4:54 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-18 8:27 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_version/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2022-07-19 6:07 Hans de Graaff
2022-07-20 17:01 Sam James
2022-07-20 17:01 Sam James
2022-12-05 19:54 Arthur Zamarin
2023-03-26 6:44 Hans de Graaff
2023-04-08 7:25 Hans de Graaff
2023-07-11 8:13 Jakov Smolić
2023-12-31 10:29 Hans de Graaff
2024-05-28 4:54 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox