yamg 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3d434b226868794c957f14d0579c68b551c20d7
4
- data.tar.gz: 79f83e6ae79e8bc523371d290626042c4fde0823
3
+ metadata.gz: d98e16f4e350ef71b47937bfdb32ba0b9d8d732a
4
+ data.tar.gz: b26edebcc465cb95902ba24fee3dfcf2189158b1
5
5
  SHA512:
6
- metadata.gz: 477e4d68213affba94b0dc25076927ec9d11b1cbc011479e36e4114464cff7e4fd059f84d55376b033fa96bd4e2b8c708aa2c80d4d2cdf7c67a39650635715e4
7
- data.tar.gz: 5ea4aea22e50c153c7266f6dbdab04a4a34e41afae194e9a76cd442f4af5756a42497c3a2a2312e29947ddb1f8d54ef25efb3b3fbea9afe02f9911ac1cd6691f
6
+ metadata.gz: 93b9c9e6c5dd454b133b04404746a6d8b5d4fcfdbd9dbea56d8abf04a21af8827c9c18656799da88281028240fa52e49bf1d447bfb8dbe962ec0a695f63741c6
7
+ data.tar.gz: a93738d90a386416922f3e65fec94335b8e228372248cd5d0d25d4df3a5a94ea11b1d0b8fdf7598516a0b3045e2d0cbe4fdcfc77ad0aa681b4abd4085cd17dc8
@@ -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
- '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]
93
+ 'res/ios/splash/Default~iphone.png': [320, 480]
94
+ 'res/ios/splash/Default@2x~iphone.png': [640, 960]
95
+ 'res/ios/splash/Default-Landscape@2x~ipad.png': [2048, 1536]
96
+ 'res/ios/splash/Default-Landscape~ipad.png': [1024, 768]
97
+ 'res/ios/splash/Default-Portrait@2x~ipad.png': [1536, 2048]
98
+ 'res/ios/splash/Default-Portrait~ipad.png': [768, 1024]
99
+ 'res/ios/splash/Default-568h@2x~iphone.png': [640, 1136]
100
+ 'res/ios/splash/Default-667h.png': [750, 1344]
101
+ 'res/ios/splash/Default-736h.png': [1242, 2208]
102
+ 'res/ios/splash/Dfault-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.1.0'.freeze
3
+ VERSION = '1.1.1'.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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Piccinini