From bdb1dc6674601551ca9a41ae3d4998f294847cdb Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:29:26 +1300 Subject: [PATCH] [scripts][dependency] Auto-Pushing dependency to Tillmen's repo --- bin/repo | 1 - dependency.lic | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/repo b/bin/repo index a5c5deacbc..f6aa816b48 100755 --- a/bin/repo +++ b/bin/repo @@ -78,7 +78,6 @@ module Repo end def self.tags(comments) - pp("Comments is #{comments.inspect}") tags = nil for line in comments if line.to_s =~ /^[\s\t#]*tags:[\s\t]*([\w,\s\.\d]+)/i diff --git a/dependency.lic b/dependency.lic index 25999379cd..75a2265dcc 100644 --- a/dependency.lic +++ b/dependency.lic @@ -10,7 +10,7 @@ require 'ostruct' require 'digest/sha1' require 'monitor' -$DEPENDENCY_VERSION = '2.0.1' +$DEPENDENCY_VERSION = '2.0.2' $MIN_RUBY_VERSION = '3.2.2' DRINFOMON_IN_CORE_LICH ||= false DRINFOMON_CORE_LICH_DEFINES ||= []