Sha256: 0a63d60b10477f93580e3ea84d176a2613f303f629501e8f84531cfc8e475155
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true require "dry-configurable" require_relative "sudachi-installer/version" # # Download and deploy Sudachi exectable and dictionary # module SudachiInstaller extend Dry::Configurable setting :dict_dir setting :jar_dir class Error < StandardError; end # rubocop:disable # Your code goes here... end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sudachi-installer-0.1.1 | lib/sudachi-installer.rb |
sudachi-installer-0.1.0 | lib/sudachi-installer.rb |