aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tsort.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-30 14:17:44 +0900
committergit <svn-admin@ruby-lang.org>2023-04-03 02:41:44 +0000
commit6dcd39997679914dad1c23f95adb3f7d84ec5942 (patch)
treeb784205ee206b77b94dd4e1888ea4a6340807446 /lib/tsort.rb
parenta70653ca7facbb2004562e5718fa51e7ade6b157 (diff)
downloadruby-6dcd39997679914dad1c23f95adb3f7d84ec5942.tar.gz
[ruby/tsort] Expose TSort::VERSION
https://github.com/ruby/tsort/commit/09f2275958
Diffstat (limited to 'lib/tsort.rb')
-rw-r--r--lib/tsort.rb3
1 files changed, 3 insertions, 0 deletions
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