payment_icons 1.0.1 → 1.0.2
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/app/assets/images/payment_icons/master.svg +1 -1
- data/lib/payment_icons/version.rb +1 -1
- metadata +23 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8183bcf527dd665e4ac62df162c00a4c099329e6
|
|
4
|
+
data.tar.gz: ec97c1515ef7b69d7658eeeda51cf0187865f461
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221812bab4e3cb79c49cf45459a70aeb76218aef6eb6fdc7102e4d8c1c810f3c5245aff03dc6e0152266a337562ed31333c3b17d13844ff08c72c586ecddfdfb
|
|
7
|
+
data.tar.gz: 75fc9f05b955540bbff7c3622c7872cd23ad88b41c71221e06c5f97492343c0efe54cd26b4513ad31e5521d6c6c52a8d60b01f77df3a0429f6b00eaba1dff9fd
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" role="img"
|
|
1
|
+
<svg viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path 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"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></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.0.
|
|
4
|
+
version: 1.0.2
|
|
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: 2018-11-
|
|
12
|
+
date: 2018-11-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: frozen_record
|
|
@@ -237,34 +237,34 @@ specification_version: 4
|
|
|
237
237
|
summary: Payment Icon engine that can be integrated with any rails app to give easy
|
|
238
238
|
access to common payment icons like visa, mastercard, etc.
|
|
239
239
|
test_files:
|
|
240
|
-
- test/unit/payment_icon_test.rb
|
|
241
|
-
- test/test_helper.rb
|
|
242
240
|
- test/dummy/test/controllers/icons_controller_test.rb
|
|
243
|
-
- test/dummy/
|
|
244
|
-
- test/dummy/
|
|
245
|
-
- test/dummy/
|
|
246
|
-
- test/dummy/
|
|
247
|
-
- test/dummy/app/views/icons/show.html.erb
|
|
248
|
-
- test/dummy/bin/bundle
|
|
241
|
+
- test/dummy/public/favicon.ico
|
|
242
|
+
- test/dummy/public/500.html
|
|
243
|
+
- test/dummy/public/422.html
|
|
244
|
+
- test/dummy/public/404.html
|
|
249
245
|
- test/dummy/bin/rake
|
|
246
|
+
- test/dummy/bin/bundle
|
|
250
247
|
- test/dummy/bin/rails
|
|
251
248
|
- test/dummy/bin/setup
|
|
249
|
+
- test/dummy/app/views/icons/show.html.erb
|
|
250
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
251
|
+
- test/dummy/app/controllers/icons_controller.rb
|
|
252
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
253
|
+
- test/dummy/config.ru
|
|
254
|
+
- test/dummy/Rakefile
|
|
255
|
+
- test/dummy/config/application.rb
|
|
256
|
+
- test/dummy/config/secrets.yml
|
|
257
|
+
- test/dummy/config/boot.rb
|
|
252
258
|
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
253
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
|
254
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
|
255
259
|
- test/dummy/config/initializers/session_store.rb
|
|
260
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
256
261
|
- test/dummy/config/initializers/assets.rb
|
|
257
|
-
- test/dummy/config/
|
|
258
|
-
- test/dummy/config/application.rb
|
|
262
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
259
263
|
- test/dummy/config/environment.rb
|
|
260
|
-
- test/dummy/config/
|
|
261
|
-
- test/dummy/config/environments/development.rb
|
|
264
|
+
- test/dummy/config/routes.rb
|
|
262
265
|
- test/dummy/config/environments/test.rb
|
|
266
|
+
- test/dummy/config/environments/development.rb
|
|
263
267
|
- test/dummy/config/environments/production.rb
|
|
264
|
-
- test/dummy/
|
|
265
|
-
- test/
|
|
266
|
-
- test/
|
|
267
|
-
- test/dummy/public/422.html
|
|
268
|
-
- test/dummy/public/404.html
|
|
269
|
-
- test/dummy/Rakefile
|
|
270
|
-
- test/dummy/config.ru
|
|
268
|
+
- test/dummy/README.md
|
|
269
|
+
- test/unit/payment_icon_test.rb
|
|
270
|
+
- test/test_helper.rb
|