jekyll-favicon 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +13 -7
- data/Gemfile.lock +10 -10
- data/README.md +1 -1
- data/lib/jekyll/favicon/templates/classic.html.erb +3 -2
- data/lib/jekyll/favicon/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 60af78377fc44dac79accf873d88e949337ea04f
|
4
|
+
data.tar.gz: 799c1b14f8a640ec9a10b0fd064ba602cd6a45d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f20b3eee5cfe796557ed3f9159a40431eb265c916dea14d520732d8ef2a42c7f28008ac0798ff01261a9d10d4d0fcd047ac6d72c2e65722ba3171f3da534ef5
|
7
|
+
data.tar.gz: 9c3db38ff17040cb371a9a75b05457f0eb098f87db95b7c000736093498500776cb55f775b9148f60937c22523e969d491772d18de6b992debae1226ad163123
|
data/CHANGELOG.md
CHANGED
@@ -6,25 +6,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
-
## [0.2.
|
9
|
+
## [0.2.4] - 2018-10-05
|
10
|
+
### Fixed
|
11
|
+
- Path for favicon.ico in classic template
|
12
|
+
- Changelog dates
|
13
|
+
### Changed
|
14
|
+
- Drowngrade listen gem for ruby 2.1 compatibility
|
15
|
+
|
16
|
+
## [0.2.3] - 2018-08-17
|
10
17
|
### Added
|
11
18
|
- Changelog
|
12
19
|
- Contributing guide
|
13
20
|
- Issue and Pull Request templates
|
14
21
|
- Improve Readme usage
|
15
|
-
|
16
22
|
### Fixed
|
17
23
|
- Missing baseurl in links from `favicon` tag
|
18
24
|
|
19
|
-
## [0.2.2] -
|
25
|
+
## [0.2.2] - 2018-04-10
|
20
26
|
### Fixed
|
21
27
|
- Missing png template
|
22
28
|
|
23
|
-
## [0.2.1] -
|
29
|
+
## [0.2.1] - 2018-03-27
|
24
30
|
### Fixed
|
25
31
|
- Jekyll gem version dependency
|
26
32
|
|
27
|
-
## [0.2.0] -
|
33
|
+
## [0.2.0] - 2018-03-27
|
28
34
|
### Added
|
29
35
|
- Jekyll generator with ImageMagick dependency
|
30
36
|
- Configuration file options
|
@@ -33,11 +39,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
33
39
|
### Changed
|
34
40
|
- Templates structure
|
35
41
|
|
36
|
-
## [0.1.2] -
|
42
|
+
## [0.1.2] - 2018-03-17
|
37
43
|
### Fixed
|
38
44
|
- Fix gem version
|
39
45
|
|
40
|
-
## [0.1.1] -
|
46
|
+
## [0.1.1] - 2018-03-17
|
41
47
|
### Changed
|
42
48
|
- Replace heredoc for ruby >=2.1 compatibility
|
43
49
|
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jekyll-favicon (0.2.
|
4
|
+
jekyll-favicon (0.2.4)
|
5
5
|
jekyll (~> 3.0)
|
6
6
|
mini_magick (~> 4.5)
|
7
7
|
|
@@ -22,7 +22,7 @@ GEM
|
|
22
22
|
http_parser.rb (0.6.0)
|
23
23
|
i18n (0.9.5)
|
24
24
|
concurrent-ruby (~> 1.0)
|
25
|
-
jekyll (3.8.
|
25
|
+
jekyll (3.8.4)
|
26
26
|
addressable (~> 2.4)
|
27
27
|
colorator (~> 1.0)
|
28
28
|
em-websocket (~> 0.5)
|
@@ -45,24 +45,24 @@ GEM
|
|
45
45
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
46
46
|
rb-inotify (~> 0.9, >= 0.9.7)
|
47
47
|
mercenary (0.3.6)
|
48
|
-
mini_magick (4.
|
48
|
+
mini_magick (4.9.2)
|
49
49
|
mini_portile2 (2.3.0)
|
50
50
|
minitest (5.11.3)
|
51
|
-
nokogiri (1.8.
|
51
|
+
nokogiri (1.8.5)
|
52
52
|
mini_portile2 (~> 2.3.0)
|
53
53
|
parallel (1.12.1)
|
54
|
-
parser (2.5.
|
54
|
+
parser (2.5.1.2)
|
55
55
|
ast (~> 2.4.0)
|
56
56
|
pathutil (0.16.1)
|
57
57
|
forwardable-extended (~> 2.6)
|
58
|
-
powerpack (0.1.
|
58
|
+
powerpack (0.1.2)
|
59
59
|
public_suffix (3.0.3)
|
60
60
|
rainbow (3.0.0)
|
61
61
|
rake (10.5.0)
|
62
62
|
rb-fsevent (0.10.3)
|
63
63
|
rb-inotify (0.9.10)
|
64
64
|
ffi (>= 0.5.0, < 2)
|
65
|
-
rouge (3.
|
65
|
+
rouge (3.3.0)
|
66
66
|
rubocop (0.54.0)
|
67
67
|
parallel (~> 1.10)
|
68
68
|
parser (>= 2.5)
|
@@ -70,14 +70,14 @@ GEM
|
|
70
70
|
rainbow (>= 2.2.2, < 4.0)
|
71
71
|
ruby-progressbar (~> 1.7)
|
72
72
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
73
|
-
ruby-progressbar (1.
|
73
|
+
ruby-progressbar (1.10.0)
|
74
74
|
safe_yaml (1.0.4)
|
75
|
-
sass (3.
|
75
|
+
sass (3.6.0)
|
76
76
|
sass-listen (~> 4.0.0)
|
77
77
|
sass-listen (4.0.0)
|
78
78
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
79
79
|
rb-inotify (~> 0.9, >= 0.9.7)
|
80
|
-
unicode-display_width (1.
|
80
|
+
unicode-display_width (1.4.0)
|
81
81
|
|
82
82
|
PLATFORMS
|
83
83
|
ruby
|
data/README.md
CHANGED
@@ -31,7 +31,7 @@ Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
|
|
31
31
|
Add this line to your application's Gemfile:
|
32
32
|
|
33
33
|
```ruby
|
34
|
-
gem 'jekyll-favicon', '~> 0.2.
|
34
|
+
gem 'jekyll-favicon', '~> 0.2.4', group: :jekyll_plugins
|
35
35
|
```
|
36
36
|
|
37
37
|
## Usage
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<!-- Classic -->
|
2
|
-
|
2
|
+
<%- favicon_ico_path = File.join prepend_path, Favicon.config['ico']['path'] -%>
|
3
|
+
<link rel="shortcut icon" href="<%= File.join favicon_ico_path, 'favicon.ico' %>">
|
4
|
+
<link rel="icon" sizes="<%= Favicon.config['ico']['sizes'].collect{|s| "#{s}x#{s}"}.join ' ' %>" href="<%= File.join favicon_ico_path, 'favicon.ico' %>">
|
3
5
|
<%- favicon_path = File.join prepend_path, Favicon.config['path'] -%>
|
4
|
-
<link rel="icon" sizes="<%= Favicon.config['ico']['sizes'].collect{|s| "#{s}x#{s}"}.join ' ' %>" href="<%= File.join favicon_path, 'favicon.ico' %>">
|
5
6
|
<%- Favicon.config['classic']['sizes'].each do |size| -%>
|
6
7
|
<link rel="icon" sizes="<%= size %>" type="image/png" href="<%= File.join favicon_path, "favicon-#{size}.png" %>">
|
7
8
|
<%- end -%>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-favicon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alvaro Faundez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
175
|
version: '0'
|
176
176
|
requirements: []
|
177
177
|
rubyforge_project:
|
178
|
-
rubygems_version: 2.
|
178
|
+
rubygems_version: 2.2.0
|
179
179
|
signing_key:
|
180
180
|
specification_version: 4
|
181
181
|
summary: Jekyll plugin for favicon tag generation.
|