reaxar 0.1.0 → 0.2.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 +4 -4
- data/lib/reaxar/version.rb +1 -1
- metadata +8 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01e89fabba1ce9ad462932c803b4b2b1e6a53e7b3ed15ad341623ba680603a76
|
|
4
|
+
data.tar.gz: 6d53ae34f6e18b0575a04233c0e9a859db3840b0a41f68615c3e26c22041e86e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74fd153a23aea5ece45bdd6b673e49e500033ea51e7c029e09c3c9970472d779cf83faadd2ccc5449c504c02b076eb13ea7ad544b1385c35682513c08210936a
|
|
7
|
+
data.tar.gz: ed241bd8d808511990df8b62beb7ee664f857e5feb476fa11461c91252800fa2f5d545f71570ce65abca6826dfd4d50238c57931bed9f4fe43062192630d8cbb
|
data/lib/reaxar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: reaxar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Ustyugov
|
|
@@ -38,7 +38,12 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.18'
|
|
41
|
-
description:
|
|
41
|
+
description: |
|
|
42
|
+
Reaxar is a lightweight asynchronous HTTP/REST client for Ruby, built on top of async-http.
|
|
43
|
+
It features automatic cookie management, support for redirects and relative navigation,
|
|
44
|
+
and is ideal for scraping, API interaction, or automated web flows.
|
|
45
|
+
|
|
46
|
+
Perfect for developers who need a non-blocking HTTP client with session awareness and simple request chaining.
|
|
42
47
|
email:
|
|
43
48
|
- peter.ustyugov@gmail.com
|
|
44
49
|
executables: []
|
|
@@ -78,5 +83,5 @@ requirements: []
|
|
|
78
83
|
rubygems_version: 3.4.19
|
|
79
84
|
signing_key:
|
|
80
85
|
specification_version: 4
|
|
81
|
-
summary: Simple HTTP browser
|
|
86
|
+
summary: Asynchronous Simple HTTP browser
|
|
82
87
|
test_files: []
|