Sha256: bfab20612f4200804197769620d36606a6c5920a4f1b67b320f771bd08b35a5b
Contents?: true
Size: 1.92 KB
Versions: 0
Compression: gzip
Compressed size: 852 Bytes
Stored size: 852 Bytes
Contents
--- !ruby/object:Gem::Specification name: rz_tiktoken_ruby version: !ruby/object:Gem::Version version: 0.0.6 platform: x86_64-darwin authors: - IAPark - judy autorequire: bindir: exe cert_chain: [] date: 2023-08-24 00:00:00.000000000 Z dependencies: [] description: | An unofficial Ruby wrapper for Tiktoken, a BPE tokenizer written by and used by OpenAI. It can be used to count the number of tokens in text before sending it to OpenAI APIs. This is a fork of tiktoken_ruby by IAPark, which has been cross-compiled for multiple platforms. This way compilation with Rust extensions doesn't need to happen wherever you are deploying it. email: - isaac.a.park@gmail.com - clinton@judy.io executables: [] extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".standard.yml" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - doctest_helper.rb - lib/tiktoken_ruby.rb - lib/tiktoken_ruby/3.0/tiktoken_ruby.bundle - lib/tiktoken_ruby/3.1/tiktoken_ruby.bundle - lib/tiktoken_ruby/3.2/tiktoken_ruby.bundle - lib/tiktoken_ruby/encoding.rb - lib/tiktoken_ruby/version.rb - sig/tiktoken_ruby.rbs homepage: https://github.com/retailzipline/tiktoken_ruby licenses: - MIT metadata: homepage_uri: https://github.com/retailzipline/tiktoken_ruby source_code_uri: https://github.com/retailzipline/tiktoken_ruby documentation_uri: https://rubydoc.info/github/IAPark/tiktoken_ruby/main allowed_push_host: https://rubygems.org post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.0' - - "<" - !ruby/object:Gem::Version version: 3.3.dev required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 requirements: [] rubygems_version: 3.4.4 signing_key: specification_version: 4 summary: Ruby wrapper for Tiktoken test_files: []