diff --git a/ruby-raindrops.cygport b/ruby-raindrops.cygport index 2314c32..b821fcd 100644 --- a/ruby-raindrops.cygport +++ b/ruby-raindrops.cygport @@ -1,8 +1,8 @@ inherit rubygem NAME="ruby-raindrops" -VERSION=0.19.0 -RELEASE=2 +VERSION=0.20.1 +RELEASE=1 CATEGORY="Ruby" SUMMARY="Ruby Rack statistics extension" DESCRIPTION="Raindrops is a real-time stats toolkit to show statistics for Rack @@ -11,6 +11,8 @@ Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes." +LICENSE="LGPL-2.1-or-later" + PKG_NAMES="${NAME} ${NAME}-doc" ruby_raindrops_CONTENTS="--exclude=examples ${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}" ruby_raindrops_doc_CONTENTS="${RUBYGEM_DOCDIR#/} ${RUBYGEM_INSTDIR#/}/examples/"