Sha256: c5725bc2b127be7ac5b6825a2a9dc919a0b496903e7da533ab6e3c74b9b5e426
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true require 'silkey/version' require 'active_support/all' module Silkey def self.root_path File.dirname __dir__ end def self.bin_path File.join root_path, 'bin' end def self.lib_path File.join root_path, 'lib' end def self.abi_path File.join root_path, 'lib/silkey/abi' end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
silkey-sdk-0.1.0 | lib/silkey.rb |
silkey-sdk-0.0.5 | lib/silkey.rb |
silkey-sdk-0.0.4 | lib/silkey.rb |
silkey-sdk-0.0.3 | lib/silkey.rb |
silkey-sdk-0.0.2 | lib/silkey.rb |
silkey-sdk-0.0.1 | lib/silkey.rb |