Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsparky committed Apr 24, 2018
1 parent cea1972 commit 8689d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# jekyll-minifier [![Build Status](https://travis-ci.org/digitalsparky/jekyll-minifier.svg?branch=master)](https://travis-ci.org/digitalsparky/jekyll-minifier) [![Gem Version](https://badge.fury.io/rb/jekyll-minifier.svg)](http://badge.fury.io/rb/jekyll-minifier)

Requires Ruby 2.3+

Minifies HTML, XML, CSS, and Javascript both inline and as separate files utilising yui-compressor and htmlcompressor.

This was created due to the previous minifier (jekyll-press) not being CSS3 compatible, which made me frown.
Expand Down
2 changes: 1 addition & 1 deletion jekyll-minifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.specification_version = 2 if gem.respond_to? :specification_version=
gem.required_rubygems_version = Gem::Requirement.new('>= 0') if gem.respond_to? :required_rubygems_version=
gem.rubygems_version = '2.3.1'
gem.required_ruby_version = '>= 2.0.0'
gem.required_ruby_version = '>= 2.3.0'

gem.authors = ["DigitalSparky"]
gem.email = ["[email protected]"]
Expand Down

0 comments on commit 8689d20

Please sign in to comment.