motion-game 1.1 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/build/android/armeabi/libmotion-cocos.a +0 -0
- data/build/android/motion-cocos.jar +0 -0
- data/build/android/x86/libmotion-cocos.a +0 -0
- data/build/ios/libmotion-cocos.a +0 -0
- data/build/tvos/libchipmunk.a +0 -0
- data/build/tvos/libcrypto.a +0 -0
- data/build/tvos/libcurl.a +0 -0
- data/build/tvos/libfreetype.a +0 -0
- data/build/tvos/libjpeg.a +0 -0
- data/build/tvos/libmotion-cocos.a +0 -0
- data/build/tvos/libpng.a +0 -0
- data/build/tvos/libssl.a +0 -0
- data/build/tvos/libtiff.a +0 -0
- data/build/tvos/libwebp.a +0 -0
- data/doc/MG.html +3 -3
- data/doc/MG/Application.html +8 -8
- data/doc/MG/Audio.html +2 -2
- data/doc/MG/Button.html +27 -27
- data/doc/MG/Color.html +28 -23
- data/doc/MG/Director.html +2 -2
- data/doc/MG/Draw.html +6 -6
- data/doc/MG/Events.html +2 -2
- data/doc/MG/Events/Acceleration.html +2 -2
- data/doc/MG/Events/Touch.html +2 -2
- data/doc/MG/File.html +216 -0
- data/doc/MG/Layout.html +16 -16
- data/doc/MG/List.html +22 -22
- data/doc/MG/Node.html +58 -57
- data/doc/MG/Parallax.html +4 -4
- data/doc/MG/Particle.html +48 -48
- data/doc/MG/Point.html +18 -16
- data/doc/MG/Scene.html +319 -28
- data/doc/MG/Scroll.html +16 -16
- data/doc/MG/Size.html +22 -20
- data/doc/MG/Slider.html +8 -8
- data/doc/MG/Sprite.html +60 -60
- data/doc/MG/Text.html +32 -32
- data/doc/MG/Web.html +16 -16
- data/doc/MG/Widget.html +12 -12
- data/doc/_index.html +20 -5
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +63 -16
- data/doc/index.html +63 -16
- data/doc/method_list.html +104 -80
- data/doc/top-level-namespace.html +2 -2
- data/template/motion-game/files/config/tvos.rb.erb +1 -1
- metadata +55 -44
@@ -103,9 +103,9 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on
|
106
|
+
Generated on Sun Feb 28 09:23:30 2016 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
|
-
0.8.7.6 (ruby-2.
|
108
|
+
0.8.7.6 (ruby-2.2.3).
|
109
109
|
</div>
|
110
110
|
|
111
111
|
</body>
|
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:
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HipByte
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-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.
|
@@ -17,28 +17,6 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- lib/motion-game/android/main_activity.rb
|
21
|
-
- lib/motion-game/android.rb
|
22
|
-
- lib/motion-game/ios/app_delegate.rb
|
23
|
-
- lib/motion-game/ios/root_view_controller.rb
|
24
|
-
- lib/motion-game/ios.rb
|
25
|
-
- lib/motion-game/project.rb
|
26
|
-
- lib/motion-game/shortcuts.rb
|
27
|
-
- lib/motion-game/tvos/app_delegate.rb
|
28
|
-
- lib/motion-game/tvos/root_view_controller.rb
|
29
|
-
- lib/motion-game/tvos.rb
|
30
|
-
- lib/motion-game.rb
|
31
|
-
- build/ios/libchipmunk.a
|
32
|
-
- build/ios/libcrypto.a
|
33
|
-
- build/ios/libcurl.a
|
34
|
-
- build/ios/libfreetype.a
|
35
|
-
- build/ios/libjpeg.a
|
36
|
-
- build/ios/libmotion-cocos.a
|
37
|
-
- build/ios/libpng.a
|
38
|
-
- build/ios/libssl.a
|
39
|
-
- build/ios/libtiff.a
|
40
|
-
- build/ios/libwebp.a
|
41
|
-
- build/android/motion-cocos.jar
|
42
20
|
- build/android/armeabi/libchipmunk.a
|
43
21
|
- build/android/armeabi/libcrypto.a
|
44
22
|
- build/android/armeabi/libcurl.a
|
@@ -50,6 +28,7 @@ files:
|
|
50
28
|
- build/android/armeabi/libtiff.a
|
51
29
|
- build/android/armeabi/libwebp.a
|
52
30
|
- build/android/armeabi/libz.a
|
31
|
+
- build/android/motion-cocos.jar
|
53
32
|
- build/android/x86/libchipmunk.a
|
54
33
|
- build/android/x86/libcrypto.a
|
55
34
|
- build/android/x86/libcurl.a
|
@@ -61,28 +40,37 @@ files:
|
|
61
40
|
- build/android/x86/libtiff.a
|
62
41
|
- build/android/x86/libwebp.a
|
63
42
|
- build/android/x86/libz.a
|
64
|
-
-
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
75
|
-
-
|
76
|
-
-
|
43
|
+
- build/ios/libchipmunk.a
|
44
|
+
- build/ios/libcrypto.a
|
45
|
+
- build/ios/libcurl.a
|
46
|
+
- build/ios/libfreetype.a
|
47
|
+
- build/ios/libjpeg.a
|
48
|
+
- build/ios/libmotion-cocos.a
|
49
|
+
- build/ios/libpng.a
|
50
|
+
- build/ios/libssl.a
|
51
|
+
- build/ios/libtiff.a
|
52
|
+
- build/ios/libwebp.a
|
53
|
+
- build/tvos/libchipmunk.a
|
54
|
+
- build/tvos/libcrypto.a
|
55
|
+
- build/tvos/libcurl.a
|
56
|
+
- build/tvos/libfreetype.a
|
57
|
+
- build/tvos/libjpeg.a
|
58
|
+
- build/tvos/libmotion-cocos.a
|
59
|
+
- build/tvos/libpng.a
|
60
|
+
- build/tvos/libssl.a
|
61
|
+
- build/tvos/libtiff.a
|
62
|
+
- build/tvos/libwebp.a
|
63
|
+
- doc/MG.html
|
77
64
|
- doc/MG/Application.html
|
78
65
|
- doc/MG/Audio.html
|
79
66
|
- doc/MG/Button.html
|
80
67
|
- doc/MG/Color.html
|
81
68
|
- doc/MG/Director.html
|
82
69
|
- doc/MG/Draw.html
|
70
|
+
- doc/MG/Events.html
|
83
71
|
- doc/MG/Events/Acceleration.html
|
84
72
|
- doc/MG/Events/Touch.html
|
85
|
-
- doc/MG/
|
73
|
+
- doc/MG/File.html
|
86
74
|
- doc/MG/Layout.html
|
87
75
|
- doc/MG/List.html
|
88
76
|
- doc/MG/Node.html
|
@@ -97,15 +85,38 @@ files:
|
|
97
85
|
- doc/MG/Text.html
|
98
86
|
- doc/MG/Web.html
|
99
87
|
- doc/MG/Widget.html
|
100
|
-
- doc/
|
88
|
+
- doc/_index.html
|
89
|
+
- doc/class_list.html
|
90
|
+
- doc/css/common.css
|
91
|
+
- doc/css/full_list.css
|
92
|
+
- doc/css/style.css
|
93
|
+
- doc/file.README.html
|
94
|
+
- doc/file_list.html
|
95
|
+
- doc/frames.html
|
96
|
+
- doc/index.html
|
97
|
+
- doc/js/app.js
|
98
|
+
- doc/js/full_list.js
|
99
|
+
- doc/js/jquery.js
|
100
|
+
- doc/method_list.html
|
101
101
|
- doc/top-level-namespace.html
|
102
|
+
- lib/motion-game.rb
|
103
|
+
- lib/motion-game/android.rb
|
104
|
+
- lib/motion-game/android/main_activity.rb
|
105
|
+
- lib/motion-game/ios.rb
|
106
|
+
- lib/motion-game/ios/app_delegate.rb
|
107
|
+
- lib/motion-game/ios/root_view_controller.rb
|
108
|
+
- lib/motion-game/project.rb
|
109
|
+
- lib/motion-game/shortcuts.rb
|
110
|
+
- lib/motion-game/tvos.rb
|
111
|
+
- lib/motion-game/tvos/app_delegate.rb
|
112
|
+
- lib/motion-game/tvos/root_view_controller.rb
|
113
|
+
- template/motion-game/files/Gemfile
|
114
|
+
- template/motion-game/files/Rakefile
|
102
115
|
- template/motion-game/files/app/application.rb
|
103
116
|
- template/motion-game/files/app/main_scene.rb
|
104
117
|
- template/motion-game/files/config/android.rb.erb
|
105
118
|
- template/motion-game/files/config/ios.rb.erb
|
106
119
|
- template/motion-game/files/config/tvos.rb.erb
|
107
|
-
- template/motion-game/files/Gemfile
|
108
|
-
- template/motion-game/files/Rakefile
|
109
120
|
homepage: http://www.rubymotion.com/developers/motion-game
|
110
121
|
licenses:
|
111
122
|
- BSD
|
@@ -117,17 +128,17 @@ require_paths:
|
|
117
128
|
- lib
|
118
129
|
required_ruby_version: !ruby/object:Gem::Requirement
|
119
130
|
requirements:
|
120
|
-
- -
|
131
|
+
- - ">="
|
121
132
|
- !ruby/object:Gem::Version
|
122
133
|
version: '0'
|
123
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
135
|
requirements:
|
125
|
-
- -
|
136
|
+
- - ">="
|
126
137
|
- !ruby/object:Gem::Version
|
127
138
|
version: '0'
|
128
139
|
requirements: []
|
129
140
|
rubyforge_project:
|
130
|
-
rubygems_version: 2.
|
141
|
+
rubygems_version: 2.4.5.1
|
131
142
|
signing_key:
|
132
143
|
specification_version: 4
|
133
144
|
summary: Cross-platform mobile game engine for RubyMotion
|