From 6dcd39997679914dad1c23f95adb3f7d84ec5942 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 30 Mar 2023 14:17:44 +0900 Subject: [ruby/tsort] Expose TSort::VERSION https://github.com/ruby/tsort/commit/09f2275958 --- lib/tsort.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/tsort.rb') diff --git a/lib/tsort.rb b/lib/tsort.rb index 00ee609d64..3a2a91a7b4 100644 --- a/lib/tsort.rb +++ b/lib/tsort.rb @@ -122,6 +122,9 @@ # module TSort + + VERSION = "0.1.1" + class Cyclic < StandardError end -- cgit v1.2.3