diff options
author | murphy <murphy@rubychan.de> | 2009-04-20 21:16:20 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-04-20 21:16:20 +0000 |
commit | cf0b7a2a80808c06cb51ad2ee8971082d96cd41e (patch) | |
tree | 97d7be391aee7a6e592ce7387d63205045579909 /etc/check-coderay-gem-stats.sh | |
parent | d9d447e4d8c09943dc7832cdc921be7f2039471e (diff) | |
download | coderay-cf0b7a2a80808c06cb51ad2ee8971082d96cd41e.tar.gz |
Added some version patches and other files.
* The check-coderay-gem-stats.sh script prints the current rank of CodeRay
in the RubyForge gem download statistics ^_^
Diffstat (limited to 'etc/check-coderay-gem-stats.sh')
-rw-r--r-- | etc/check-coderay-gem-stats.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/check-coderay-gem-stats.sh b/etc/check-coderay-gem-stats.sh new file mode 100644 index 0000000..a889e40 --- /dev/null +++ b/etc/check-coderay-gem-stats.sh @@ -0,0 +1 @@ +curl http://gems.rubyforge.org/stats.html 2>/dev/null | grep -n ">coderay<" |