payment_icons 1.7.8 → 1.7.9
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/db/payment_icons.yml +5 -1
- data/lib/payment_icons/version.rb +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 245ba7680b18dbd7be491c3384f737f8d7f9d669147c90e37b51fc5e94216349
|
|
4
|
+
data.tar.gz: d80553ec8c03d3af59def4edfb059f85567c9fa3fba7da9a0bda9132afac71d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 894a8fc573734d4c0a334e88d422940f69c260def64c8779a3cb311c464f8f5444dde4bcc26ba7e82c015c49ce6bab1e482877d617b09e19a3d85cd3a1c4862a
|
|
7
|
+
data.tar.gz: 296edc5245e699f1baa912fcdda1936d211a7c3d666200fbaecc4baeaa5bdd6c4a074b06edc0723b75b10eb403bb3d7c363c826988beb3659c513cb7ef2f9d8c
|
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.7.
|
|
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-
|
|
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/
|
|
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/
|
|
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/
|
|
444
|
-
- test/dummy/
|
|
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/
|
|
448
|
-
- test/dummy/
|
|
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/
|
|
453
|
-
- test/dummy/
|
|
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/
|
|
458
|
-
- test/dummy/
|
|
459
|
-
- test/
|
|
460
|
-
- test/test_helper.rb
|
|
458
|
+
- test/dummy/config.ru
|
|
459
|
+
- test/dummy/test/controllers/icons_controller_test.rb
|
|
460
|
+
- test/dummy/README.md
|