k2-connect-ruby 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc1d6afd8cb462672623e84afe97821c5078e62ba5fa29adaa1c8af637afffb0
4
- data.tar.gz: 1856d71a8889905da81c500f2259449f78e7e119235fd9429923913e4a1ca4ef
3
+ metadata.gz: 6242c55fca28baeb083bf2e8aeb42f3789a181c119fe0806114d5022d1873005
4
+ data.tar.gz: b34bee05232913b29b3494453b5bc97c4980f39b4950b7e802ac11ae3d195c68
5
5
  SHA512:
6
- metadata.gz: '068ee6b4ce7811008df5f432f877820c4e3b79969b09dc78d5bb2fdc80711209a982ff71b96b1d0f67e83964db4addae4a7de2f6ce0c369e5f15aee5a10aa14c'
7
- data.tar.gz: a015998bc9e4414aa7f753e91eed92cde70cc9cffc762b86341b1fa6b6287edd085db757c5eddda8bc449da96dbbfe784293a7822878274285fddb75e98e2851
6
+ metadata.gz: ce85249348dbae888ae345a4a50b598ed2eb9f136f679f357f71c53cc35cbd42d8dca569846e8169727365e04251ba7ef21fde5cf2f58c12cb751c8a9dff2a43
7
+ data.tar.gz: 8662b4c4056971b002e70db9133278522cbaf6db94961fbe89031a073c2971b5fc43754f1c9da5f3f4f07a1c80fdaa525b1ff0bebf03c7698c13df560e524c1e
@@ -3,15 +3,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
  require 'k2-connect-ruby/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
- spec.name = 'k2-connect-ruby'
7
- spec.version = K2ConnectRuby::VERSION
8
- spec.authors = ['DavidKar1uk1']
9
- spec.email = ['David.mwangi@kopokopo.com']
10
-
11
- spec.summary = 'Ruby SDK for connection to the Kopo Kopo API.'
12
- spec.description = 'Ruby SDK for connection to the Kopo Kopo API, with webhook handling and JSON request parsing with the Ruby on Rails framework.'
13
- spec.homepage = 'https://github.com/kopokopo/k2-connect-ruby.git'
14
- spec.license = 'MIT'
6
+ spec.name = 'k2-connect-ruby'
7
+ spec.version = K2ConnectRuby::VERSION
8
+ spec.authors = ['DavidKar1uk1']
9
+ spec.email = ['David.mwangi@kopokopo.com']
10
+
11
+ spec.summary = 'Ruby SDK for the Kopo Kopo K2 Connect API.'
12
+ spec.description = 'Ruby SDK for the Kopo Kopo K2 Connect API, with webhook subscriptions, STK Push, Pay and Settlement Transfer capabilities. Allows decomposition and break down of results and webhooks returned from the K2 Connect APIx``.'
13
+ spec.homepage = 'https://github.com/kopokopo/k2-connect-ruby.git'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = '~> 2.6.5'
16
+
15
17
 
16
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module K2ConnectRuby
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k2-connect-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DavidKar1uk1
@@ -178,8 +178,9 @@ dependencies:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
180
  version: 1.4.1
181
- description: Ruby SDK for connection to the Kopo Kopo API, with webhook handling and
182
- JSON request parsing with the Ruby on Rails framework.
181
+ description: Ruby SDK for the Kopo Kopo K2 Connect API, with webhook subscriptions,
182
+ STK Push, Pay and Settlement Transfer capabilities. Allows decomposition and break
183
+ down of results and webhooks returned from the K2 Connect APIx``.
183
184
  email:
184
185
  - David.mwangi@kopokopo.com
185
186
  executables: []
@@ -249,9 +250,9 @@ require_paths:
249
250
  - lib
250
251
  required_ruby_version: !ruby/object:Gem::Requirement
251
252
  requirements:
252
- - - ">="
253
+ - - "~>"
253
254
  - !ruby/object:Gem::Version
254
- version: '0'
255
+ version: 2.6.5
255
256
  required_rubygems_version: !ruby/object:Gem::Requirement
256
257
  requirements:
257
258
  - - ">="
@@ -261,5 +262,5 @@ requirements: []
261
262
  rubygems_version: 3.0.6
262
263
  signing_key:
263
264
  specification_version: 4
264
- summary: Ruby SDK for connection to the Kopo Kopo API.
265
+ summary: Ruby SDK for the Kopo Kopo K2 Connect API.
265
266
  test_files: []