motion-capture 1.3.0 → 1.3.1

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: 01995d1b733c94c5488a143581561388ba1a1da4
4
- data.tar.gz: ed9d092385cff36b92ea2e3abca95fcb072b3411
3
+ metadata.gz: a40129aa5ea8c985e6089e6db40906b56f00bb3c
4
+ data.tar.gz: 5b4726c722107daad383f37b2e520418beb3a5fa
5
5
  SHA512:
6
- metadata.gz: 265a593eba5add1be3cd5452ed61b73668a35165f1ed4388ac5a31db97d1c3744dbf803bb415258d49b9399e8f484f40ac9b683d38d190520ee2e9417515e932
7
- data.tar.gz: cc94fe1e5cae8c9843cbc8bfde0833b403999523eb6dd8620df61479172002376a0d045a4a5bc0badbd1c8a10dd0a8785345205498c22861c4d00c4b8dbf4eba
6
+ metadata.gz: 473b932901836198ddc185c257435834fccfd9a709e3d6d47a5fc048ac18c725812da2b5d4df88d142263787be86fcd29f54bf50f1700b507eb4b918f53d211f
7
+ data.tar.gz: 988ce6e872578fe0df289dd76543a3bfb87de881d36e0c7a31b2481aad65a6f6ad29facc9c30f4487ba2c1e84a892abd8e0bb4f16998af41fd0fd314de64219b
@@ -157,8 +157,8 @@ module Motion; class Capture
157
157
  def orientation_mapping
158
158
  { UIDeviceOrientationPortrait => AVCaptureVideoOrientationPortrait,
159
159
  UIDeviceOrientationPortraitUpsideDown => AVCaptureVideoOrientationPortraitUpsideDown,
160
- UIDeviceOrientationLandscapeRight => AVCaptureVideoOrientationLandscapeRight,
161
- UIDeviceOrientationLandscapeLeft => AVCaptureVideoOrientationLandscapeLeft }
160
+ UIDeviceOrientationLandscapeRight => AVCaptureVideoOrientationLandscapeLeft,
161
+ UIDeviceOrientationLandscapeLeft => AVCaptureVideoOrientationLandscapeRight }
162
162
  end
163
163
 
164
164
  def assets_library
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-capture
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devon Blandin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-28 00:00:00.000000000 Z
11
+ date: 2014-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake