microplex 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/Microplex/VERSION.rb +15 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 688cd3e8c17e84512316d7fa02e03f3b522057db192b043caaa53929588d1e1b
4
+ data.tar.gz: 7592d37e6ec9c83e6a34932ffa5b56ef8d2fa9161054d181b4c51227bc497999
5
+ SHA512:
6
+ metadata.gz: 2857c0aa65c3dce9f88b0b2d0454eb311321f0dbff39872be33cb69ee24290870727d388e8003f7d8567ce3dce569ebfd36eee1028d5c31173bb5485621692d8
7
+ data.tar.gz: 2c0a681e73774baf062cebbf57735d14f63e8e37036c210e9d85e1bc02b9a056ad18013f99b5de612a89cd8d79e826756522f70a90b1c52401a44617877f7405
@@ -0,0 +1,15 @@
1
+ # Licensed under the Apache License, Version 2.0 (the “License”); you may not
2
+ # use this file except in compliance with the License. You may obtain a copy of
3
+ # the License at
4
+ #
5
+ # http://www.apache.org/licenses/LICENSE-2.0
6
+ #
7
+ # Unless required by applicable law or agreed to in writing, software
8
+ # distributed under the License is distributed on an “AS IS” BASIS, WITHOUT
9
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
+ # License for the specific language governing permissions and limitations under
11
+ # the License.
12
+
13
+ module Microplex
14
+ VERSION = '0.0.1'.freeze
15
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: microplex
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Alexandre Borela
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-01-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: "..."
14
+ email:
15
+ - alexandre@borela.tech
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/Microplex/VERSION.rb
21
+ homepage: https://www.borela.tech/microplex
22
+ licenses:
23
+ - Apache-2.0
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.1.2
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: "..."
44
+ test_files: []