motion-game 1.1.13 → 1.1.14

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: da80c1e5b97cca281ce018bc893ddec7f9e47c4a
4
- data.tar.gz: f164559e593ded11f3caffcc57d2e7acac204f1c
3
+ metadata.gz: 0e0a825dbe88dc03ca01fec621deef72c7d09b8f
4
+ data.tar.gz: 79f069e91ab2af98cf1e3f59780e120364375211
5
5
  SHA512:
6
- metadata.gz: 3c3b3ca47295053a53c5413151e93aadb3a230e179a24ab954412aa5ed52d6daa94ad4b133d28b9dc2bea75966191d208e4013bb75142e2dec5d248cb7e36ac5
7
- data.tar.gz: ef5b9b9c42555d62f96dad465b63de004f63275712e9a46393ed4ba6a4d96d3c8cf4be47c7015e3c740469583797d1ea335ef46546484cea82b8ed88ed2a86fd
6
+ metadata.gz: d50fd2ddb720e3a11de77ed3b86c46c96b5b1ec6c27a25e3b4b590247a9bbeba997d25b2b49b31f8c3300f2b1899e6dab14fffd5d781465126dd257af52ee5a9
7
+ data.tar.gz: a73d2c645ffacb7226768e0daf677c05153c5c04b388f6a1cc663f6aed9b261c95e667734f48fb0a2735d317f713b5ef706c203c020ace6cb1dd9bcd6e8c1f8f
Binary file
Binary file
@@ -5,7 +5,6 @@ class AppDelegate
5
5
  @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
6
6
 
7
7
  rootViewController = RootViewController.alloc.init
8
- rootViewController.wantsFullScreenLayout = true
9
8
  glview = CCEAGLView.viewWithFrame(@window.bounds)
10
9
  rootViewController.view = glview
11
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-game
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.13
4
+ version: 1.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - HipByte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-26 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: motion-game allows you to write cross-platform native mobile games in
14
14
  Ruby.