motion-screenshots 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/motion/motion-screenshots.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac72c5863593150173ff9fe6446e0159625fd344
|
4
|
+
data.tar.gz: bbe98e058d855655a935338a67f055d3fe4874b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20c4e865d489ebf850e1e679c8d68f08d529a28a2562f37034afca93646fbcea25de322550d8867f13af11f752912387373645458dc67df41333f80ed8fe38cd
|
7
|
+
data.tar.gz: 71244baef3bc9e88891592c9f2da661850931152f3c28dbfa2f10824fdddfb4a28f37549cebe19eddd625e1b59cc04c124a31d721b7ae0d1af8b6786c0e376d0
|
data/README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
Automate your App Store screenshots with `rake screenshots`. Powered by [KSScreenshotManager](https://github.com/ksuther/KSScreenshotManager).
|
4
4
|
|
5
|
+
Check out some [sample output](https://github.com/usepropeller/motion-screenshots/tree/master/sample/screenshots/1389485329).
|
6
|
+
|
5
7
|
## Installation
|
6
8
|
|
7
9
|
Add this line to your application's Gemfile:
|
@@ -66,8 +66,8 @@ module Motion
|
|
66
66
|
|
67
67
|
@started = true
|
68
68
|
|
69
|
-
documents_path = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)[0].retain
|
70
|
-
screenshot_path = File.join(documents_path, SCREENSHOTS_BASE_FOLDER)
|
69
|
+
@documents_path = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)[0].retain
|
70
|
+
screenshot_path = File.join(@documents_path, SCREENSHOTS_BASE_FOLDER)
|
71
71
|
screenshot_path = File.join(screenshot_path, group_by_block.call) if @group_by_block
|
72
72
|
self.screenshotsURL = NSURL.fileURLWithPath(screenshot_path)
|
73
73
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-screenshots
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Clay Allsopp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: motion-cocoapods
|