payment_icons 1.4.2 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/payment_icons/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d0f427ab9e6c7ebcbb90405fcc1362c2c108e7362e983ec66eca196e7cacc0e
|
4
|
+
data.tar.gz: ad8fe04cfeb733def5bdf4fe008b1bfa5cafb5a4af18426d8ac5c02181aac2ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e9af3918468fe5a9f46fdbdde1b7ccf933744d1c2472bfc5377667550bc7471429085a1d5c28661153d18b97732456a8682378d7bd6f9e79bb597134975b3ee
|
7
|
+
data.tar.gz: 04e997e9bf8064de1465891a434c52faf113c0b042048573a4911c84d7ce1ac072a39ad0a502c7715698d49d83e14de3aad8a255109498f78134783c7dadda29
|
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.
|
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-
|
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/
|
306
|
-
- test/dummy/
|
307
|
-
- test/dummy/
|
308
|
-
- test/dummy/
|
309
|
-
- test/dummy/
|
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/
|
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/
|
322
|
+
- test/dummy/config/secrets.yml
|
323
|
+
- test/dummy/config/application.rb
|
328
324
|
- test/dummy/config/environment.rb
|
329
|
-
- test/dummy/config/
|
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/
|
334
|
-
- test/
|
335
|
-
- test/
|
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
|