xero-kiwi 0.1.0 → 0.1.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/xero-kiwi.rb +3 -0
- data/lib/xero_kiwi/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f6a32ee3719881fa7bd110e3bd1abb532e76dfdcddeb93e580199deacf1fe35
|
|
4
|
+
data.tar.gz: 3b7ea0828116a3f20ce4557d17f85540859d977db14e1db40cd7113321ecaaa8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7182cd4adc572b4fe80ac9a43a3ed5f7075404d5eb3c25ae26e843f3a9b600d6891e5feaafcac202b0cd57258b20b63e72d318766080cf3b42a65c74b055c9d8
|
|
7
|
+
data.tar.gz: fb570096febd7f79e7d5643c87a81b7d5839156d576a430a267b1ca44b35fa0ab5c37723e63b8470b679e30bb88a5264c5134ca91b4caea072b7cb05c4372cd5
|
data/CHANGELOG.md
CHANGED
data/lib/xero-kiwi.rb
ADDED
data/lib/xero_kiwi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xero-kiwi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Douglas Greyling
|
|
@@ -65,7 +65,7 @@ dependencies:
|
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '2.7'
|
|
68
|
-
description:
|
|
68
|
+
description: Xero Kiwi handles the unglamorous parts of integrating with Xero — OAuth2
|
|
69
69
|
with PKCE, automatic token refresh, rate-limit-aware retries, and typed value objects
|
|
70
70
|
for accounting resources — so your code can focus on the business problem rather
|
|
71
71
|
than the plumbing.
|
|
@@ -101,6 +101,7 @@ files:
|
|
|
101
101
|
- docs/oauth.md
|
|
102
102
|
- docs/retries-and-rate-limits.md
|
|
103
103
|
- docs/tokens.md
|
|
104
|
+
- lib/xero-kiwi.rb
|
|
104
105
|
- lib/xero_kiwi.rb
|
|
105
106
|
- lib/xero_kiwi/accounting/address.rb
|
|
106
107
|
- lib/xero_kiwi/accounting/allocation.rb
|