set_operations 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 +7 -0
- data/lib/set_operations/version.rb +5 -0
- data/lib/set_operations.rb +13 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3e5420518b5e09f2398aaa0c6a72e00e9556494d35f42bc414d3e90a24a1c368
|
4
|
+
data.tar.gz: 2f031a6bfcfcb6c3f25788368200a47fa50d6b38078429d4783a7955b22bdcc7
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bb72100eca549ac3c610683a8f7563cad1e592cd549e8775f442eda2f9b7649657734d5cbfaa58a1feab8273e85d3ee74e031bf0f1177448ddefc07827b49d16
|
7
|
+
data.tar.gz: 938ff69fb10050a7de02e89b82325541e6c53b463c33899790306741f2ab08e2342bff9cb61c9488e3f170c92f6bf20f1b17c6023ff48e5fcd509476629b2be5
|
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: set_operations
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Степан Жимеренко
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-10-26 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Гем для роботи з множинами на Ruby
|
14
|
+
email:
|
15
|
+
- zhymerenko09@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/set_operations.rb
|
21
|
+
- lib/set_operations/version.rb
|
22
|
+
homepage: https://rubygems.org/dashboard
|
23
|
+
licenses: []
|
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: '0'
|
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.5.16
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Бібліотека для операцій з множинами (об'єднання, перетин, різниця)
|
44
|
+
test_files: []
|