yarh 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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/yarh/version.rb +3 -0
  3. data/lib/yarh.rb +0 -0
  4. metadata +61 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: adbe4540346c06db056af9629b414f29c452e4bf0bb2abf1ac7719aa7ea25e86
4
+ data.tar.gz: bcab065e47a990d46159b2dbca06a15a3598178f4a9b89a33b4a96c459006c4b
5
+ SHA512:
6
+ metadata.gz: d691ca36cda2ab44d7f858bd36dfc8c76757860bf0d92b8ef23fb919efe55426c0b0aee4678a64cead4c84e8625c21e6d0562558e5f76cab855fd22ca79bb1c9
7
+ data.tar.gz: f451a83c5c245e2206fb3356f73b4abc0ec85c6c06ac5ab9dad23b34331ad0af604fb2605b3bb92a9e628c4b543309d2fa295a878f2f87bc773c19b25949452c
@@ -0,0 +1,3 @@
1
+ class Yarh
2
+ VERSION = '0.1.0'
3
+ end
data/lib/yarh.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yarh
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-05-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.9'
27
+ description: Yet Another Request Handler
28
+ email: leonov7632@gmail.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/yarh.rb
34
+ - lib/yarh/version.rb
35
+ homepage: https://github.com/leonovk/yarh
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ homepage_uri: https://github.com/leonovk/yarh
40
+ source_code_uri: https://github.com/leonovk/yarh
41
+ documentation_uri: https://github.com/leonovk/yarh
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '3.0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubygems_version: 3.5.9
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: Yet Another Request Handler
61
+ test_files: []