flowmyna 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/flowmyna.rb +1 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2546e5529693137a8340d34714eef7058f28aecf9bcc087ce09fd2a8fd1483dc
4
+ data.tar.gz: b75fc7b67aa7b5dd1209e6a483aafee2b719cc0791a3b24188f301d089f91516
5
+ SHA512:
6
+ metadata.gz: 2cd858153059afecf45d2dff404dffe8d87daedb8e322b20037118467fd2027a4e051c0ca3e95a379a48b64810d4d473f6d0eddb16d33235074da75c228b5997
7
+ data.tar.gz: a075ac77233b7803f3b9830272a96ff97b3c293a552da3f9adf45b3a2d5ef35b1237ad280d9fcd01e2945e7dc969187b511650dc368958b15d012c26c117eb0e
data/lib/flowmyna.rb ADDED
@@ -0,0 +1 @@
1
+ # FlowMyna SDK - Coming Soon
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: flowmyna
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - FlowMyna
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-01-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Official Ruby SDK for FlowMyna - Coming Soon
14
+ email: daniel@flowmyna.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/flowmyna.rb
20
+ homepage: https://flowmyna.com
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 2.7.0
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.2.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: FlowMyna SDK
43
+ test_files: []