middleman-favicon-maker 3.5.3 → 3.6
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 +4 -4
- data/README.md +1 -1
- data/lib/middleman-favicon-maker/extension.rb +1 -8
- data/lib/middleman-favicon-maker/version.rb +3 -3
- data/middleman-favicon-maker.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9337ddc0f1d2be5dd563366a9ff4a947f1f76c6
|
|
4
|
+
data.tar.gz: 1b6c7cad2ccbbecd8bf707733928699707269bcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04bfdedcf1a147257fe0d777b62fc770031aa36c9b8a522ea12d8b262c10bf9f1b2ac70385db70945469dea2430c7f050dfa3b2fe10bb08fb39cb07a01a80ef2
|
|
7
|
+
data.tar.gz: be83c2f854e7e47c6190279800995e231c473d376a899814b6a73f63f54286188d8673633ffafb4cf108fe79dee2b979c68aee482c31447e2d6c6f96f74ed3c6
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# middleman-favicon-maker [](http://travis-ci.org/follmann/middleman-favicon-maker)
|
|
1
|
+
# middleman-favicon-maker [](http://travis-ci.org/follmann/middleman-favicon-maker) [](https://codeclimate.com/github/follmann/middleman-favicon-maker)
|
|
2
2
|
|
|
3
3
|
[FaviconMaker](https://github.com/follmann/favicon_maker) is a gem which generates favicon files in various sizes from a base image. This gem integrates FaviconMaker effortlessly into your [Middleman](https://github.com/middleman/middleman) project.
|
|
4
4
|
|
|
@@ -31,17 +31,10 @@ module Middleman
|
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
each_icon do |filepath, template_filepath|
|
|
34
|
-
builder.say_status :
|
|
35
|
-
template_files << template_filepath
|
|
34
|
+
builder.say_status :create, filepath
|
|
36
35
|
end
|
|
37
36
|
end
|
|
38
37
|
|
|
39
|
-
template_files.uniq.each do |template_filepath|
|
|
40
|
-
template_filepath.gsub!(source_path, '')
|
|
41
|
-
template_filepath = File.join(options[:output_dir], template_filepath)
|
|
42
|
-
builder.remove_file(template_filepath) if File.exists?(template_filepath)
|
|
43
|
-
end
|
|
44
|
-
|
|
45
38
|
end
|
|
46
39
|
|
|
47
40
|
private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-favicon-maker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: '3.6'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andreas Follmann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.1
|
|
33
|
+
version: 1.2.1
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.1
|
|
40
|
+
version: 1.2.1
|
|
41
41
|
description: Generate favicon files in various sizes from a base image in your Middleman
|
|
42
42
|
project
|
|
43
43
|
email:
|