diff --git a/ruby-hitimes.cygport b/ruby-hitimes.cygport index 786cdd4..b0c598d 100644 --- a/ruby-hitimes.cygport +++ b/ruby-hitimes.cygport @@ -1,7 +1,7 @@ inherit rubygem NAME="ruby-hitimes" -VERSION=1.3.1 +VERSION=2.0.0 RELEASE=1 CATEGORY="Ruby" SUMMARY="Ruby high resolution timer library" @@ -9,6 +9,10 @@ DESCRIPTION="Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible." +LICENSE="ISC" + +ARCH=noarch + PKG_NAMES="${NAME} ${NAME}-doc" -ruby_hitimes_CONTENTS="${RUBYGEM_EXTDIR#/} ${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}" +ruby_hitimes_CONTENTS="${RUBYGEM_INSTDIR#/} ${RUBYGEM_SPEC#/}" ruby_hitimes_doc_CONTENTS=${RUBYGEM_DOCDIR#/}