yamg 2.0.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/yamg/templates.yaml +10 -6
- data/lib/yamg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d3f37c1df3634c13070f4e8f0ce9a01aef0aca7f4e7aceb2b657dd46a00320fe
|
4
|
+
data.tar.gz: 9de5ca542109d97d0f57b90b78c5cc3a0a9d8e26efd151c4c9ee4854878fd34e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a336641a4f44a17ac958b89b04a412ebef9920c0f530273fadf682b02c59d6181e8536e7c555ad0bb2709e4686611263122d21c50058b181d832b6b3b40b3fe
|
7
|
+
data.tar.gz: 4b6736315407bc28099571a9f0d01fd0f3ab0619020821d80573b0d6cead866e47121603f34022134dbbe0c2aeee37bf3a812a2940da057554b5e4ad8380a09f
|
data/lib/yamg/templates.yaml
CHANGED
@@ -4,6 +4,7 @@ raster:
|
|
4
4
|
'icon32.png': 32
|
5
5
|
'icon64.png': 64
|
6
6
|
'icon128.png': 128
|
7
|
+
'icon192.png': 192
|
7
8
|
'icon256.png': 256
|
8
9
|
'icon512.png': 512
|
9
10
|
'icon1024.png': 1024
|
@@ -30,17 +31,19 @@ android:
|
|
30
31
|
'res/android/splash-port-ldpi.png': [200, 320]
|
31
32
|
'res/android/splash-port-mdpi.png': [320, 480]
|
32
33
|
'res/android/splash-port-hdpi.png': [480, 800]
|
33
|
-
'res/android/splash-port-
|
34
|
+
'res/android/splash-port-xhdpi.png': [720, 1280]
|
34
35
|
'res/android/splash-land-ldpi.png': [320, 200]
|
35
36
|
'res/android/splash-land-mdpi.png': [480, 320]
|
36
37
|
'res/android/splash-land-hdpi.png': [800, 480]
|
37
|
-
'res/android/splash-land-
|
38
|
+
'res/android/splash-land-xhdpi.png': [1280, 720]
|
38
39
|
|
39
40
|
|
40
41
|
ios:
|
41
42
|
icon:
|
42
43
|
'res/ios/icon.png': 57
|
43
44
|
'res/ios/icon@2x.png': 114
|
45
|
+
'res/ios/icon-20.png': 20
|
46
|
+
'res/ios/icon-20@2x.png': 40
|
44
47
|
'res/ios/icon-40.png': 40
|
45
48
|
'res/ios/icon-40@2x.png': 80
|
46
49
|
'res/ios/icon-40@3x.png': 120
|
@@ -67,10 +70,11 @@ ios:
|
|
67
70
|
'res/ios/Default-Portrait@2x~ipad.png': [1536, 2048]
|
68
71
|
'res/ios/Default-Portrait~ipad.png': [768, 1024]
|
69
72
|
'res/ios/Default-568h@2x~iphone.png': [640, 1136]
|
70
|
-
'res/ios/Default-667h.png': [750,
|
73
|
+
'res/ios/Default-667h.png': [750, 1334]
|
71
74
|
'res/ios/Default-736h.png': [1242, 2208]
|
72
|
-
'res/ios/Default-Landscape-736h.png'
|
73
|
-
|
75
|
+
'res/ios/Default-Landscape-736h.png': [2208, 1242]
|
76
|
+
'res/ios/Default-2436h.png': [1125, 2436]
|
77
|
+
'res/ios/Default-Landscape-2436h.png': [2436, 1125]
|
74
78
|
|
75
79
|
osx:
|
76
80
|
icons:
|
@@ -144,7 +148,7 @@ phonegap:
|
|
144
148
|
'screen/ios/screen-iphone-portrait-568h-2x.png': [640, 1136]
|
145
149
|
'screen/ios/screen-iphone-portrait.png': [320, 480]
|
146
150
|
'screen/ios/screen-iDefault~iphone.png': [320, 480]
|
147
|
-
'screen/ios/screen-iDefault-667h.png': [750,
|
151
|
+
'screen/ios/screen-iDefault-667h.png': [750, 1334]
|
148
152
|
'screen/ios/screen-iDefault-736h.png': [1242, 2208]
|
149
153
|
'screen/ios/screen-iDefault-Landscape-736h.png': [2208, 1242]
|
150
154
|
'screen/windows-phone/screen-portrait.jpg': [720, 1280]
|
data/lib/yamg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yamg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcos Piccinini
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mini_magick
|
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
111
|
rubyforge_project:
|
112
|
-
rubygems_version: 2.6
|
112
|
+
rubygems_version: 2.7.6
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: Yet another media generator
|