ocran icon indicating copy to clipboard operation
ocran copied to clipboard

Move ocran.rb from bin to exe directory and update file settings

Open shinokaro opened this issue 1 year ago • 0 comments

This commit relocates the ocran.rb command script from the bin directory to the exe directory, aligning with the standard structure for Ruby gems. Additionally, the encoding comment has been removed as UTF-8 is the default setting. Also, # frozen_string_literal: true was added to adopt a standard practice in Ruby implementation.

shinokaro avatar Aug 11 '24 12:08 shinokaro