yamg 1.1.4 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edf9d23403521bad606bfaa1d432318b06e33295
4
- data.tar.gz: 7b76593e87b17c139fdd8584794f1efcb3da60cc
3
+ metadata.gz: bdda1a66fa3d6ed89e618d1fae1e49134bcd1487
4
+ data.tar.gz: c73b1ceba4ced88be9f49e7b0760b45217cb116c
5
5
  SHA512:
6
- metadata.gz: 5242ae859c44eb76679c5b1a25bcf6252dfe6ed6556bc866c151831eda84581c36495e4ecfb65f909e609bc0d41fe29cee628d7b46b5837b2e9146ce33f0431f
7
- data.tar.gz: 3a22b933ed1342a6a1da64a8d3f7d69270db2c440ce843bb8d981230aab4b994bcbc2ede752dd6e220ca1534b744ac5dbb4efb833333bbcf65eab480370d8948
6
+ metadata.gz: b3884c6a608a97d0226d134b92c7de5bfe4d032c679b6173e6d6e6b4cb680f240bb03dc11626983f788f603c781faeed661f0f19dc3d80a325de972210449eac
7
+ data.tar.gz: eae33a59d93f851b3c16de14b0267fd54a9d4f88519cca16ca1f0b387426fa157d4d4051b771f67ab0fc843bd015c3d8edd740ad49c44d31febcdee289c899a5
data/README.md CHANGED
@@ -197,7 +197,7 @@ compile:
197
197
  * OSX Project
198
198
  * Android Project
199
199
  * Windows Project
200
- * Cordova (platforms/*)
200
+ * Cordova (res/*)
201
201
  * Phonegap (www/res)
202
202
  * App Store
203
203
  * Play Store
@@ -272,6 +272,12 @@ http://wkhtmltopdf.org/
272
272
 
273
273
  Media is a logo, icon + name.
274
274
 
275
+ ## Cordova
276
+
277
+ Don't forget to add to your `config.xml`:
278
+
279
+ https://cordova.apache.org/docs/en/latest/config_ref/images.html
280
+
275
281
 
276
282
  ### Phonegap or Cordova
277
283
 
@@ -20,53 +20,21 @@ raster:
20
20
 
21
21
  android:
22
22
  icon:
23
- 'res/drawable/icon.png': 96
24
- 'res/drawable-ldpi/icon.png': 36
25
- 'res/drawable-mdpi/icon.png': 48
26
- 'res/drawable-hdpi/icon.png': 72
27
- 'res/drawable-xhdpi/icon.png': 96
28
- 'res/drawable-xxhdpi/icon.png': 144
29
- 'res/mipmap-ldpi/icon.png': 36
30
- 'res/mipmap-mdpi/icon.png': 48
31
- 'res/mipmap-hdpi/icon.png': 72
32
- 'res/mipmap-xhdpi/icon.png': 96
33
- 'bin/res/drawable/icon.png': 96
34
- 'bin/res/drawable-ldpi/icon.png': 36
35
- 'bin/res/drawable-mdpi/icon.png': 48
36
- 'bin/res/drawable-hdpi/icon.png': 72
37
- 'bin/res/drawable-xhdpi/icon.png': 96
38
- 'bin/res/drawable-xxhdpi/icon.png': 144
39
- 'ant-build/res/drawable/icon.png': 96
40
- 'ant-build/res/drawable-ldpi/icon.png': 36
41
- 'ant-build/res/drawable-mdpi/icon.png': 48
42
- 'ant-build/res/drawable-hdpi/icon.png': 72
43
- 'ant-build/res/drawable-xhdpi/icon.png': 96
44
- 'ant-build/res/drawable-xxhdpi/icon.png': 144
23
+ 'res/android/ldpi.png': 36
24
+ 'res/android/mdpi.png': 48
25
+ 'res/android/hdpi.png': 72
26
+ 'res/android/xhdpi.png': 96
27
+ 'res/android/xxhdpi.png': 144
28
+ 'res/android/xxxhdpi.png': 192
45
29
  splash:
46
- 'res/drawable-port-ldpi/screen.png': [200, 320]
47
- 'res/drawable-port-mdpi/screen.png': [320, 480]
48
- 'res/drawable-port-hdpi/screen.png': [480, 800]
49
- 'res/drawable-port-xhdpi/screen.png': [720, 1280]
50
- 'res/drawable-land-ldpi/screen.png': [320, 200]
51
- 'res/drawable-land-mdpi/screen.png': [480, 320]
52
- 'res/drawable-land-hdpi/screen.png': [800, 480]
53
- 'res/drawable-land-xhdpi/screen.png': [1280, 720]
54
- 'bin/res/drawable-port-ldpi/screen.png': [200, 320]
55
- 'bin/res/drawable-port-mdpi/screen.png': [320, 480]
56
- 'bin/res/drawable-port-hdpi/screen.png': [480, 800]
57
- 'bin/res/drawable-port-xhdpi/screen.png': [720, 1280]
58
- 'bin/res/drawable-land-ldpi/screen.png': [320, 200]
59
- 'bin/res/drawable-land-mdpi/screen.png': [480, 320]
60
- 'bin/res/drawable-land-hdpi/screen.png': [800, 480]
61
- 'bin/res/drawable-land-xhdpi/screen.png': [1280, 720]
62
- 'ant-build/res/drawable-port-ldpi/screen.png': [200, 320]
63
- 'ant-build/res/drawable-port-mdpi/screen.png': [320, 480]
64
- 'ant-build/res/drawable-port-hdpi/screen.png': [480, 800]
65
- 'ant-build/res/drawable-port-xhdpi/screen.png': [720, 1280]
66
- 'ant-build/res/drawable-land-ldpi/screen.png': [320, 200]
67
- 'ant-build/res/drawable-land-mdpi/screen.png': [480, 320]
68
- 'ant-build/res/drawable-land-hdpi/screen.png': [800, 480]
69
- 'ant-build/res/drawable-land-xhdpi/screen.png': [1280, 720]
30
+ 'res/android/splash-port-ldpi.png': [200, 320]
31
+ 'res/android/splash-port-mdpi.png': [320, 480]
32
+ 'res/android/splash-port-hdpi.png': [480, 800]
33
+ 'res/android/splash-port-xhdp.png': [720, 1280]
34
+ 'res/android/splash-land-ldpi.png': [320, 200]
35
+ 'res/android/splash-land-mdpi.png': [480, 320]
36
+ 'res/android/splash-land-hdpi.png': [800, 480]
37
+ 'res/android/splash-land-xhdp.png': [1280, 720]
70
38
 
71
39
 
72
40
  ios:
@@ -85,6 +53,8 @@ ios:
85
53
  'res/ios/icon-72@2x.png': 144
86
54
  'res/ios/icon-76.png': 76
87
55
  'res/ios/icon-76@2x.png': 152
56
+ 'res/ios/icon-76@2x.png': 152
57
+ 'res/ios/icon-83.5@2x.png': 167
88
58
  'res/ios/icon-120.png': 120
89
59
  'res/ios/icon-small.png': 29
90
60
  'res/ios/icon-small@2x.png': 58
@@ -245,21 +215,19 @@ apple:
245
215
 
246
216
  google:
247
217
  icon:
248
- 'google/icon512.png': 512
249
- 'google/icon1024.png': 1024
250
- 'google/180.png': 180
218
+ 'google/fastlane/metadata/android/pt-BR/images/icon.png': 512
251
219
  splash:
252
- 'google/splash1024x500.png': [1024, 500]
253
- 'google/splash180x120.png': [180, 120]
220
+ 'google/fastlane/metadata/android/pt-BR/images/featureGraphic.png': [1024, 500]
221
+ 'google/fastlane/metadata/android/pt-BR/images/promoGraphic.png': [180, 120]
254
222
  screenshots:
255
- 'google/android-10in-1280x720-land': [1280, 720]
256
- 'google/android-10in-1280x720-port': [720, 1280]
257
- 'google/android-10in-2048x1152-land': [2048, 1152, 2]
258
- 'google/android-10in-2048x1152-port': [1152, 2048, 2]
259
- 'google/android-7in-1280x800-land': [1280, 800]
260
- 'google/android-7in-1280x800-port': [800, 1280]
261
- 'google/android-4in-1280x720-land': [1920, 1080, 2]
262
- 'google/android-4in-1280x720-port': [1080, 1920, 2]
223
+ 'google/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/android-10in-1280x720-land': [1280, 720]
224
+ 'google/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/android-10in-1280x720-port': [720, 1280]
225
+ 'google/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/android-10in-2048x1152-land': [2048, 1152, 2]
226
+ 'google/fastlane/metadata/android/pt-BR/images/tenInchScreenshots/android-10in-2048x1152-port': [1152, 2048, 2]
227
+ 'google/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/android-7in-1280x800-land': [1280, 800]
228
+ 'google/fastlane/metadata/android/pt-BR/images/sevenInchScreenshots/android-7in-1280x800-port': [800, 1280]
229
+ 'google/fastlane/metadata/android/pt-BR/images/phoneScreenshots/android-4in-1280x720-land': [1920, 1080, 2]
230
+ 'google/fastlane/metadata/android/pt-BR/images/phoneScreenshots/android-4in-1280x720-port': [1080, 1920, 2]
263
231
 
264
232
 
265
233
  #
data/lib/yamg/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # :nodoc:
2
2
  module YAMG
3
- VERSION = '1.1.4'.freeze
3
+ VERSION = '2.0.0'.freeze
4
4
  end
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: 1.1.4
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Piccinini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-22 00:00:00.000000000 Z
11
+ date: 2017-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick