Sha256: 6348416dd03c4bc5971934acb930f28360385d78f752fb7007e87ed90d6c724c
Contents?: true
Size: 551 Bytes
Versions: 12
Compression:
Stored size: 551 Bytes
Contents
# # xmlscan/version.rb # # Copyright (C) UENO Katsuhiro 2002 # # $Id: version.rb,v 1.9 2003/01/22 17:00:49 katsu Exp $ # module XMLScan # The version like 'X.X.0' (TENNY is 0) means that this is an unstable # release. Incompatible changes will be applied to this version # without special notice. This version should be distributed as a # snapshot only. # # TENNY which is larger than 1 (e.g. 'X.X.1' or 'X.X.2') means this # release is a stable release. VERSION = '0.3.0' RELEASE_DATE = '2003-01-23' end
Version data entries
12 entries across 12 versions & 1 rubygems