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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/payment_icons/version.rb +1 -1
  3. metadata +30 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef318d99fb6e58b870040b97b4e5dc291d3e2c9f3e7bd81c60f5bf2fc70e8188
4
- data.tar.gz: 3ba118b5ba445acd479ae350705ef576772427c04c091d22ea2acf8ed84dcf04
3
+ metadata.gz: 26547b6f8488f60baec50f475268ea2d12ae0def33cf90b5a62dd7e6de97a2e7
4
+ data.tar.gz: c5fa425dc845f6aa9edac1c56aac06d168e9df392f11244ec30db13307dfee18
5
5
  SHA512:
6
- metadata.gz: cfc171afccb4cb2df9402457d15f31ff84c37513e5b75098246d9f268d89672bac27798289cf2df00d2a58c4f58cd90dfdcca0313f5702b9b3c5c71952405802
7
- data.tar.gz: a88b730ccabac1415b2dc41f4d05ea98c444f61d51ef6d158d6abea90587f2421ac6a7294465ba89f45ee21e88e972dd262c4dcd9b579d6eb00e3f3cab702aa1
6
+ metadata.gz: 75acab3bd69d5fcbe9acf98fa014909fe2eb4958615966b5d05a85dd0756f6a637541ce00c2e2879a89160385131a193c8ad7bee3b27f7446f5293782bdae89f
7
+ data.tar.gz: d037254dd521679ff9516e9c0f518656a1b3824d0c3befd0321523214c63af31cd84fc47d5100b6d13056652b76c35fec8526b0b302e91556c2efdc306d889f5
@@ -1,3 +1,3 @@
1
1
  module PaymentIcons
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
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.0.5
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-09 00:00:00.000000000 Z
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: '4.1'
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: '4.1'
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/Shopify/payment_icons
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 common payment icons like visa, mastercard, etc.
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/config/secrets.yml
246
- - test/dummy/config/boot.rb
247
- - test/dummy/config/environments/production.rb
248
- - test/dummy/config/environments/test.rb
249
- - test/dummy/config/environments/development.rb
250
- - test/dummy/config/application.rb
251
- - test/dummy/config/routes.rb
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/initializers/filter_parameter_logging.rb
262
+ - test/dummy/config/secrets.yml
263
+ - test/dummy/config/application.rb
257
264
  - test/dummy/config/environment.rb
258
- - test/dummy/Rakefile
259
- - test/dummy/bin/bundle
260
- - test/dummy/bin/rails
261
- - test/dummy/bin/rake
262
- - test/dummy/bin/setup
263
- - test/dummy/public/422.html
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/public/500.html
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