payment_icons 1.0.5 → 1.0.6
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 +30 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26547b6f8488f60baec50f475268ea2d12ae0def33cf90b5a62dd7e6de97a2e7
|
4
|
+
data.tar.gz: c5fa425dc845f6aa9edac1c56aac06d168e9df392f11244ec30db13307dfee18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75acab3bd69d5fcbe9acf98fa014909fe2eb4958615966b5d05a85dd0756f6a637541ce00c2e2879a89160385131a193c8ad7bee3b27f7446f5293782bdae89f
|
7
|
+
data.tar.gz: d037254dd521679ff9516e9c0f518656a1b3824d0c3befd0321523214c63af31cd84fc47d5100b6d13056652b76c35fec8526b0b302e91556c2efdc306d889f5
|
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.6
|
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: 2019-01-
|
12
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: frozen_record
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
34
|
+
version: '5.0'
|
35
35
|
- - "<"
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '6.0'
|
@@ -41,7 +41,7 @@ dependencies:
|
|
41
41
|
requirements:
|
42
42
|
- - ">="
|
43
43
|
- !ruby/object:Gem::Version
|
44
|
-
version: '
|
44
|
+
version: '5.0'
|
45
45
|
- - "<"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '6.0'
|
@@ -215,7 +215,7 @@ files:
|
|
215
215
|
- test/dummy/test/controllers/icons_controller_test.rb
|
216
216
|
- test/test_helper.rb
|
217
217
|
- test/unit/payment_icon_test.rb
|
218
|
-
homepage: https://github.com/
|
218
|
+
homepage: https://github.com/activemerchant/payment_icons
|
219
219
|
licenses:
|
220
220
|
- MIT
|
221
221
|
metadata: {}
|
@@ -239,36 +239,37 @@ rubygems_version: 2.7.6
|
|
239
239
|
signing_key:
|
240
240
|
specification_version: 4
|
241
241
|
summary: Payment Icon engine that can be integrated with any rails app to give easy
|
242
|
-
access to
|
242
|
+
access to payment icons for common credit cards, cryptocurrencies, bank transfers
|
243
|
+
and wallets.
|
243
244
|
test_files:
|
245
|
+
- test/unit/payment_icon_test.rb
|
246
|
+
- test/test_helper.rb
|
244
247
|
- test/dummy/test/controllers/icons_controller_test.rb
|
245
|
-
- test/dummy/
|
246
|
-
- test/dummy/
|
247
|
-
- test/dummy/
|
248
|
-
- test/dummy/
|
249
|
-
- test/dummy/
|
250
|
-
- test/dummy/
|
251
|
-
- test/dummy/
|
248
|
+
- test/dummy/README.md
|
249
|
+
- test/dummy/app/controllers/icons_controller.rb
|
250
|
+
- test/dummy/app/controllers/application_controller.rb
|
251
|
+
- test/dummy/app/views/layouts/application.html.erb
|
252
|
+
- test/dummy/app/views/icons/show.html.erb
|
253
|
+
- test/dummy/bin/bundle
|
254
|
+
- test/dummy/bin/rake
|
255
|
+
- test/dummy/bin/rails
|
256
|
+
- test/dummy/bin/setup
|
257
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
252
258
|
- test/dummy/config/initializers/wrap_parameters.rb
|
253
|
-
- test/dummy/config/initializers/session_store.rb
|
254
259
|
- test/dummy/config/initializers/cookies_serializer.rb
|
260
|
+
- test/dummy/config/initializers/session_store.rb
|
255
261
|
- test/dummy/config/initializers/assets.rb
|
256
|
-
- test/dummy/config/
|
262
|
+
- test/dummy/config/secrets.yml
|
263
|
+
- test/dummy/config/application.rb
|
257
264
|
- test/dummy/config/environment.rb
|
258
|
-
- test/dummy/
|
259
|
-
- test/dummy/
|
260
|
-
- test/dummy/
|
261
|
-
- test/dummy/
|
262
|
-
- test/dummy/
|
263
|
-
- test/dummy/public/
|
265
|
+
- test/dummy/config/boot.rb
|
266
|
+
- test/dummy/config/environments/development.rb
|
267
|
+
- test/dummy/config/environments/test.rb
|
268
|
+
- test/dummy/config/environments/production.rb
|
269
|
+
- test/dummy/config/routes.rb
|
270
|
+
- test/dummy/public/500.html
|
264
271
|
- test/dummy/public/favicon.ico
|
272
|
+
- test/dummy/public/422.html
|
265
273
|
- test/dummy/public/404.html
|
266
|
-
- test/dummy/
|
267
|
-
- test/dummy/app/views/layouts/application.html.erb
|
268
|
-
- test/dummy/app/views/icons/show.html.erb
|
269
|
-
- test/dummy/app/controllers/icons_controller.rb
|
270
|
-
- test/dummy/app/controllers/application_controller.rb
|
271
|
-
- test/dummy/README.md
|
274
|
+
- test/dummy/Rakefile
|
272
275
|
- test/dummy/config.ru
|
273
|
-
- test/test_helper.rb
|
274
|
-
- test/unit/payment_icon_test.rb
|