motion-splash_generator 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/README.md +4 -2
- data/lib/motion/splash_generator/splashes.yaml +43 -1
- data/lib/motion/splash_generator/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 188ffac99a6e6aa21fcd38b46df08bf5cd17b5a4a8fb3000079190bb061929ae
|
4
|
+
data.tar.gz: a7ca4f9a156038dab627281eb25996369fd3ae136be670f12b1c40af62052e50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb26e9f1ccc7f4197c084fc31fc5a39f28a219cffa7c650f9b8edc631d7402cf86e759fa64de89df6e1e469de39cc5a4b95fe3e407b62e5fa6fc0a6b0e85339a
|
7
|
+
data.tar.gz: ce464af774cf99229d08330a129a0e10c40e2743409fd9d0ccc05a4cc6fb7459e7c3d0a9e71fbdad9f1317e9184941a88fec0d0a787db6517f90c30493a56124
|
data/.gitignore
CHANGED
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
|
-
|
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
|
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.
|
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:
|
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:
|
56
|
-
|
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
|
-
|
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
|