Sha256: 3e01df05a71d77b4b969a1b74372a8871f160a22ae0118b376d0608a5338f4bc
Contents?: true
Size: 409 Bytes
Versions: 11
Compression:
Stored size: 409 Bytes
Contents
Thu Apl 19 17:25:18 2012 Yukihiro Matsumoto <matz@ruby-lang.org> * first release version 1.0.0 released. Local variables: add-log-time-format: (lambda () (let* ((time (current-time)) (system-time-locale "C") (diff (+ (cadr time) 32400)) (lo (% diff 65536)) (hi (+ (car time) (/ diff 65536)))) (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t))) indent-tabs-mode: t tab-width: 8 end:
Version data entries
11 entries across 11 versions & 1 rubygems