payment_icons 1.4.2 → 1.4.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/payment_icons/version.rb +1 -1
  3. metadata +24 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41605eb8c246cccee82e7000c3fd080030ed5e4abe90f900485a5791ac075f2f
4
- data.tar.gz: 8b7ed95af299091eb21b46655e53a91406569bcf1325d6d64305c089f440c337
3
+ metadata.gz: 3d0f427ab9e6c7ebcbb90405fcc1362c2c108e7362e983ec66eca196e7cacc0e
4
+ data.tar.gz: ad8fe04cfeb733def5bdf4fe008b1bfa5cafb5a4af18426d8ac5c02181aac2ca
5
5
  SHA512:
6
- metadata.gz: 4a4f30f1cf848d1dd2b1c3c1def1373c423405e82b3ac2294a79be68ed24afb1c791731af39c91fca05ae799a5672cb0fa96a9f1c9b2f2ea8ce2a95a96d0e7dd
7
- data.tar.gz: 9885c4961b75c5662320f96882a7a20ca715f2c2dbe587335bf9017c105d002d9d4ec960421d7426e0679755b95ce650c3ea1385667a0d99e30ee7626161d933
6
+ metadata.gz: 6e9af3918468fe5a9f46fdbdde1b7ccf933744d1c2472bfc5377667550bc7471429085a1d5c28661153d18b97732456a8682378d7bd6f9e79bb597134975b3ee
7
+ data.tar.gz: 04e997e9bf8064de1465891a434c52faf113c0b042048573a4911c84d7ce1ac072a39ad0a502c7715698d49d83e14de3aad8a255109498f78134783c7dadda29
@@ -1,3 +1,3 @@
1
1
  module PaymentIcons
2
- VERSION = "1.4.2"
2
+ VERSION = "1.4.3"
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.4.2
4
+ version: 1.4.3
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: 2020-05-14 00:00:00.000000000 Z
12
+ date: 2020-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: frozen_record
@@ -301,35 +301,35 @@ summary: Payment Icon engine that can be integrated with any rails app to give e
301
301
  access to payment icons for common credit cards, cryptocurrencies, bank transfers
302
302
  and wallets.
303
303
  test_files:
304
+ - test/unit/payment_icon_test.rb
305
+ - test/test_helper.rb
304
306
  - test/dummy/test/controllers/icons_controller_test.rb
305
- - test/dummy/public/favicon.ico
306
- - test/dummy/public/500.html
307
- - test/dummy/public/422.html
308
- - test/dummy/public/404.html
309
- - test/dummy/bin/rake
307
+ - test/dummy/README.md
308
+ - test/dummy/app/controllers/icons_controller.rb
309
+ - test/dummy/app/controllers/application_controller.rb
310
+ - test/dummy/app/views/layouts/application.html.erb
311
+ - test/dummy/app/views/icons/show.html.erb
312
+ - test/dummy/app/assets/config/manifest.js
310
313
  - test/dummy/bin/bundle
314
+ - test/dummy/bin/rake
311
315
  - test/dummy/bin/rails
312
316
  - test/dummy/bin/setup
313
- - test/dummy/app/views/icons/show.html.erb
314
- - test/dummy/app/views/layouts/application.html.erb
315
- - test/dummy/app/assets/config/manifest.js
316
- - test/dummy/app/controllers/icons_controller.rb
317
- - test/dummy/app/controllers/application_controller.rb
318
- - test/dummy/config.ru
319
- - test/dummy/Rakefile
320
- - test/dummy/config/application.rb
321
- - test/dummy/config/secrets.yml
322
- - test/dummy/config/boot.rb
323
317
  - test/dummy/config/initializers/filter_parameter_logging.rb
324
- - test/dummy/config/initializers/session_store.rb
318
+ - test/dummy/config/initializers/wrap_parameters.rb
325
319
  - test/dummy/config/initializers/cookies_serializer.rb
320
+ - test/dummy/config/initializers/session_store.rb
326
321
  - test/dummy/config/initializers/assets.rb
327
- - test/dummy/config/initializers/wrap_parameters.rb
322
+ - test/dummy/config/secrets.yml
323
+ - test/dummy/config/application.rb
328
324
  - test/dummy/config/environment.rb
329
- - test/dummy/config/routes.rb
330
- - test/dummy/config/environments/test.rb
325
+ - test/dummy/config/boot.rb
331
326
  - test/dummy/config/environments/development.rb
327
+ - test/dummy/config/environments/test.rb
332
328
  - test/dummy/config/environments/production.rb
333
- - test/dummy/README.md
334
- - test/unit/payment_icon_test.rb
335
- - test/test_helper.rb
329
+ - test/dummy/config/routes.rb
330
+ - test/dummy/public/500.html
331
+ - test/dummy/public/favicon.ico
332
+ - test/dummy/public/422.html
333
+ - test/dummy/public/404.html
334
+ - test/dummy/Rakefile
335
+ - test/dummy/config.ru