Sha256: 92ba8c7b0ebd9079dc727e2ea24a9374e98392b78ae73a907185333ccaf05573

Contents?: true

Size: 193 Bytes

Versions: 10

Compression:

Stored size: 193 Bytes

Contents

module Secros::Paths
  def root_path
    @root_path
  end

  def secrets_path
    File.join(root_path, 'secrets.yml')
  end

  def secret_files_path
    File.join(root_path, 'files')
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
secros-0.2.0 lib/secros/paths.rb
secros-0.1.8 lib/secros/paths.rb
secros-0.1.7 lib/secros/paths.rb
secros-0.1.6 lib/secros/paths.rb
secros-0.1.5 lib/secros/paths.rb
secros-0.1.4 lib/secros/paths.rb
secros-0.1.3 lib/secros/paths.rb
secros-0.1.2 lib/secros/paths.rb
secros-0.1.1 lib/secros/paths.rb
secros-0.1.0 lib/secros/paths.rb