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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/reaxar/version.rb +1 -1
  3. metadata +8 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b2fd9a3dbf706503da293b66d5837c30f93625db9fc37d74b7bc7acfe342340
4
- data.tar.gz: a9959db54d8cc2a0c64ef02dce21023c6118fc673df8cd9f0dfbc5cbc434d23b
3
+ metadata.gz: 01e89fabba1ce9ad462932c803b4b2b1e6a53e7b3ed15ad341623ba680603a76
4
+ data.tar.gz: 6d53ae34f6e18b0575a04233c0e9a859db3840b0a41f68615c3e26c22041e86e
5
5
  SHA512:
6
- metadata.gz: '00081eadeb2c21f70cb2382d8a6c0a472d350383cf8dc10d6143ec8b35de1da7bc2d4b059cd2e3ba7f8f1fd81df6535d564b23185fb896b8c8a0f94842b73a8f'
7
- data.tar.gz: d118de9ec7ddc0c3676ad93057a16322548a6bd95e200e36ab125bcf7c8560dadad390d4356d29d3a0a0a5db538b89ea3a660ec0f12249f75a38a41602c576ca
6
+ metadata.gz: 74fd153a23aea5ece45bdd6b673e49e500033ea51e7c029e09c3c9970472d779cf83faadd2ccc5449c504c02b076eb13ea7ad544b1385c35682513c08210936a
7
+ data.tar.gz: ed241bd8d808511990df8b62beb7ee664f857e5feb476fa11461c91252800fa2f5d545f71570ce65abca6826dfd4d50238c57931bed9f4fe43062192630d8cbb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Reaxar
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
5
5
  end
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.1.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: REST client with cookie support and page navigation
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 with cookie persistence
86
+ summary: Asynchronous Simple HTTP browser
82
87
  test_files: []