Sha256: 911ca511d38dbe00d4eb5c0ba36dc074c1aa94ce71c0c374ac99d57182af0bc6

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Roseflow
  module Tiktoken
    def self.gem_version
      Gem::Version.new VERSION::STRING
    end

    module VERSION
      MAJOR = 0
      MINOR = 1
      PATCH = 0
      PRE = nil

      STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roseflow-tiktoken-0.1.0 lib/roseflow/tiktoken/version.rb