diff net/http/server/version.rb @ 0:1eef88068f9f tip

initial commit of maze game source
author ferencd
date Sun, 15 Sep 2019 11:46:47 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/net/http/server/version.rb	Sun Sep 15 11:46:47 2019 +0200
@@ -0,0 +1,10 @@
+require 'net/protocol'
+
+module Net
+  class HTTP < Protocol
+    module Server
+      # net-http-server version.
+      VERSION = '0.2.2'
+    end
+  end
+end