# -*- encoding: utf-8 -*- # stub: boxcars 0.2.7 ruby lib Gem::Specification.new do |s| s.name = "boxcars".freeze s.version = "0.2.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/BoxcarsAI/boxcars/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/BoxcarsAI/boxcars", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/BoxcarsAI/boxcars" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Francis Sullivan".freeze, "Tabrez Syed".freeze] s.bindir = "exe".freeze s.date = "2023-04-13" s.description = "You simply set an OpenAI key, give a number of Boxcars to a Train, and magic ensues when you run it.".freeze s.email = ["hi@boxcars.ai".freeze] s.files = [".env_sample".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "boxcars.gemspec".freeze, "lib/boxcars.rb".freeze, "lib/boxcars/boxcar.rb".freeze, "lib/boxcars/boxcar/active_record.rb".freeze, "lib/boxcars/boxcar/calculator.rb".freeze, "lib/boxcars/boxcar/engine_boxcar.rb".freeze, "lib/boxcars/boxcar/google_search.rb".freeze, "lib/boxcars/boxcar/sql.rb".freeze, "lib/boxcars/boxcar/swagger.rb".freeze, "lib/boxcars/boxcar/wikipedia_search.rb".freeze, "lib/boxcars/conversation.rb".freeze, "lib/boxcars/conversation_prompt.rb".freeze, "lib/boxcars/engine.rb".freeze, "lib/boxcars/engine/engine_result.rb".freeze, "lib/boxcars/engine/openai.rb".freeze, "lib/boxcars/generation.rb".freeze, "lib/boxcars/prompt.rb".freeze, "lib/boxcars/result.rb".freeze, "lib/boxcars/ruby_repl.rb".freeze, "lib/boxcars/train.rb".freeze, "lib/boxcars/train/train_action.rb".freeze, "lib/boxcars/train/train_finish.rb".freeze, "lib/boxcars/train/zero_shot.rb".freeze, "lib/boxcars/version.rb".freeze] s.homepage = "https://github.com/BoxcarsAI/boxcars".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Boxcars is a gem that enables you to create new systems with AI composability. Inspired by python langchain.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end