zai_payment 2.0.2 → 2.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zai_payment
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eddy Jaga
@@ -70,6 +70,7 @@ files:
70
70
  - docs/authentication.md
71
71
  - docs/items.md
72
72
  - docs/readme.md
73
+ - docs/token_auths.md
73
74
  - docs/user_id_field.md
74
75
  - docs/user_quick_reference.md
75
76
  - docs/users.md
@@ -77,6 +78,8 @@ files:
77
78
  - docs/webhook_signature.md
78
79
  - docs/webhooks.md
79
80
  - examples/items.md
81
+ - examples/rails_card_payment.md
82
+ - examples/token_auths.md
80
83
  - examples/users.md
81
84
  - examples/webhooks.md
82
85
  - implementation.md
@@ -89,12 +92,14 @@ files:
89
92
  - lib/zai_payment/config.rb
90
93
  - lib/zai_payment/errors.rb
91
94
  - lib/zai_payment/resources/item.rb
95
+ - lib/zai_payment/resources/token_auth.rb
92
96
  - lib/zai_payment/resources/user.rb
93
97
  - lib/zai_payment/resources/webhook.rb
94
98
  - lib/zai_payment/response.rb
95
99
  - lib/zai_payment/version.rb
96
100
  - readme.md
97
101
  - sig/zai_payment.rbs
102
+ - token_auth_implementation_summary.md
98
103
  homepage: https://github.com/Sentia/zai-payment
99
104
  licenses:
100
105
  - MIT
@@ -120,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
125
  - !ruby/object:Gem::Version
121
126
  version: '0'
122
127
  requirements: []
123
- rubygems_version: 3.7.1
128
+ rubygems_version: 3.6.7
124
129
  specification_version: 4
125
130
  summary: Ruby gem for Zai payment integration
126
131
  test_files: []