Sha256: b41f83889b3ac66e1e823ad6d574d691f1f180f886d3655e8b7b00ac6753cc49
Contents?: true
Size: 291 Bytes
Versions: 25
Compression:
Stored size: 291 Bytes
Contents
# Combine existing list of authors with everyone known in git, sort, add header. tail --lines=+3 AUTHORS > AUTHORS.tmp git log --format='%aN' >> AUTHORS.tmp echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS sort -u AUTHORS.tmp >> AUTHORS rm -f AUTHORS.tmp
Version data entries
25 entries across 25 versions & 4 rubygems