motion-screenshots 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: 1e45e4d791f33c71d3d293f9378b29f3507bb16a
4
- data.tar.gz: ac7d5bbf01f869d5c460c523bb2d0cbddd5b8b83
3
+ metadata.gz: ac72c5863593150173ff9fe6446e0159625fd344
4
+ data.tar.gz: bbe98e058d855655a935338a67f055d3fe4874b7
5
5
  SHA512:
6
- metadata.gz: 14ed0214424a55bd7cc9b3a5dce879a00052ff650d878cef4fa704380d4d0adc3380c6104ed2be1eab236cb60d05954eeae9ee0475751e55caca9d2dab9ae1d3
7
- data.tar.gz: 9bdde2151c34ee0b6a9b6944479d5e37020ffd271c4c227deb32f443fb8b94e18f006af64d9c2edaeb2b1ee91329c3019c238f498517937a1feba2c1da067287
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.1
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-01-12 00:00:00.000000000 Z
11
+ date: 2014-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods