fucking_favicons 1.6.0 → 1.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: dc6e3a1f372b8d50d462b8e7f1b85ef2e5192d5a
4
- data.tar.gz: e10fd70016518b347fb3107bed8e2294d822c6d6
2
+ SHA256:
3
+ metadata.gz: 372e4041548dd0b47583b99d2e66a1b4b37ce82e93aa21b28309da10cc3c9fc1
4
+ data.tar.gz: 2da61c1aea9774903ca3cbba2fb54f0e66b9db3144d5b04717130f747293e490
5
5
  SHA512:
6
- metadata.gz: 00e50cc397246e7ef48c46dd369cd5d5bbeaec4ee664fca5fbac46917055129034604e6320a332e9e85637b2d097c32e92512716cbffb87ecd056dd3372adf8b
7
- data.tar.gz: fd6824d819712368ff00bec41a4f66782746a6f7eb279c6e1e0081e9e75fd7b8a8442652eb290b4d6ae19b6eb4a0b7e37a7eb05331e4f4323e5186268b2a179b
6
+ metadata.gz: 25abafd26550604729a4bb9a12e5566fb4e0c9a4a1086761ea4ae68bb38ea2d4a2d2af95452e5c0e81e2fd174b5dca64bdcadf88b55c1549ca5107c3a8a0d062
7
+ data.tar.gz: 5eddef99085ade6001466b73cfce619d23975d108d1e16b2f23e78254c79ed53dcef5497cfea7ebb0cf029373af109d41815fd4c1c99da12dc6f589153ea976c
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "fucking_favicons"
6
- spec.version = "1.6.0"
6
+ spec.version = "1.6.1"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "fucking_favicons"
9
9
  spec.description = "fucking favicons fucking suck"
@@ -53,7 +53,7 @@ module FuckingFavicons
53
53
  { path: 'apple-touch-icon-144x144.png', size: [144, 144] },
54
54
  { path: 'apple-touch-icon-152x152.png', size: [152, 152] },
55
55
  { path: 'apple-touch-icon.png', size: [57, 57] },
56
- { path: 'apple-touch-icon-precomposed.png', size: [57, 57] },
56
+ { path: 'android-chrome-192x192.png', size: [192, 192] },
57
57
  ]
58
58
 
59
59
  #
@@ -1,5 +1,5 @@
1
- <%
2
- FuckingFavicons::CONFIG.each do |config|
1
+ <%
2
+ FuckingFavicons::CONFIG.each do |config|
3
3
 
4
4
  case config[:path].to_s
5
5
  when /apple/
@@ -8,6 +8,12 @@
8
8
  rel = 'apple-touch-icon'
9
9
  type = 'image/png'
10
10
 
11
+ when /android-chrome/
12
+ size = Array(config[:size]).first
13
+ path = config[:path]
14
+ rel = 'android-chrome'
15
+ type = 'image/png'
16
+
11
17
  when /favicon-.*png/
12
18
  size = Array(config[:size]).first
13
19
  path = config[:path]
@@ -1,5 +1,5 @@
1
1
  module FuckingFavicons
2
- VERSION = '1.6.0'
2
+ VERSION = '1.6.1'
3
3
 
4
4
  def FuckingFavicons.version
5
5
  ::FuckingFavicons::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fucking_favicons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ara T. Howard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-14 00:00:00.000000000 Z
11
+ date: 2018-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick
@@ -59,9 +59,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project: codeforpeople
62
- rubygems_version: 2.6.8
62
+ rubygems_version: 2.7.6
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: fucking_favicons
66
66
  test_files: []
67
- has_rdoc: