accounts_client 0.3.4 → 0.3.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a517c199605463067295a72e921f52fedbacf9502b41c2ad60267a16519a9c5
4
- data.tar.gz: a142bec102da14d24a5d630c889129df6db81e6d7b180bc69ac9da4039575253
3
+ metadata.gz: 3a4531ed7a4a508163dc92bdc4492356edff562efe6985acae43af7dad918a43
4
+ data.tar.gz: d0acc2803ce42c66e2d7a08d450128c45731b7f6995180bf90ca52ae671634e3
5
5
  SHA512:
6
- metadata.gz: 031f48a48df81cb4123a7e2ed613d896d258c1d321b55d4da4365ca146a297919cff9772d54f96bd287dbaf71a8d7e40e4b718447d81ea53d5c992512395cdd6
7
- data.tar.gz: ad1319e00b006f532e7c7de33e25fda1f0c16790fda7fd7abf1650cf5318f1ff290b52c1312d485778d7ecc6623c3863357dc9a76212bf439073c30b56fae7f5
6
+ metadata.gz: ee547a21981416b9e219c637f78572c4aa8fc7bbbcc9a0ff8c9bfb1969c06054b9bd265ae038a02a60792832d98dcb00f12cefbe530a04efc5c140c70be4aea0
7
+ data.tar.gz: a1b7cab8347e7a58b8573cb5efd98b99954c19dfacf21ef729adc104e8addc2692aa47d67098091992e8bf1b66943fa291af99c34a6e9c2248227d1db570b91e
@@ -6,7 +6,7 @@ class ApiKey < LogicalModel
6
6
  attribute :username
7
7
  attribute :account_name
8
8
  attribute :access
9
- attribute :key
9
+ sensitive_attribute :key
10
10
 
11
11
  set_api_key 'token', Accounts::API_KEY
12
12
 
@@ -24,6 +24,7 @@ class PadmaAccount < LogicalModel
24
24
  attribute :enabled_petals
25
25
  attribute :currency
26
26
  attribute :local_mailing
27
+ attribute :attendance_enabled
27
28
 
28
29
  set_api_key 'token', Accounts::API_KEY
29
30
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accounts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-25 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 0.7.1
47
+ version: 0.7.6
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 0.7.1
54
+ version: 0.7.6
55
55
  description: This is client library for padma-Accounts-ws
56
56
  email:
57
57
  - dwaynemac@gmail.com