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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c762d9d7188c2614e26d339f31d8878ccae597950e0f25bd4332967754e98faf
4
- data.tar.gz: 3052223d41923e8f2c03a4bfae269a6be37ddb79d67783c0b8520707df46c1c6
3
+ metadata.gz: e90c4c26220e6e18d166f5228562d2119685b7c5206f936e198e1ff29797e604
4
+ data.tar.gz: 07ee7e67bdcc9918c65edc2d694a0d0ed0911e3a734855e2744a3297e77ee370
5
5
  SHA512:
6
- metadata.gz: 0de7cd1f36a1c7b0211ef63627c4602840a776428d38a339c22e3fa1b89b1c28bbb53a8d4cbb6e4d1158fcd2cebccb0fa99a7cb8bcc79523fa6215857aa9d601
7
- data.tar.gz: d168f74ce9be4d5a3d9de59bf0a5818cb5f9efa6699523d93b7c74b8c1b53c7a378403f99c9446126734d236be7f03090695ea744b95ae948cf3fc3ba7a2ab43
6
+ metadata.gz: 2298d7120de0589060fc1c0a13c243415bd22edbf532eda7cbf44834f3f0654f98c05255baa04b212a2968215c0c2f92db0d3cf64c62286209793d62c7c89dd1
7
+ data.tar.gz: 61095e1ea8499ac17260d38c96af10b7e06ff751ff736ca419487b7be11fc1d384e6bf6f59d175ecd071c88752af4f6f5bc96c12b8bf320d4ec7d6728aae3d6a
data/.gitignore CHANGED
@@ -9,4 +9,5 @@
9
9
 
10
10
  .env
11
11
  .DS_Store
12
- *.gem
12
+ *.gem
13
+ dump.rdb
@@ -9,13 +9,13 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.5.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.7)
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.2)
31
- rack (2.0.5)
30
+ public_suffix (3.0.3)
31
+ rack (2.0.7)
32
32
  rake (10.5.0)
33
- redis (4.0.1)
33
+ redis (4.1.1)
34
34
  redis-namespace (1.6.0)
35
35
  redis (>= 3.0.4)
36
- redis-rack (2.0.4)
36
+ redis-rack (2.0.5)
37
37
  rack (>= 1.5, < 3)
38
38
  redis-store (>= 1.2, < 2)
39
- redis-store (1.5.0)
39
+ redis-store (1.6.0)
40
40
  redis (>= 2.2, < 5)
41
- safe_yaml (1.0.4)
41
+ safe_yaml (1.0.5)
42
42
  slop (3.6.0)
43
- webmock (3.3.0)
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.16.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
+ [![Gem Version](https://badge.fury.io/rb/mpesa_stk.svg)](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)
@@ -1,3 +1,3 @@
1
1
  module MpesaStk
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
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.0
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: 2018-06-16 00:00:00.000000000 Z
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
- rubyforge_project:
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.