starkit_banking 0.1.23 → 0.1.24

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
  SHA1:
3
- metadata.gz: 7ca789121830633a6ae603d11e8db8455c1a9a6b
4
- data.tar.gz: 0aa9d23b40d1d527f918f18c63e79399baf0402e
3
+ metadata.gz: ac15d8dd2737cddef377c6893c9dd6777c8e9774
4
+ data.tar.gz: 149a8e5ea3aa9814289baf253a0fe1d378cc8e3d
5
5
  SHA512:
6
- metadata.gz: 591b2cb7d30fcdeabe525eaac28889efd4de528d9a96fde08288f50ce336c98d181e7fded030e879707963824f292d997f1c6b2bf35a2dfa3c8c8c62fbb83173
7
- data.tar.gz: dc8758754299afc5e354fe0a953527f3933c5ce920390c84ce4f970abde3d9bbb03dd586fc8a940ef5c60d5a14dcd0aede75ebccc18bc56965b5c27bdaf5e955
6
+ metadata.gz: aa0a9aaea82af4c411a444f0449aa050f79f3d1316265b3c8ee7ffc30a34f6e85e809cec404f87715f4b86acddeea8e357133dc330ae7074efbc623ecb8763a9
7
+ data.tar.gz: ef041eab2566eaf6614894587950cdc5f760f533a5993ac3200750d04bc05f4b6a57395df8b89164d31ee0a47d87e0503bc76354e4befd75ec9a33aad25c315b
data/Gemfile.lock CHANGED
@@ -1,44 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- starkit_banking (0.1.22)
4
+ starkit_banking (0.1.24)
5
5
  activerecord (~> 4.2.7)
6
6
  activesupport (~> 4.2.7)
7
- api_banking (= 0.1.32)
7
+ api_banking (= 0.1.33)
8
8
  money (= 6.7.1)
9
9
  railties (~> 4.2.7)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (4.2.8)
15
- actionview (= 4.2.8)
16
- activesupport (= 4.2.8)
14
+ actionpack (4.2.9)
15
+ actionview (= 4.2.9)
16
+ activesupport (= 4.2.9)
17
17
  rack (~> 1.6)
18
18
  rack-test (~> 0.6.2)
19
19
  rails-dom-testing (~> 1.0, >= 1.0.5)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (4.2.8)
22
- activesupport (= 4.2.8)
21
+ actionview (4.2.9)
22
+ activesupport (= 4.2.9)
23
23
  builder (~> 3.1)
24
24
  erubis (~> 2.7.0)
25
25
  rails-dom-testing (~> 1.0, >= 1.0.5)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
- activemodel (4.2.8)
28
- activesupport (= 4.2.8)
27
+ activemodel (4.2.9)
28
+ activesupport (= 4.2.9)
29
29
  builder (~> 3.1)
30
- activerecord (4.2.8)
31
- activemodel (= 4.2.8)
32
- activesupport (= 4.2.8)
30
+ activerecord (4.2.9)
31
+ activemodel (= 4.2.9)
32
+ activesupport (= 4.2.9)
33
33
  arel (~> 6.0)
34
- activesupport (4.2.8)
34
+ activesupport (4.2.9)
35
35
  i18n (~> 0.7)
36
36
  minitest (~> 5.1)
37
37
  thread_safe (~> 0.3, >= 0.3.4)
38
38
  tzinfo (~> 1.1)
39
39
  addressable (2.5.0)
40
40
  public_suffix (~> 2.0, >= 2.0.2)
41
- api_banking (0.1.32)
41
+ api_banking (0.1.33)
42
42
  money (= 6.7.1)
43
43
  nokogiri (~> 1.6.8)
44
44
  typhoeus (~> 1.1.0)
@@ -68,7 +68,7 @@ GEM
68
68
  method_source (~> 0.8.1)
69
69
  slop (~> 3.4)
70
70
  public_suffix (2.0.4)
71
- rack (1.6.5)
71
+ rack (1.6.8)
72
72
  rack-test (0.6.3)
73
73
  rack (>= 1.0)
74
74
  rails-deprecated_sanitizer (1.0.3)
@@ -79,14 +79,14 @@ GEM
79
79
  rails-deprecated_sanitizer (>= 1.0.1)
80
80
  rails-html-sanitizer (1.0.3)
81
81
  loofah (~> 2.0)
82
- railties (4.2.8)
83
- actionpack (= 4.2.8)
84
- activesupport (= 4.2.8)
82
+ railties (4.2.9)
83
+ actionpack (= 4.2.9)
84
+ activesupport (= 4.2.9)
85
85
  rake (>= 0.8.7)
86
86
  thor (>= 0.18.1, < 2.0)
87
87
  rake (10.5.0)
88
88
  safe_yaml (1.0.4)
89
- sixarm_ruby_unaccent (1.1.1)
89
+ sixarm_ruby_unaccent (1.1.2)
90
90
  slop (3.6.0)
91
91
  thor (0.19.4)
92
92
  thread_safe (0.3.6)
@@ -1,3 +1,3 @@
1
1
  module StarkitBanking
2
- VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
3
  end
@@ -28,6 +28,7 @@ require_relative "starkit_banking/api/rbl/account/mini_statement"
28
28
  require_relative "starkit_banking/api/rbl/account/balance"
29
29
  require_relative "starkit_banking/api/rbl/payment/ft2"
30
30
  require_relative "starkit_banking/api/rbl/payment/get_status"
31
+ require_relative "starkit_banking/api/rbl/payment/pan_enquiry"
31
32
 
32
33
  module StarkitBanking
33
34
  # Your code goes here...
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.add_dependency "activesupport", "~> 4.2.7"
30
30
  spec.add_dependency "activerecord", "~> 4.2.7"
31
31
  spec.add_dependency "railties", "~> 4.2.7"
32
- spec.add_dependency "api_banking", "0.1.32"
32
+ spec.add_dependency "api_banking", "0.1.33"
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starkit_banking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - akil
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-20 00:00:00.000000000 Z
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 0.1.32
159
+ version: 0.1.33
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 0.1.32
166
+ version: 0.1.33
167
167
  description:
168
168
  email:
169
169
  - hello@quantiguous.com