From db9a878ef0679975a408c425dfb4e394be4397f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 20 Jul 2022 18:17:10 +0000 Subject: [PATCH] Update RBI files for tzinfo. --- .../rbi/gems/{tzinfo@2.0.4.rbi => tzinfo@2.0.5.rbi} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{tzinfo@2.0.4.rbi => tzinfo@2.0.5.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.4.rbi b/Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.5.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.4.rbi rename to Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.5.rbi index 4928930bce..144492478e 100644 --- a/Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.4.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/tzinfo@2.0.5.rbi @@ -4,7 +4,11 @@ # This is an autogenerated file for types exported from the `tzinfo` gem. # Please instead update this file by running `bin/tapioca gem tzinfo`. -module TZInfo; end +module TZInfo + class << self + def eager_load!; end + end +end class TZInfo::AbsoluteDayOfYearTransitionRule < ::TZInfo::DayOfYearTransitionRule def initialize(day, transition_at = T.unsafe(nil)); end @@ -94,6 +98,7 @@ class TZInfo::DataSource def country_codes; end def data_timezone_identifiers; end + def eager_load!; end def get_country_info(code); end def get_timezone_info(identifier); end def inspect; end @@ -275,6 +280,7 @@ end TZInfo::DataSources::ZoneinfoDataSource::DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH = T.let(T.unsafe(nil), Array) TZInfo::DataSources::ZoneinfoDataSource::DEFAULT_SEARCH_PATH = T.let(T.unsafe(nil), Array) +TZInfo::DataSources::ZoneinfoDataSource::EXCLUDED_FILENAMES = T.let(T.unsafe(nil), Array) class TZInfo::DataSources::ZoneinfoDirectoryNotFound < ::StandardError; end class TZInfo::DataSources::ZoneinfoReader