rumbo 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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2a18073115e33089ea089c3523d7abfa5d419b3f30747957d4ffa9dc3606988d
4
+ data.tar.gz: 30153d9940f194cf85d2be2b29b40cf79b9e3b02809abcf97218fdd75a03d7ce
5
+ SHA512:
6
+ metadata.gz: c112d1ccd944785dabd4ff9eb43855ab368acff3cacb5ffcdf67115e7302e28efe085bcb8a007852cca7564aa141ca1a2ad6b0d7ff03c445713dc96398b79a88
7
+ data.tar.gz: 76e654da875550f55ab52444e4081bc700a683ba4e6759d5b74805939018bb167e8ef0c261de09c426966cac0215c11303acc742a1292a6f821645d34ddd8410
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rumbo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Francesco Ballardin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby library for MongoDB. Yay!
14
+ email:
15
+ - francesco.ballardin@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/Pluvie/rumbo
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ allowed_push_host: https://rubygems.org
25
+ homepage_uri: https://github.com/Pluvie/rumbo
26
+ source_code_uri: https://github.com/Pluvie/rumbo
27
+ changelog_uri: https://github.com/Pluvie/rumbo/CHANGELOG.md
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 3.0.0
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.2.3
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Ruby library for MongoDB.
47
+ test_files: []