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