mpesa_stk 1.2.0 → 1.2.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/.gitignore +2 -1
- data/Gemfile.lock +10 -10
- data/README.md +5 -0
- data/lib/mpesa_stk/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e90c4c26220e6e18d166f5228562d2119685b7c5206f936e198e1ff29797e604
|
4
|
+
data.tar.gz: 07ee7e67bdcc9918c65edc2d694a0d0ed0911e3a734855e2744a3297e77ee370
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2298d7120de0589060fc1c0a13c243415bd22edbf532eda7cbf44834f3f0654f98c05255baa04b212a2968215c0c2f92db0d3cf64c62286209793d62c7c89dd1
|
7
|
+
data.tar.gz: 61095e1ea8499ac17260d38c96af10b7e06ff751ff736ca419487b7be11fc1d384e6bf6f59d175ecd071c88752af4f6f5bc96c12b8bf320d4ec7d6728aae3d6a
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -9,13 +9,13 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
addressable (2.
|
12
|
+
addressable (2.6.0)
|
13
13
|
public_suffix (>= 2.0.2, < 4.0)
|
14
14
|
coderay (1.1.2)
|
15
15
|
crack (0.4.3)
|
16
16
|
safe_yaml (~> 1.0.0)
|
17
17
|
dotenv (2.2.1)
|
18
|
-
hashdiff (0.3.
|
18
|
+
hashdiff (0.3.9)
|
19
19
|
httparty (0.15.7)
|
20
20
|
multi_xml (>= 0.5.2)
|
21
21
|
method_source (0.8.2)
|
@@ -27,20 +27,20 @@ GEM
|
|
27
27
|
slop (~> 3.4)
|
28
28
|
pry-nav (0.2.4)
|
29
29
|
pry (>= 0.9.10, < 0.11.0)
|
30
|
-
public_suffix (3.0.
|
31
|
-
rack (2.0.
|
30
|
+
public_suffix (3.0.3)
|
31
|
+
rack (2.0.7)
|
32
32
|
rake (10.5.0)
|
33
|
-
redis (4.
|
33
|
+
redis (4.1.1)
|
34
34
|
redis-namespace (1.6.0)
|
35
35
|
redis (>= 3.0.4)
|
36
|
-
redis-rack (2.0.
|
36
|
+
redis-rack (2.0.5)
|
37
37
|
rack (>= 1.5, < 3)
|
38
38
|
redis-store (>= 1.2, < 2)
|
39
|
-
redis-store (1.
|
39
|
+
redis-store (1.6.0)
|
40
40
|
redis (>= 2.2, < 5)
|
41
|
-
safe_yaml (1.0.
|
41
|
+
safe_yaml (1.0.5)
|
42
42
|
slop (3.6.0)
|
43
|
-
webmock (3.
|
43
|
+
webmock (3.5.1)
|
44
44
|
addressable (>= 2.3.6)
|
45
45
|
crack (>= 0.3.2)
|
46
46
|
hashdiff
|
@@ -59,4 +59,4 @@ DEPENDENCIES
|
|
59
59
|
webmock (~> 3.0, >= 3.0.1)
|
60
60
|
|
61
61
|
BUNDLED WITH
|
62
|
-
1.
|
62
|
+
1.17.3
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# MpesaStk
|
2
2
|
Lipa na M-Pesa Online Payment API is used to initiate a M-Pesa transaction on behalf of a customer using STK Push. This is the same technique mySafaricom App uses whenever the app is used to make payments.
|
3
3
|
|
4
|
+
[](https://badge.fury.io/rb/mpesa_stk.svg)
|
5
|
+
|
4
6
|
## Installation
|
5
7
|
|
6
8
|
Add this line to your application's Gemfile:
|
@@ -100,3 +102,6 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
100
102
|
## Code of Conduct
|
101
103
|
|
102
104
|
Everyone interacting in the MpesaStk project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mboya/mpesa_stk/blob/master/CODE_OF_CONDUCT.md).
|
105
|
+
|
106
|
+
## Sample application
|
107
|
+
Check out a rails sample application [here](https://github.com/mboya/stk)
|
data/lib/mpesa_stk/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mpesa_stk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mboya
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: httparty
|
@@ -213,8 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
- !ruby/object:Gem::Version
|
214
214
|
version: '0'
|
215
215
|
requirements: []
|
216
|
-
|
217
|
-
rubygems_version: 2.7.3
|
216
|
+
rubygems_version: 3.0.3
|
218
217
|
signing_key:
|
219
218
|
specification_version: 4
|
220
219
|
summary: Lipa na M-Pesa Online Payment.
|