ack_favicon_maker_rails 1.0.1 → 1.0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/favicon_maker_rails/tasks.rake +4 -1
- data/lib/favicon_maker_rails/version.rb +1 -1
- data/release.sh +1 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0562b6d062aa3132ef19eca2f0a57027b8f81307
|
4
|
+
data.tar.gz: b661411253a359fde3a3e5aeaf5507fc33fab815
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebb7324782a65dc76db366e7117c3efbddc538a60376ece9bf041354bfb41976e879f434ced904b448a79b6be96eaabbd1e03223b4785058c79377fc939d3b9e
|
7
|
+
data.tar.gz: c1ddb0ff01f7e5d9516b4a8426cd401df325e9ca47cfd4650c915c0c20188424b8f5f5a73615faf648184661f6f8730da4aba34a03e151f656f51bc9e34fc99f
|
@@ -37,6 +37,9 @@ namespace :favicon do
|
|
37
37
|
icon '../favicon.ico', size: '64x64,32x32,24x24,16x16'
|
38
38
|
icon '../favicon.png', size: '16x16'
|
39
39
|
|
40
|
+
icon '../apple-touch-icon-precomposed.png', size: '60x60'
|
41
|
+
icon '../apple-touch-icon.png', size: '60x60'
|
42
|
+
|
40
43
|
# http://realfavicongenerator.net/faq#.VxlagR8VxCW
|
41
44
|
icon 'favicon.ico', size: '64x64,32x32,24x24,16x16'
|
42
45
|
icon 'favicon-16x16.png'
|
@@ -56,7 +59,7 @@ namespace :favicon do
|
|
56
59
|
icon 'mstile-144x144.png'
|
57
60
|
icon 'mstile-150x150.png'
|
58
61
|
icon 'mstile-310x310.png'
|
59
|
-
icon 'mstile-310x150.png'
|
62
|
+
# icon 'mstile-310x150.png'
|
60
63
|
|
61
64
|
icon 'apple-touch-icon-57x57-precomposed.png'
|
62
65
|
icon 'apple-touch-icon-60x60-precomposed.png'
|
data/release.sh
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ack_favicon_maker_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.1
|
4
|
+
version: 1.0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Kiseliev
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-08-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: favicon_maker
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.4.
|
84
|
+
rubygems_version: 2.4.8
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: Simple rake task for generating favicons from a .png source.
|