# -*- encoding: utf-8 -*- # stub: rumale-torch 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rumale-torch".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/yoshoku/rumale-torch/blob/main/CHANGELOG.md", "documentation_uri" => "https://yoshoku.github.io/rumale-torch/doc/", "homepage_uri" => "https://github.com/yoshoku/rumale-torch", "source_code_uri" => "https://github.com/yoshoku/rumale-torch" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["yoshoku".freeze] s.bindir = "exe".freeze s.date = "2020-12-29" s.description = "Rumale::Torch provides the learning and inference by the neural network defined in torch.rb with the same interface as Rumale".freeze s.email = ["yoshoku@outlook.com".freeze] s.files = [".github/workflows/build.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/rumale/torch.rb".freeze, "lib/rumale/torch/neural_net_classifier.rb".freeze, "lib/rumale/torch/neural_net_regressor.rb".freeze, "lib/rumale/torch/version.rb".freeze, "rumale-torch.gemspec".freeze] s.homepage = "https://github.com/yoshoku/rumale-torch".freeze s.licenses = ["BSD-3-Clause".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rumale::Torch provides the learning and inference by the neural network defined in torch.rb with the same interface as Rumale".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end