beachcomber 0.5.1

A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name        = 'beachcomber'
  s.version     = '0.1.0'
  s.summary     = 'Name reservation — install libbeachcomber instead'
  s.description = 'This package exists to prevent name squatting and malicious supply chain attacks. ' \
                  'The beachcomber client SDK is published as libbeachcomber. See https://beachcomber.sh'
  s.authors     = ['NavistAu']
  s.license     = 'MIT'
  s.homepage    = 'https://beachcomber.sh'

  s.files       = []

  s.metadata = {
    'source_code_uri' => 'https://github.com/NavistAu/beachcomber',
  }
end