motion-splash_generator 0.0.1 → 0.0.2

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: 8877ef4a19fb6bf5c2658fffc055a682dd76f142
4
- data.tar.gz: b10af83a5a4dda66f10791a91dfa0e109ad28e88
3
+ metadata.gz: 54bbdad8462f2913151ae39b13439779febca7e4
4
+ data.tar.gz: 00ed16c2de1a54aa01559b713483160c481bffb0
5
5
  SHA512:
6
- metadata.gz: 545fd26422c61b08e5f4dda30edc139371aa6b11598c791af76ca24a39d6377ad5f4a02bee68b3e5e25f405a0bcdd6ef900558f4e42665bb01d4c1ae6d9b392e
7
- data.tar.gz: ee282e41602f838b38ece553938272d8dc4ecaa88a55d75503f9436a540085990fda3c76dcf7ac7e8afb81e9286130fbd07ac7dfac4f971803d1d4fec0742df9
6
+ metadata.gz: 0bd45b0221c6c0ee73f0aad7849b36fa39c3cf4108ff039a95d9421e689c407fa1d17cd887ade06be1fa50d277eef19452d9f219b14237028fa42d0ac0569539
7
+ data.tar.gz: 0435a7ba213d8b306d4190dd253303e330587d46642359dd2a0883dcae2310ca2da4fce1dbd2fcef8c7b1b357abc2b72ef7b618e26b340148d5bf4ee0a01099b
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Motion::SplashGenerator
1
+ # Splash Generator
2
2
 
3
3
  Are you tired of spending hours creating all of the different splash image versions you need for your app?
4
4
 
5
- motion-splash_generator effortlessly generates all of the iOS icon versions you'll ever need.
5
+ **Splash Generator** effortlessly generates all of the iOS splash images you'll ever need.
6
6
 
7
7
  Need icons? We gots them here: https://github.com/KatanaCode/motion-icon_generator
8
8
 
@@ -36,8 +36,8 @@ and add it to your `Rakefile`:
36
36
 
37
37
  Usage is super-easy:
38
38
 
39
- 1. Create a template icon image and save it as resources/splash-template.png. This should be about 2048x2048 pixels.
40
- 2. run this rake task to create your icons `rake splashes:generate`. After a few glorious seconds you should see a new directory filled with icons called simply "splashes/"
39
+ 1. Create a template splash image and save it as resources/splash-template.png. This should be about 2048x2048 pixels.
40
+ 2. run this rake task to create your splashes `rake splashes:generate`. After a few glorious seconds you should see a new directory filled with images called simply "splashes/"
41
41
 
42
42
 
43
43
  ## Configuration
@@ -62,7 +62,7 @@ You can also set the following environment variables to change the default behav
62
62
 
63
63
  Icons are defined in [splashes.yaml](lib/motion/splash_generator/splashes.yaml). If you'd like to add your own custom splash sizes on a per-app basis, create a file named `config/splashes.yaml` in your app and stick some YAML in there.
64
64
 
65
- If you see an icon type that we're missing, please create a pull request or an issue.
65
+ If you see an image type that we're missing, please create a pull request or an issue.
66
66
 
67
67
  ## Contributing
68
68
 
@@ -73,5 +73,9 @@ If you see an icon type that we're missing, please create a pull request or an i
73
73
  5. Create a new Pull Request
74
74
 
75
75
 
76
+ ## Acknowledgements
77
+
78
+ This was based partly on [https://github.com/spren9er/s9splashgen](https://github.com/spren9er/s9splashgen) by [@spren9er](https://github.com/spren9er)
79
+
76
80
  By [Katana Code: web developers, mobile app developers, nice guys](katanacode.com/tools?utm_source=GitHub&utm_medium=README&utm_campaign=motion-splash_generator
77
81
  )
@@ -59,7 +59,7 @@ module Motion
59
59
  end
60
60
 
61
61
  def img_name
62
- ENV['TEMPLATE'] || "resources/splash-templ.png"
62
+ ENV['TEMPLATE'] || "resources/splash-template.png"
63
63
  end
64
64
 
65
65
  def device
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module SplashGenerator
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-splash_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious