pure_sapphire 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/pure_sapphire.rb +8 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d11bc1bacb47b7241552a43fe91e2f89f65ff008b4d93fb6ca85aaec5721b270
|
|
4
|
+
data.tar.gz: 3e5fcbaa02f2c1acf870462851e63d74026b6363b215e7f32b1f941781e65679
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 2387f8ce5d395981640aa70994e3fb368b5ffff562f602450e92a71dc7b409be53607471d07647b378c6ebf00fe4c882877c8a57101b81ab618be3c37ff497bf
|
|
7
|
+
data.tar.gz: fc270ba50381cd2f59d9e781223c164e6e313947f4ecca998b85b95993729ac20bf55f008deb9a719c2e3bd80ee13c719c5c95d8213d39fcd8e3a2633e013243
|
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: pure_sapphire
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: '1.0'
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Stefanos Ioannou
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2024-02-16 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Consume multiple APIs from mutli sources like Reddit, Twitter and more
|
|
14
|
+
using pure functions
|
|
15
|
+
email: bluemindset@outlook.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/pure_sapphire.rb
|
|
21
|
+
homepage: https://codebyte.cy
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
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.4.10
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: API client using pure functions
|
|
44
|
+
test_files: []
|