Sha256: 67c177e4f33c1f1af793f91fc56a5c312a9c8c259a72e3a1e733c3f8019d1b8a
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 = 2 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.2.0 | lib/roseflow/tiktoken/version.rb |