payment_icons 1.4.3 → 1.4.4
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/gift-card.svg +1 -1
- 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: c2a9b84cecfb1cc3a79ea6b3d5e2c5bd9e14c7ea91d8dcded6d874df20fbfc9b
|
4
|
+
data.tar.gz: 48d2ae153caa9eace77c80676bcd163cd4bbbf97a231ef0f8af0d0c2b1a2602d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0588c6420d086d750cb5c327dbc24564a507918efd202d9fc094825d28a1adc0a001eab42fd338d1dc1cf6600a7f6166e86fdcc3041b51b3a9aba8beed6205fc'
|
7
|
+
data.tar.gz: e6928dec236b5ab501f6ddfa999a2260b95527adb2716dd942f7c38cc93e6eb14b70e71c392cb06945bd3ef37c01df1c66ee390455fd0f1bb577b96ea06106b1
|
@@ -1 +1 @@
|
|
1
|
-
<svg viewBox="0 0 38 24"
|
1
|
+
<svg width="38" height="24" viewBox="0 0 38 24" fill="none" aria-labelledby="pi-gift-card" xmlns="http://www.w3.org/2000/svg" role="img"><title id="pi-gift-card">Gift Card</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><rect width="38" height="24" rx="2" fill="#fff"/><rect width="38" height="24" rx="2" fill="#E9AF58"/><rect x=".5" y=".5" width="37" height="23" rx="1.5" stroke="#000" stroke-opacity=".01"/><path d="M38 12H0v3h38v-3z" fill="#CD5747"/><path d="M20.39 24V0h-2.78v24h2.78z" fill="#CD5747"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.018 8.773C20.018 5.585 17.448 3 14.28 3c-3.17 0-5.74 2.585-5.74 5.773 0 3.188 2.57 5.773 5.739 5.773h5.738V8.773zM14.28 6.27a2.495 2.495 0 012.487 2.503v2.503H14.28a2.495 2.495 0 01-2.488-2.503A2.495 2.495 0 0114.28 6.27z" fill="#CD5747"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.982 8.773C17.982 5.585 20.55 3 23.72 3c3.17 0 5.738 2.585 5.738 5.773 0 3.188-2.569 5.773-5.738 5.773h-5.738V8.773zM23.72 6.27a2.495 2.495 0 00-2.488 2.503v2.503h2.488a2.495 2.495 0 002.488-2.503A2.495 2.495 0 0023.72 6.27z" fill="#CD5747"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.327 22.061c5.507 0 9.542-4.93 9.542-10.46h-3.25c0 4.307-3.055 7.352-6.292 7.352v3.108z" fill="#CD5747"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.674 22.061c-5.685 0-10.009-4.841-10.009-10.46h3.25c0 4.218 3.183 7.352 6.759 7.352v3.108z" fill="#CD5747"/><path stroke="#000" stroke-opacity=".01" d="M.5.5h37v23H.5z"/></svg>
|
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.4
|
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-
|
12
|
+
date: 2020-06-08 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
|
306
304
|
- test/dummy/test/controllers/icons_controller_test.rb
|
307
|
-
- test/dummy/
|
308
|
-
- test/dummy/
|
309
|
-
- test/dummy/
|
310
|
-
- test/dummy/
|
311
|
-
- test/dummy/app/views/icons/show.html.erb
|
312
|
-
- test/dummy/app/assets/config/manifest.js
|
313
|
-
- test/dummy/bin/bundle
|
305
|
+
- test/dummy/public/favicon.ico
|
306
|
+
- test/dummy/public/500.html
|
307
|
+
- test/dummy/public/422.html
|
308
|
+
- test/dummy/public/404.html
|
314
309
|
- test/dummy/bin/rake
|
310
|
+
- test/dummy/bin/bundle
|
315
311
|
- test/dummy/bin/rails
|
316
312
|
- 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
|
317
323
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
318
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
319
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
320
324
|
- test/dummy/config/initializers/session_store.rb
|
325
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
321
326
|
- test/dummy/config/initializers/assets.rb
|
322
|
-
- test/dummy/config/
|
323
|
-
- test/dummy/config/application.rb
|
327
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
324
328
|
- test/dummy/config/environment.rb
|
325
|
-
- test/dummy/config/
|
326
|
-
- test/dummy/config/environments/development.rb
|
329
|
+
- test/dummy/config/routes.rb
|
327
330
|
- test/dummy/config/environments/test.rb
|
331
|
+
- test/dummy/config/environments/development.rb
|
328
332
|
- test/dummy/config/environments/production.rb
|
329
|
-
- test/dummy/
|
330
|
-
- test/
|
331
|
-
- test/
|
332
|
-
- test/dummy/public/422.html
|
333
|
-
- test/dummy/public/404.html
|
334
|
-
- test/dummy/Rakefile
|
335
|
-
- test/dummy/config.ru
|
333
|
+
- test/dummy/README.md
|
334
|
+
- test/unit/payment_icon_test.rb
|
335
|
+
- test/test_helper.rb
|