Sha256: 8ce5bb4cc63bdd9a4e6deae1c292cdac541d254722e074ca114c47843110f7e6
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
unless ARGV.first t=Time.new puts "#{t.year - 2000}.#{t.mon}.#{t.mday}" exit 0 end version=<<"---" =begin Copyright (C) 2008 Sam Roberts This library is free software; you can redistribute it and/or modify it under the same terms as the ruby language itself, see the file COPYING for details. =end module Vpim PRODID = '-//Octet Cloud//vPim #{ARGV.first}//EN' VERSION = '#{ARGV.first}' # Return the API version as a string. def Vpim.version VERSION end end --- puts version
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
thoughtafter-vpim-0.7.0.1 | stamp.rb |
scashin133-vpim-9.4.0 | stamp.rb |