muraena-api-client 0.0.1.pre.alpha.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 245ccbd8f14f68fe9a9a7bb2cb6bfe9e5914fd4295ec3da8beba29e8b20cf4b8
4
+ data.tar.gz: a8b84c8bc32579a7312d7802b14be14756239e6c91964542549df9563f24f7b6
5
+ SHA512:
6
+ metadata.gz: b3740bbd9159586c8c9e31f74110b7a6cad7482681094512bd30b36f996796f48d02171ddd9bb43a4ed71d3490f1b86c87070006e45dcba879ca8f07344d56e3
7
+ data.tar.gz: 94e37c5ab296786ddba43dc42dbdbfaa23ad0173f2aac898902c8071eb5f7cedffaaeb5c4cb9f5b04d096bda5338fb44fb2493336d44983a208950e480e4af7b
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
+ # Muræna
2
+
3
+ Add swagger
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Muraena
4
+ module API
5
+ class Client
6
+ VERSION = "0.0.1-alpha.3"
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Muraena
4
+ module API
5
+ class Client
6
+ require_relative "client/version"
7
+ end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: muraena-api-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.pre.alpha.3
5
+ platform: ruby
6
+ authors:
7
+ - Muræna
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-12-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: muraena
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "<="
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.1.pre.alpha.3
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "<="
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.1.pre.alpha.3
27
+ description:
28
+ email:
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - LICENSE.md
34
+ - README.md
35
+ - lib/muraena/api/client.rb
36
+ - lib/muraena/api/client/version.rb
37
+ homepage: https://github.com/muraenamuraena/muraena
38
+ licenses:
39
+ - MIT
40
+ metadata:
41
+ rubygems_mfa_required: 'true'
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - "~>"
49
+ - !ruby/object:Gem::Version
50
+ version: 3.2.2
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">"
54
+ - !ruby/object:Gem::Version
55
+ version: 1.3.1
56
+ requirements: []
57
+ rubygems_version: 3.4.22
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: The Muræna API Client
61
+ test_files: []