Skip to content

Commit

Permalink
Bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Jan 16, 2019
1 parent 851006d commit d439c76
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.5] - 2019-01-16
### Changed
- Strike GraphicsMagick at Readme because it's compatible a this moment
### Fixed
- Skip safari pinned tab when source is not a SVG

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-favicon (0.2.4)
jekyll-favicon (0.2.5)
jekyll (~> 3.0)
mini_magick (~> 4.5)

Expand All @@ -12,17 +12,17 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.9.25)
ffi (1.10.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.4)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -40,7 +40,7 @@ GEM
jekyll-watch (2.0.0)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.0)
liquid (4.0.1)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -55,7 +55,7 @@ GEM
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
powerpack (0.1.2)
public_suffix (3.0.3)
Expand All @@ -74,7 +74,7 @@ GEM
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
safe_yaml (1.0.4)
sass (3.6.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -94,4 +94,4 @@ DEPENDENCIES
rubocop (~> 0.54.0, >= 0.54.0)

BUNDLED WITH
1.16.1
1.17.3
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ This [Jekyll](https://jekyllrb.com) plugin adds:
- a [browser configuration schema](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/dn320426%28v=vs.85%29)
- a tag to generate all the corresponding links and metadata needed in the head tag



## Prerequisites

Before using this plugin your system must have installed [ImageMagick](http://www.imagemagick.org) (or [GraphicsMagick](http://www.graphicsmagick.org/)).
Before using this plugin your system must have installed [ImageMagick](http://www.imagemagick.org) ~~(or [GraphicsMagick](http://www.graphicsmagick.org/))~~.

Check if it is already installed by running:

Expand All @@ -31,7 +29,7 @@ Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
Add this line to your application's Gemfile:

```ruby
gem 'jekyll-favicon', '~> 0.2.4', group: :jekyll_plugins
gem 'jekyll-favicon', '~> 0.2.5', group: :jekyll_plugins
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/favicon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module Favicon
VERSION = '0.2.4'.freeze
VERSION = '0.2.5'.freeze
end
end

0 comments on commit d439c76

Please sign in to comment.