motion-splash_generator 0.0.2 → 0.0.3

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
- SHA1:
3
- metadata.gz: 54bbdad8462f2913151ae39b13439779febca7e4
4
- data.tar.gz: 00ed16c2de1a54aa01559b713483160c481bffb0
2
+ SHA256:
3
+ metadata.gz: 188ffac99a6e6aa21fcd38b46df08bf5cd17b5a4a8fb3000079190bb061929ae
4
+ data.tar.gz: a7ca4f9a156038dab627281eb25996369fd3ae136be670f12b1c40af62052e50
5
5
  SHA512:
6
- metadata.gz: 0bd45b0221c6c0ee73f0aad7849b36fa39c3cf4108ff039a95d9421e689c407fa1d17cd887ade06be1fa50d277eef19452d9f219b14237028fa42d0ac0569539
7
- data.tar.gz: 0435a7ba213d8b306d4190dd253303e330587d46642359dd2a0883dcae2310ca2da4fce1dbd2fcef8c7b1b357abc2b72ef7b618e26b340148d5bf4ee0a01099b
6
+ metadata.gz: fb26e9f1ccc7f4197c084fc31fc5a39f28a219cffa7c650f9b8edc631d7402cf86e759fa64de89df6e1e469de39cc5a4b95fe3e407b62e5fa6fc0a6b0e85339a
7
+ data.tar.gz: ce464af774cf99229d08330a129a0e10c40e2743409fd9d0ccc05a4cc6fb7459e7c3d0a9e71fbdad9f1317e9184941a88fec0d0a787db6517f90c30493a56124
data/.gitignore CHANGED
@@ -12,3 +12,4 @@
12
12
  *.o
13
13
  *.a
14
14
  mkmf.log
15
+ *.gem
data/README.md CHANGED
@@ -30,7 +30,9 @@ Or install it yourself as:
30
30
 
31
31
  and add it to your `Rakefile`:
32
32
 
33
- require 'motion/splash_generator'
33
+ ``` ruby
34
+ require 'motion/splash_generator'
35
+ ```
34
36
 
35
37
  ## Usage
36
38
 
@@ -78,4 +80,4 @@ If you see an image type that we're missing, please create a pull request or an
78
80
  This was based partly on [https://github.com/spren9er/s9splashgen](https://github.com/spren9er/s9splashgen) by [@spren9er](https://github.com/spren9er)
79
81
 
80
82
  By [Katana Code: web developers, mobile app developers, nice guys](katanacode.com/tools?utm_source=GitHub&utm_medium=README&utm_campaign=motion-splash_generator
81
- )
83
+ )
@@ -37,6 +37,48 @@
37
37
  height: 736
38
38
  scale: 3
39
39
  orientation: portrait
40
+
41
+ - # iPhone6S:
42
+ idiom: "iphone 6s portrait"
43
+ name: "Default-812h@2x~iphone.png"
44
+ width: 750
45
+ height: 1334
46
+ scale: 2
47
+ orientation: portrait
48
+
49
+ - # iPhone6SPlus:
50
+ idiom: "iphone 6s+ portrait"
51
+ name: "Default-812h@3x~iphone.png"
52
+ width: 1125
53
+ height: 2436
54
+ scale: 3
55
+ orientation: portrait
56
+
57
+ - # iPhoneXS:
58
+ idiom: "iphone x max portrait"
59
+ name: "Default-812h@3x~iphone.png"
60
+ width: 1125
61
+ height: 2436
62
+ scale: 3
63
+ orientation: portrait
64
+
65
+ - # iPhoneXR:
66
+ idiom: "iphone xr portrait"
67
+ name: "Default-896h@2x~iphone.png"
68
+ width: 828
69
+ height: 1792
70
+ scale: 2
71
+ orientation: portrait
72
+
73
+
74
+ - # iPhoneXSMax:
75
+ idiom: 'iphone xs max portrait'
76
+ name: 'Default-414w-896h@3x~iphone.png'
77
+ width: 1242
78
+ height: 2688
79
+ scale: 3
80
+ orientation: portrait
81
+
40
82
 
41
83
  - # iPad-portrait:
42
84
  idiom: 'ipad 1/2 portrait'
@@ -68,4 +110,4 @@
68
110
  orientation: 'landscape'
69
111
  width: 1024
70
112
  height: 768
71
- scale: 2
113
+ scale: 2
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module SplashGenerator
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-splash_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2019-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rmagick
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: |2
56
- Simple gem that adds a rake task to create all of the versions of iOS splash images you'll need to launch. Simply create a template splash file and let the app do the rest.
55
+ description: " Simple gem that adds a rake task to create all of the versions of
56
+ iOS splash images you'll need to launch. Simply create a template splash file and
57
+ let the app do the rest.\n"
57
58
  email:
58
59
  - gavin@katanacode.com
59
60
  executables: []
@@ -91,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
92
  - !ruby/object:Gem::Version
92
93
  version: '0'
93
94
  requirements: []
94
- rubyforge_project:
95
- rubygems_version: 2.4.5
95
+ rubygems_version: 3.0.3
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Automatically generates all of the iOS splash images you'll never need