astralbnc 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/astralbnc +4 -0
  3. data/lib/astralbnc.rb +5 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 39bf50086f0a6bef8c95a47e60b91b77112e4ae1e2bd35b00b6727187204e997
4
+ data.tar.gz: 97918b9f72d471bf49f9b686fca9369b4a0a4a23a5ff3f210789cb3b237f9b85
5
+ SHA512:
6
+ metadata.gz: af6d2fa29f730d5ab2428382fe2d1c3bd25f9df6b42f8531600ab91000e8c48391ed2b17cd548db2125215a62e650ddfccc72b011f2a1f1f3ffabcfb28419879
7
+ data.tar.gz: 7f9ecc400e128ec3d4b9cb3d467272f706193b4e0da79138d316b7df2fa17183c1566c5ef1dfe00cdc3c370f9c89054b93d79a663907e2aae95ce5a09daaf6bb
data/bin/astralbnc ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "astralbnc"
4
+ print AstralBNC.hello
data/lib/astralbnc.rb ADDED
@@ -0,0 +1,5 @@
1
+ class AstralBNC
2
+ def self.hello
3
+ puts "Hello, world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: astralbnc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rory Dudley
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-02-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Just another IRC bouncer.
14
+ email: rory@netc.lu
15
+ executables:
16
+ - astralbnc
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/astralbnc
21
+ - lib/astralbnc.rb
22
+ homepage: https://github.com/pinecat/astralbnc
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.2.22
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Astral IRC bouncer.
45
+ test_files: []