muraena 0.0.1.pre.alpha.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: af8ce8258cf8973859148477ac793a3f50e4343accaa5b219eb25fa85c700df1
4
+ data.tar.gz: 2ee0d4f02aa111a13f0293c7970b2d1857a278e080fd9086a70e346168033a53
5
+ SHA512:
6
+ metadata.gz: 5192fd1f76971481c2f22a7f4e792dc5a0151720d9d23ecfc946dd1bc4f0a482c78df6ef888d90fab2a134f611c5664a374cd04d0e67f13ec6009a6fa42083f9
7
+ data.tar.gz: 1d60b08ef1e53cdc17573ca860d9fd7124ce9b8be2632b59a1a3945479050417a663ba13c0ff4e4c6cb0ac6b07cb0798f159b97555c82a9e6ecded3fb877f70b
data/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ # MIT License
2
+
3
+ Copyright © Muræna
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
19
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
20
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # The Muræna Ruby Gem · [![Gem Version](https://badge.fury.io/rb/muraena.svg)](https://rubygems.org/gems/muraena) [![Build Status](https://github.com/muraenamuraena/muraena.rb/actions/workflows/build.yml/badge.svg)](https://github.com/muraenamuraena/muraena.rb/actions/workflows/build.yml)
2
+
3
+ https://semver.org/
data/exe/muraena ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ puts "hello"
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Muraena
4
+ VERSION = "0.0.1-alpha.1"
5
+ end
data/lib/muraena.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Muraena
4
+ require_relative "muraena/version"
5
+ end
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: muraena
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.pre.alpha.1
5
+ platform: ruby
6
+ authors:
7
+ - Muræna
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-12-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rqrcode
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 2.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 2.2.0
27
+ description:
28
+ email:
29
+ executables:
30
+ - muraena
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.md
35
+ - README.md
36
+ - exe/muraena
37
+ - lib/muraena.rb
38
+ - lib/muraena/version.rb
39
+ homepage: https://github.com/muraenamuraena/muraena.rb
40
+ licenses:
41
+ - MIT
42
+ metadata:
43
+ rubygems_mfa_required: 'true'
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: 3.2.2
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">"
56
+ - !ruby/object:Gem::Version
57
+ version: 1.3.1
58
+ requirements: []
59
+ rubygems_version: 3.4.22
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: The dangerous fish
63
+ test_files: []