qrfy 0.1.4 → 0.1.5
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/README.md +5 -5
- data/lib/qrfy/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49f5cb811626d02a105b6f2140337067a95f2d14ee12f3543643fd45c5c9ac83
|
4
|
+
data.tar.gz: ae54ca1dcf584965ccae5c4cf520bef3c5b92a041fc60b3beed0126cb7628cac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4663f81e82b34656bc12adf775d9f659d2174fc75ee9e6de32b1c12db5c3b1c44100f7b4e517bd40789205ec25b40a256cc74c31c0a84e4884f30bc06d0785f1
|
7
|
+
data.tar.gz: 52cc2abbed599a10608246750d9d5a478de8bb1f1c554a0379318265e1bb2e2da2ff36d7f0f42c96efc9e7215bdcc6e76ce2db0b6ddda47757677d808c43901f
|
data/README.md
CHANGED
@@ -68,11 +68,11 @@ folder_id = client.folders.create({ name: "My first folder" })
|
|
68
68
|
|
69
69
|
This gem follows the exception error handling. All errors raised by this gem inherits from `Qrfy::Errors::Base` class and belong to the following categories:
|
70
70
|
|
71
|
-
*
|
72
|
-
*
|
73
|
-
*
|
74
|
-
*
|
75
|
-
*
|
71
|
+
* Qrfy::Errors::RecordInvalid
|
72
|
+
* Qrfy::Errors::Unauthorized
|
73
|
+
* Qrfy::Errors::RecordNotFound
|
74
|
+
* Qrfy::Errors::TooManyRequests
|
75
|
+
* Qrfy::Errors::InternalServerError
|
76
76
|
|
77
77
|
## Development
|
78
78
|
|
data/lib/qrfy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qrfy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wojciech Zygmuntowicz
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -88,8 +88,8 @@ licenses:
|
|
88
88
|
- MIT
|
89
89
|
metadata:
|
90
90
|
bug_tracker_uri: https://github.com/w-zygmuntowicz/qrfy/issues
|
91
|
-
source_code_uri: https://github.com/w-zygmuntowicz/qrfy/tree/v0.1.
|
92
|
-
changelog_uri: https://github.com/w-zygmuntowicz/qrfy/releases/tag/v0.1.
|
91
|
+
source_code_uri: https://github.com/w-zygmuntowicz/qrfy/tree/v0.1.5
|
92
|
+
changelog_uri: https://github.com/w-zygmuntowicz/qrfy/releases/tag/v0.1.5
|
93
93
|
post_install_message:
|
94
94
|
rdoc_options: []
|
95
95
|
require_paths:
|
@@ -98,14 +98,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
99
99
|
- - ">="
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version: 2.7.
|
101
|
+
version: 2.7.0
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
104
|
- - ">="
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
|
-
rubygems_version: 3.5.
|
108
|
+
rubygems_version: 3.5.5
|
109
109
|
signing_key:
|
110
110
|
specification_version: 4
|
111
111
|
summary: Wrapper for qrfy.com API.
|