yamg 1.0.9 → 1.1.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: 18432f20e8b86c89a2eee776b97b903d1711caa1
4
- data.tar.gz: 904215f78d4dbfd2476dc83ff798529b63f4605c
3
+ metadata.gz: b3d434b226868794c957f14d0579c68b551c20d7
4
+ data.tar.gz: 79f83e6ae79e8bc523371d290626042c4fde0823
5
5
  SHA512:
6
- metadata.gz: 8281e381e1baf26042be15bea19972cad76f0ea68acad795f7f692f0af684e1fbd54ecd6a5d09f222c716a38be1c531a9713120f5fab40517408c5356ef26b18
7
- data.tar.gz: cd7cc000b5fbcd18a863c2d63d918263fe27176666a0f2309254c57dfaede4dfe1b1adb786a760bf590250a21c1f8bc3da48b9fdc7c9fc76c1216191b4d7e357
6
+ metadata.gz: 477e4d68213affba94b0dc25076927ec9d11b1cbc011479e36e4114464cff7e4fd059f84d55376b033fa96bd4e2b8c708aa2c80d4d2cdf7c67a39650635715e4
7
+ data.tar.gz: 5ea4aea22e50c153c7266f6dbdab04a4a34e41afae194e9a76cd442f4af5756a42497c3a2a2312e29947ddb1f8d54ef25efb3b3fbea9afe02f9911ac1cd6691f
@@ -90,16 +90,16 @@ ios:
90
90
  'res/ios/icon-small@2x.png': 58
91
91
  'res/ios/icon-small@3x.png': 87
92
92
  splash:
93
- 'Resources/splash/Default~iphone.png': [320, 480]
94
- 'Resources/splash/Default@2x~iphone.png': [640, 960]
95
- 'Resources/splash/Default-Landscape@2x~ipad.png': [2048, 1536]
96
- 'Resources/splash/Default-Landscape~ipad.png': [1024, 768]
97
- 'Resources/splash/Default-Portrait@2x~ipad.png': [1536, 2048]
98
- 'Resources/splash/Default-Portrait~ipad.png': [768, 1024]
99
- 'Resources/splash/Default-568h@2x~iphone.png': [640, 1136]
100
- 'Resources/splash/Default-667h.png': [750, 1344]
101
- 'Resources/splash/Default-736h.png': [1242, 2208]
102
- 'Resources/splash/Default-Landscape-736h.png' : [2208, 1242]
93
+ 'res/splash/Default~iphone.png': [320, 480]
94
+ 'res/splash/Default@2x~iphone.png': [640, 960]
95
+ 'res/splash/Default-Landscape@2x~ipad.png': [2048, 1536]
96
+ 'res/splash/Default-Landscape~ipad.png': [1024, 768]
97
+ 'res/splash/Default-Portrait@2x~ipad.png': [1536, 2048]
98
+ 'res/splash/Default-Portrait~ipad.png': [768, 1024]
99
+ 'res/splash/Default-568h@2x~iphone.png': [640, 1136]
100
+ 'res/splash/Default-667h.png': [750, 1344]
101
+ 'res/splash/Default-736h.png': [1242, 2208]
102
+ 'res/spsash/Default-Landscape-736h.png' : [2208, 1242]
103
103
 
104
104
 
105
105
  osx:
data/lib/yamg/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # :nodoc:
2
2
  module YAMG
3
- VERSION = '1.0.9'.freeze
3
+ VERSION = '1.1.0'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Piccinini