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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5dcac8b4f71a97c7d52894498d6206950417577
4
- data.tar.gz: 411b38de1f5181642e4b73bdc9516b0f9eafda89
3
+ metadata.gz: b9337ddc0f1d2be5dd563366a9ff4a947f1f76c6
4
+ data.tar.gz: 1b6c7cad2ccbbecd8bf707733928699707269bcf
5
5
  SHA512:
6
- metadata.gz: 145d42bf3e48423100077e19a54d12b1db669f325f1b6c6373b6cb70f4c94c6d9704d661274f955f1943bc9d2d97bca6b44e8eebe52a18a544f0e7d8621ca44d
7
- data.tar.gz: 53ca54c963c027c14ed7ae317b7337cc90ddd90e4d2c34e0e9fc690fccb3eba4c17250137f2e4572d7986cc8aadd38c7ee934a2484605bdad662393b287bf35a
6
+ metadata.gz: 04bfdedcf1a147257fe0d777b62fc770031aa36c9b8a522ea12d8b262c10bf9f1b2ac70385db70945469dea2430c7f050dfa3b2fe10bb08fb39cb07a01a80ef2
7
+ data.tar.gz: be83c2f854e7e47c6190279800995e231c473d376a899814b6a73f63f54286188d8673633ffafb4cf108fe79dee2b979c68aee482c31447e2d6c6f96f74ed3c6
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # middleman-favicon-maker [![Build Status](https://secure.travis-ci.org/follmann/middleman-favicon-maker.png)](http://travis-ci.org/follmann/middleman-favicon-maker)
1
+ # middleman-favicon-maker [![Build Status](https://secure.travis-ci.org/follmann/middleman-favicon-maker.png)](http://travis-ci.org/follmann/middleman-favicon-maker) [![Code Climate](https://codeclimate.com/github/follmann/middleman-favicon-maker.png)](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 :generate, filepath.gsub(options[:output_dir] + "/", "")
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
@@ -1,10 +1,10 @@
1
1
  module Middleman
2
2
  module FaviconMaker
3
3
  MAJOR = 3
4
- MINOR = 5
5
- PATCH = 3
4
+ MINOR = 6
5
+ PATCH = nil
6
6
  BUILD = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
9
9
  end
10
- end
10
+ end
@@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
20
20
 
21
21
  # Additional dependencies
22
22
  gem.add_runtime_dependency 'middleman-core', '>= 3.0.0'
23
- gem.add_runtime_dependency 'favicon_maker', '~> 1.1.2'
24
- end
23
+ gem.add_runtime_dependency 'favicon_maker', '~> 1.2.1'
24
+ end
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.5.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-02-28 00:00:00.000000000 Z
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.2
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.2
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: