simple_monads 0.1.0

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: c855ef82bb48d83b76e201d844f2ce996666fffb29bf7ad6aefa3b6728eb1365
4
+ data.tar.gz: 891dcdc24551a19926da3a2a72910f1034aaca459131ff8cc32e59ae8a5fa815
5
+ SHA512:
6
+ metadata.gz: 5752ad1df649768683fccb9a7cf0e674db8fcfb13f69563ccf794f60a992c26cd180ae9b45743ea6e4e98ee13e5ae55d2d69d9f8ae0ab76ece80c7d9ef7ef79c
7
+ data.tar.gz: a01138498569fb60d6532753ad9337f1b082a72099a69e5352a7351a3bbce2853e1223489e2cfd197eba9a26346a431cb50ee986e04b46da404b665fa96cc5d6
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SimpleMonads
4
+ VERSION = '0.1.0'
5
+ end
@@ -0,0 +1,2 @@
1
+ module SimpleMonads
2
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: simple_monads
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kirill Leonov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simple monads without drive dependencies
14
+ email: leonov835@yandex.ru
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/simple_monads.rb
20
+ - lib/simple_monads/version.rb
21
+ homepage: https://github.com/leonovk/simple_monads
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ homepage_uri: https://github.com/leonovk/simple_monads
26
+ source_code_uri: https://github.com/leonovk/simple_monads
27
+ documentation_uri: https://github.com/leonovk/simple_monads
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.6
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.5.16
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Simple monads
47
+ test_files: []