middleman-favicon-maker 3.0.3 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjBkM2E2ZjM5MDZkMDE2NWMyZjY4MzNlZTJkZTgxNDhkZGZhZjIyZQ==
5
+ data.tar.gz: !binary |-
6
+ ODZiNjQ5ODkzM2I1MTk1MzJlNTA2N2VlMTQzNDM3ZWI4YWU3ZmQzOQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ZGQxZjZkNTY4NmYzZTQxZjBkYTVjMTUxYTQ5OWYzYjZmZjk3ZjMwMGQ3ZGFm
10
+ YjA3MzEyMDg0YjgyOWQ0NDUxYWNiMjcxMjk2MGIxNzk1YjE1MzQ0NTQ4M2M3
11
+ MTU0YjZmMTVlN2FlNmUxODQ0ZDk5Nzk0ZmNkZWI0ZDY2NDAzMDA=
12
+ data.tar.gz: !binary |-
13
+ NDc1ODUxMDJhOWZiZjEwMTNhNzA5MGUyZTViYWU5MzkwZmEyYzcxYWMzNmI1
14
+ ZTU4MDA0M2ZlZmYwY2E0MTZmY2E2ZTM1Y2EzZWJhOWQ1ZDkzNGY0ZTQwOWY5
15
+ ZGU2YjY5NjEzYzg2MmRjNWEwZTI1Y2MxNmNlZWJjZjcwMzkyYzI=
@@ -29,8 +29,8 @@ module Middleman
29
29
  :versions => options[:favicon_maker_versions],
30
30
  :custom_versions => options[:favicon_maker_custom_versions],
31
31
  :copy => true
32
- }) do |f|
33
- builder.say_status :generated, f.gsub(root + "/", "")
32
+ }) do |f, status|
33
+ builder.say_status status, f.gsub(root + "/", "")
34
34
  end
35
35
 
36
36
  # remove favicon_base_image from the build dir
@@ -1,8 +1,8 @@
1
1
  module Middleman
2
2
  module FaviconMaker
3
3
  MAJOR = 3
4
- MINOR = 0
5
- PATCH = 3
4
+ MINOR = 1
5
+ PATCH = 1
6
6
  BUILD = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -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", ["~>0.0.9"])
23
+ gem.add_runtime_dependency("favicon_maker", ["~>0.1"])
24
24
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-favicon-maker
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
5
- prerelease:
4
+ version: 3.1.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Andreas Follmann
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2012-12-30 00:00:00.000000000 Z
12
+ date: 2013-03-08 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: middleman-core
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ! '>='
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ! '>='
29
26
  - !ruby/object:Gem::Version
@@ -31,19 +28,17 @@ dependencies:
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: favicon_maker
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
32
  - - ~>
37
33
  - !ruby/object:Gem::Version
38
- version: 0.0.9
34
+ version: '0.1'
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
39
  - - ~>
45
40
  - !ruby/object:Gem::Version
46
- version: 0.0.9
41
+ version: '0.1'
47
42
  description: Generate favicon files in various sizes from a base image in your Middleman
48
43
  project
49
44
  email:
@@ -66,27 +61,26 @@ files:
66
61
  - test/test_middleman-favicon-maker.rb
67
62
  homepage: https://github.com/follmann/middleman-favicon-maker
68
63
  licenses: []
64
+ metadata: {}
69
65
  post_install_message:
70
66
  rdoc_options: []
71
67
  require_paths:
72
68
  - lib
73
69
  required_ruby_version: !ruby/object:Gem::Requirement
74
- none: false
75
70
  requirements:
76
71
  - - ! '>='
77
72
  - !ruby/object:Gem::Version
78
73
  version: '0'
79
74
  required_rubygems_version: !ruby/object:Gem::Requirement
80
- none: false
81
75
  requirements:
82
76
  - - ! '>='
83
77
  - !ruby/object:Gem::Version
84
78
  version: '0'
85
79
  requirements: []
86
80
  rubyforge_project:
87
- rubygems_version: 1.8.23
81
+ rubygems_version: 2.0.2
88
82
  signing_key:
89
- specification_version: 3
83
+ specification_version: 4
90
84
  summary: Generate favicon files in various sizes from a base image in your Middleman
91
85
  project
92
86
  test_files: