Sha256: a53049e0e8c19f1f1e0cbd0b4d2caeae3699f44cad9dddd5ef53a7d9426174a1

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

# typed: strict

module Mocktail
  # The gemspec will define Module::VERSION as loaded from lib/, but if the
  # user loads mocktail/sorbet, its version file will be effectively redefining
  # it. Undef it first to ensure we don't spew warnings
  if defined?(VERSION)
    Mocktail.send(:remove_const, :VERSION)
  end

  VERSION = "2.0.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mocktail-2.0.0 lib/mocktail/sorbet/mocktail/version.rb