payment_icons 1.7.8 → 1.7.9

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: d6d62a9983cdd387300220598f520d40570c330024b2325caca69cf8b8f92679
4
- data.tar.gz: f035d1bc554729ad64e64d9af25cd0f20ec022ffdaa81c02c28c3c9089de8776
3
+ metadata.gz: 245ba7680b18dbd7be491c3384f737f8d7f9d669147c90e37b51fc5e94216349
4
+ data.tar.gz: d80553ec8c03d3af59def4edfb059f85567c9fa3fba7da9a0bda9132afac71d4
5
5
  SHA512:
6
- metadata.gz: b290fd2a2f3dfa6b9d6bd7ae2eaba9db41a9fd1df59de41353fa20bb724b7a23ea134e05bcb33a654184545355636eed683c2249ca17844c3ee1bd35bd1dc1dc
7
- data.tar.gz: 6a9e789b4be63f71a0795ccc0134d131e6047295d1c80c5e8b62d5a80aa1158ca3abe68cb34bce87a079f3ddd34426bd8499231abc003114ab262cb7257a634a
6
+ metadata.gz: 894a8fc573734d4c0a334e88d422940f69c260def64c8779a3cb311c464f8f5444dde4bcc26ba7e82c015c49ce6bab1e482877d617b09e19a3d85cd3a1c4862a
7
+ data.tar.gz: 296edc5245e699f1baa912fcdda1936d211a7c3d666200fbaecc4baeaa5bdd6c4a074b06edc0723b75b10eb403bb3d7c363c826988beb3659c513cb7ef2f9d8c
data/db/payment_icons.yml CHANGED
@@ -1049,4 +1049,8 @@
1049
1049
  -
1050
1050
  name: gmo-postpay
1051
1051
  label: GMO PostPay
1052
- group: other
1052
+ group: other
1053
+ -
1054
+ name: gift-card
1055
+ label: Gift Card
1056
+ group: other
@@ -1,3 +1,3 @@
1
1
  module PaymentIcons
2
- VERSION = "1.7.8"
2
+ VERSION = "1.7.9"
3
3
  end
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.7.8
4
+ version: 1.7.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: 2021-12-14 00:00:00.000000000 Z
12
+ date: 2021-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: frozen_record
@@ -426,35 +426,35 @@ summary: Payment Icon engine that can be integrated with any rails app to give e
426
426
  access to payment icons for common credit cards, cryptocurrencies, bank transfers
427
427
  and wallets.
428
428
  test_files:
429
- - test/dummy/test/controllers/icons_controller_test.rb
429
+ - test/test_helper.rb
430
+ - test/unit/payment_icon_test.rb
431
+ - test/dummy/Rakefile
430
432
  - test/dummy/config/routes.rb
431
- - test/dummy/config/secrets.yml
432
433
  - test/dummy/config/application.rb
433
- - test/dummy/config/environments/production.rb
434
434
  - test/dummy/config/environments/development.rb
435
435
  - test/dummy/config/environments/test.rb
436
+ - test/dummy/config/environments/production.rb
436
437
  - test/dummy/config/boot.rb
437
- - test/dummy/config/environment.rb
438
- - test/dummy/config/initializers/assets.rb
438
+ - test/dummy/config/secrets.yml
439
439
  - test/dummy/config/initializers/wrap_parameters.rb
440
440
  - test/dummy/config/initializers/cookies_serializer.rb
441
441
  - test/dummy/config/initializers/filter_parameter_logging.rb
442
442
  - test/dummy/config/initializers/session_store.rb
443
- - test/dummy/public/500.html
444
- - test/dummy/public/404.html
443
+ - test/dummy/config/initializers/assets.rb
444
+ - test/dummy/config/environment.rb
445
445
  - test/dummy/public/favicon.ico
446
+ - test/dummy/public/404.html
446
447
  - test/dummy/public/422.html
447
- - test/dummy/config.ru
448
- - test/dummy/Rakefile
449
- - test/dummy/bin/bundle
448
+ - test/dummy/public/500.html
449
+ - test/dummy/bin/rails
450
450
  - test/dummy/bin/rake
451
451
  - test/dummy/bin/setup
452
- - test/dummy/bin/rails
453
- - test/dummy/README.md
452
+ - test/dummy/bin/bundle
453
+ - test/dummy/app/controllers/application_controller.rb
454
+ - test/dummy/app/controllers/icons_controller.rb
454
455
  - test/dummy/app/assets/config/manifest.js
455
456
  - test/dummy/app/views/layouts/application.html.erb
456
457
  - test/dummy/app/views/icons/show.html.erb
457
- - test/dummy/app/controllers/icons_controller.rb
458
- - test/dummy/app/controllers/application_controller.rb
459
- - test/unit/payment_icon_test.rb
460
- - test/test_helper.rb
458
+ - test/dummy/config.ru
459
+ - test/dummy/test/controllers/icons_controller_test.rb
460
+ - test/dummy/README.md