payment_icons 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/payment_icons/mpesa.svg +1 -0
- data/db/payment_icons.yml +4 -0
- data/lib/payment_icons/version.rb +1 -1
- metadata +26 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2deb59af0582a6ab0e56d074ddcf628a218f54f08cec9ebaefc6aa065f343dba
|
4
|
+
data.tar.gz: ecc71f40392ff9eb3a19b9df78220a36d3cb163ed85d146389b97a67897254ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d3057e3736faf99dbfd16c326ee1c0ff2b5868fffdeb7c87480ce8390a608f6c478e87c7a5889af6517ae31546e7ad88b6a343f61216bd273eef04792ddd981
|
7
|
+
data.tar.gz: 47514a911fecd2532ab250d59f2a97da7d24451e0ceb1b521ed29bc0851d6e52268ace6e132888cf1af9e362f7f08519ccec9058de609b420d83cdcfe40f6ab1
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-mpesa"><title id="pi-mpesa">M-Pesa</title><path d="M35 0H3a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h32a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3z" opacity=".07" style="isolation:isolate"/><path d="M35 1a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h32" fill="#fff"/><path d="M12.37 8.27h2.36a1.37 1.37 0 0 1 1.37 1.36v3.92a1.37 1.37 0 0 1-1.37 1.37h-2.36A1.37 1.37 0 0 1 11 13.56V9.63a1.37 1.37 0 0 1 1.37-1.36z" fill="#fff"/><path d="M16.67 5.84a.47.47 0 1 0-.94 0v.88h-4.21a1.08 1.08 0 0 0-1.08 1.08v11.9a1.08 1.08 0 0 0 1.08 1.08h4.07a1.08 1.08 0 0 0 1.08-1.08V7.78a1.06 1.06 0 0 0 0-.28.46.46 0 0 0 0-.18zm-.57 7.72a1.37 1.37 0 0 1-1.37 1.37h-2.36A1.37 1.37 0 0 1 11 13.56V9.63a1.37 1.37 0 0 1 1.37-1.37h2.36a1.37 1.37 0 0 1 1.37 1.37z" fill="#d2e288"/><path d="M20.22 8.51h-2.6v6.31H19V12h.94a1.61 1.61 0 0 0 1.64-1.63c.02-1.03-.41-1.74-1.36-1.86zM19 11.34V9.17c.64-.09 1.13.09 1.17 1.09s-.49 1.13-1.17 1.08zM24 8.44h1.64v.71h-1.32c-.74.14-.58.93-.61 1.5h1.73v.87h-1.68v2.1a.84.84 0 0 0 .83.85h1.2V15h-2.04c-.6 0-1.09-.32-1.32-1.25V9.68c0-.83.57-1.24 1.59-1.28zm2.25 1.79c-.1-1.36.66-1.67 1.58-1.78A1.57 1.57 0 0 1 29.69 10h-1.27c-.08-.58-.53-.8-.94-.53-.59.72 1.25 2 1.8 2.46a1.94 1.94 0 0 1-.67 3.23h-.89c-.91 0-1.45-.55-1.6-1.62h1.29c.07.45.26.74.67.72.64-.12.82-.68.36-1.4-1-.81-2.08-1.57-2.2-2.62zm-22.6-2H5v.42c.82-.35 1.43-.6 2.08 0 1.15-.54 2-.48 2.46.53l.06 5.67H8.22V9.42c-.1-.46-.47-.54-.91-.51v5.92H5.92V9.42c-.1-.42-.47-.54-.92-.51v5.92H3.63v-6.6zM30.45 15h1.4v-3.49H33V15h1.36v-5a1.72 1.72 0 0 0-1.91-1.65c-1.26 0-2 .58-2 1.59v5zm1.4-5.33c0-.37.17-.52.58-.56s.56.25.59.62v1h-1.17z" fill="#8dc63f"/><path d="M12.09 10.92c.23.55.55.8.94.81a5.39 5.39 0 0 1-1.93.9 6.19 6.19 0 0 1-1.23-.24 3.17 3.17 0 0 0 2.22-1.46z" fill="#82221c"/><path d="M14.71 9.52l2.82 1.42c-1.43 1.89-3.85 1.94-6.43 1.69a5.07 5.07 0 0 0 3.61-3.11z" fill="#ec2127"/></svg>
|
data/db/payment_icons.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: payment_icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nakul Pathak
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-03-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: frozen_record
|
@@ -142,6 +142,7 @@ files:
|
|
142
142
|
- app/assets/images/payment_icons/mobilepay.svg
|
143
143
|
- app/assets/images/payment_icons/mondido.svg
|
144
144
|
- app/assets/images/payment_icons/monero.svg
|
145
|
+
- app/assets/images/payment_icons/mpesa.svg
|
145
146
|
- app/assets/images/payment_icons/netbanking.svg
|
146
147
|
- app/assets/images/payment_icons/nordea.svg
|
147
148
|
- app/assets/images/payment_icons/ola_money.svg
|
@@ -243,34 +244,34 @@ summary: Payment Icon engine that can be integrated with any rails app to give e
|
|
243
244
|
access to payment icons for common credit cards, cryptocurrencies, bank transfers
|
244
245
|
and wallets.
|
245
246
|
test_files:
|
247
|
+
- test/unit/payment_icon_test.rb
|
248
|
+
- test/test_helper.rb
|
246
249
|
- test/dummy/test/controllers/icons_controller_test.rb
|
247
|
-
- test/dummy/
|
248
|
-
- test/dummy/
|
249
|
-
- test/dummy/
|
250
|
-
- test/dummy/
|
251
|
-
- test/dummy/
|
252
|
-
- test/dummy/
|
253
|
-
- test/dummy/
|
250
|
+
- test/dummy/README.md
|
251
|
+
- test/dummy/app/controllers/icons_controller.rb
|
252
|
+
- test/dummy/app/controllers/application_controller.rb
|
253
|
+
- test/dummy/app/views/layouts/application.html.erb
|
254
|
+
- test/dummy/app/views/icons/show.html.erb
|
255
|
+
- test/dummy/bin/bundle
|
256
|
+
- test/dummy/bin/rake
|
257
|
+
- test/dummy/bin/rails
|
258
|
+
- test/dummy/bin/setup
|
259
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
254
260
|
- test/dummy/config/initializers/wrap_parameters.rb
|
255
|
-
- test/dummy/config/initializers/session_store.rb
|
256
261
|
- test/dummy/config/initializers/cookies_serializer.rb
|
262
|
+
- test/dummy/config/initializers/session_store.rb
|
257
263
|
- test/dummy/config/initializers/assets.rb
|
258
|
-
- test/dummy/config/
|
264
|
+
- test/dummy/config/secrets.yml
|
265
|
+
- test/dummy/config/application.rb
|
259
266
|
- test/dummy/config/environment.rb
|
260
|
-
- test/dummy/
|
261
|
-
- test/dummy/
|
262
|
-
- test/dummy/
|
263
|
-
- test/dummy/
|
264
|
-
- test/dummy/
|
265
|
-
- test/dummy/public/
|
267
|
+
- test/dummy/config/boot.rb
|
268
|
+
- test/dummy/config/environments/development.rb
|
269
|
+
- test/dummy/config/environments/test.rb
|
270
|
+
- test/dummy/config/environments/production.rb
|
271
|
+
- test/dummy/config/routes.rb
|
272
|
+
- test/dummy/public/500.html
|
266
273
|
- test/dummy/public/favicon.ico
|
274
|
+
- test/dummy/public/422.html
|
267
275
|
- test/dummy/public/404.html
|
268
|
-
- test/dummy/
|
269
|
-
- test/dummy/app/views/layouts/application.html.erb
|
270
|
-
- test/dummy/app/views/icons/show.html.erb
|
271
|
-
- test/dummy/app/controllers/icons_controller.rb
|
272
|
-
- test/dummy/app/controllers/application_controller.rb
|
273
|
-
- test/dummy/README.md
|
276
|
+
- test/dummy/Rakefile
|
274
277
|
- test/dummy/config.ru
|
275
|
-
- test/test_helper.rb
|
276
|
-
- test/unit/payment_icon_test.rb
|