skinbaron_api_client 0.2.0 → 0.2.1
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/CHANGELOG.md +4 -0
- data/lib/skinbaron_api_client/endpoints/search.rb +2 -2
- data/lib/skinbaron_api_client/version.rb +1 -1
- metadata +2 -4
- data/logs/errors.log +0 -1
- data/logs/requests.log +0 -11377
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bac140e69332695d80e8a5f324a8becc9fb88052e80fddd0774d849bba2d1ee5
|
4
|
+
data.tar.gz: cb4c3b9386949e5cd4ca9b05136a02a7015ca722e48b5fec0d71c44da3c3de8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f79f5e0ffcfd24a8ffec58da35ffa995e12da53e2e57abfb01e5f51aef6b44d3fb61419a45ecb12bba292da22ee062b0806db911af84e45e2c4f2339b8b5403c
|
7
|
+
data.tar.gz: 50b1432feb1bb58928a27fd68fb59e22351b3dcb2db8e492e4baf694876ab24abe7152c10b0844bc206a1e0f1d9546cb3577604f76d7c806ac5b007fe40ce738
|
data/CHANGELOG.md
CHANGED
@@ -75,8 +75,8 @@ module SkinbaronApiClient
|
|
75
75
|
}).tap do |body|
|
76
76
|
body["min"] = options[:min_price] if options.key?(:min_price)
|
77
77
|
body["max"] = options[:max_price] if options.key?(:max_price)
|
78
|
-
body["
|
79
|
-
body["
|
78
|
+
body["minWear"] = options[:min_wear] if options.key?(:min_wear)
|
79
|
+
body["maxWear"] = options[:max_wear] if options.key?(:max_wear)
|
80
80
|
body["stattrak"] = options[:stattrak] if options.key?(:stattrak)
|
81
81
|
body["souvenir"] = options[:souvenir] if options.key?(:souvenir)
|
82
82
|
body["stackable"] = options[:stackable] if options.key?(:stackable)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skinbaron_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Schams
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: http
|
@@ -68,8 +68,6 @@ files:
|
|
68
68
|
- lib/skinbaron_api_client/http_client.rb
|
69
69
|
- lib/skinbaron_api_client/logger.rb
|
70
70
|
- lib/skinbaron_api_client/version.rb
|
71
|
-
- logs/errors.log
|
72
|
-
- logs/requests.log
|
73
71
|
- sig/skinbaron_api_client.rbs
|
74
72
|
homepage: https://github.com/shazam442/skinbaron-api-client
|
75
73
|
licenses:
|
data/logs/errors.log
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# Logfile created on 2024-12-26 17:10:31 +0100 by logger.rb/v1.6.4
|