h4oflashsdk 1.0.12 → 1.0.13

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.
@@ -1,30 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- h4oflashsdk (1.0.12)
4
+ h4oflashsdk (1.0.13)
5
5
  sprout (>= 1.1.18.pre)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activesupport (3.2.8)
11
- i18n (~> 0.6)
10
+ activesupport (3.2.13)
11
+ i18n (= 0.6.1)
12
12
  multi_json (~> 1.0)
13
13
  archive-tar-minitar (0.5.2)
14
+ bourne (1.4.0)
15
+ mocha (~> 0.13.2)
14
16
  i18n (0.6.1)
15
17
  metaclass (0.0.1)
16
- mocha (0.12.4)
18
+ mocha (0.13.3)
17
19
  metaclass (~> 0.0.1)
18
- multi_json (1.3.6)
20
+ multi_json (1.7.2)
19
21
  open4 (1.3.0)
20
- rake (0.9.2.2)
22
+ rake (10.0.4)
21
23
  rubyzip (0.9.4)
22
- shoulda (3.1.1)
23
- shoulda-context (~> 1.0)
24
- shoulda-matchers (~> 1.2)
25
- shoulda-context (1.0.0)
26
- shoulda-matchers (1.3.0)
24
+ shoulda (3.4.0)
25
+ shoulda-context (~> 1.0, >= 1.0.1)
26
+ shoulda-matchers (~> 1.0, >= 1.4.1)
27
+ shoulda-context (1.1.1)
28
+ shoulda-matchers (1.5.6)
27
29
  activesupport (>= 3.0.0)
30
+ bourne (~> 1.3)
28
31
  sprout (1.1.18.pre)
29
32
  archive-tar-minitar (= 0.5.2)
30
33
  bundler (>= 0.9.19)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.12
1
+ 1.0.13
File without changes
@@ -1,9 +1,9 @@
1
1
  package states
2
2
  {
3
- import com.citrusengine.core.*;
4
- import com.citrusengine.physics.box2d.*;
5
- import com.citrusengine.objects.platformer.box2d.*;
6
- import com.citrusengine.math.*;
3
+ import citrus.core.*;
4
+ import citrus.physics.box2d.*;
5
+ import citrus.objects.platformer.box2d.*;
6
+ import citrus.math.*;
7
7
  import flash.display.*;
8
8
 
9
9
  public class GameState extends State
@@ -29,7 +29,7 @@ package states
29
29
  hero.x=320;
30
30
  hero.y=200;
31
31
 
32
- view.setupCamera(hero, new MathVector(400,300));
32
+ view.camera.setUp(hero, new MathVector(400,300));
33
33
 
34
34
  var platform:Platform=new Platform('platform',{width: 1000, height: 20});
35
35
  add(platform);
@@ -1,6 +1,6 @@
1
1
  package <%= package_name %>
2
2
  {
3
- import com.citrusengine.core.*;
3
+ import citrus.core.*;
4
4
  import states.*;
5
5
 
6
6
  [SWF(width='800', height='600')]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: h4oflashsdk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 12
10
- version: 1.0.12
9
+ - 13
10
+ version: 1.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Guenael LABOIS - H4o Studio
@@ -15,17 +15,15 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-12 00:00:00 Z
18
+ date: 2013-04-14 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- prerelease: false
22
- type: :runtime
23
21
  requirement: &id001 !ruby/object:Gem::Requirement
24
22
  none: false
25
23
  requirements:
26
24
  - - ">="
27
25
  - !ruby/object:Gem::Version
28
- hash: 978932030
26
+ hash: 151078779
29
27
  segments:
30
28
  - 1
31
29
  - 1
@@ -34,9 +32,9 @@ dependencies:
34
32
  version: 1.1.18.pre
35
33
  version_requirements: *id001
36
34
  name: sprout
37
- - !ruby/object:Gem::Dependency
35
+ type: :runtime
38
36
  prerelease: false
39
- type: :development
37
+ - !ruby/object:Gem::Dependency
40
38
  requirement: &id002 !ruby/object:Gem::Requirement
41
39
  none: false
42
40
  requirements:
@@ -48,9 +46,9 @@ dependencies:
48
46
  version: "0"
49
47
  version_requirements: *id002
50
48
  name: shoulda
51
- - !ruby/object:Gem::Dependency
52
- prerelease: false
53
49
  type: :development
50
+ prerelease: false
51
+ - !ruby/object:Gem::Dependency
54
52
  requirement: &id003 !ruby/object:Gem::Requirement
55
53
  none: false
56
54
  requirements:
@@ -62,6 +60,8 @@ dependencies:
62
60
  version: "0"
63
61
  version_requirements: *id003
64
62
  name: mocha
63
+ type: :development
64
+ prerelease: false
65
65
  description: The Flash SDK Rubygem is brought to you by Project Sprouts (http://projectsprouts.org)
66
66
  email: glabois@h4o-studio.com
67
67
  executables:
@@ -75,105 +75,105 @@ extensions: []
75
75
  extra_rdoc_files: []
76
76
 
77
77
  files:
78
- - POSTINSTALL.rdoc
79
- - VERSION
80
- - bin/flashlog
81
- - bin/sprout-flex
82
- - bin/sprout-as3
83
- - bin/sprout-citrus
84
- - bin/flashplayer
85
- - lib/flashsdk/compc.rb
86
- - lib/flashsdk/module.rb
87
- - lib/flashsdk/fdb.rb
88
78
  - lib/flashsdk/compiler_base.rb
89
- - lib/flashsdk/adt.rb
90
- - lib/flashsdk/mxmlc.rb
91
- - lib/flashsdk/fcsh.rb
79
+ - lib/flashsdk/module.rb
80
+ - lib/flashsdk/compc.rb
92
81
  - lib/flashsdk/adl.rb
93
- - lib/flashsdk/fcsh_socket.rb
94
- - lib/flashsdk/acompc.rb
95
82
  - lib/flashsdk/amxmlc.rb
83
+ - lib/flashsdk/fcsh.rb
84
+ - lib/flashsdk/acompc.rb
96
85
  - lib/flashsdk/asdoc.rb
97
- - lib/flashsdk/generators/flash_helper.rb
98
- - lib/flashsdk/generators/templates/ActionScript3MainClass.as
86
+ - lib/flashsdk/fcsh_socket.rb
87
+ - lib/flashsdk/fdb.rb
88
+ - lib/flashsdk/mxmlc.rb
89
+ - lib/flashsdk/generators/citrus_project_generator.rb
90
+ - lib/flashsdk/generators/templates/Flex4Application.mxml
99
91
  - lib/flashsdk/generators/templates/CitrusActionScript3MainClass.as
100
- - lib/flashsdk/generators/templates/FlexTestRunner.mxml
92
+ - lib/flashsdk/generators/templates/CitrusReload.swc
101
93
  - lib/flashsdk/generators/templates/ActionScript3Class.as
102
- - lib/flashsdk/generators/templates/Flex4Rakefile.rb
103
- - lib/flashsdk/generators/templates/citrus_rakefile.rb
104
- - lib/flashsdk/generators/templates/ActionScript3RunnerClass.as
105
- - lib/flashsdk/generators/templates/Flex4Application.mxml
94
+ - lib/flashsdk/generators/templates/rakefile.rb
95
+ - lib/flashsdk/generators/templates/ActionScript3MainClass.as
96
+ - lib/flashsdk/generators/templates/Flex4RunnerClass.mxml
106
97
  - lib/flashsdk/generators/templates/DefaultProjectImage.png
107
98
  - lib/flashsdk/generators/templates/CitrusActionScript3GameState.as
108
- - lib/flashsdk/generators/templates/Flex4Main.css
109
- - lib/flashsdk/generators/templates/CitrusReload.swc
110
- - lib/flashsdk/generators/templates/rakefile.rb
99
+ - lib/flashsdk/generators/templates/ActionScript3RunnerClass.as
100
+ - lib/flashsdk/generators/templates/citrus_rakefile.rb
111
101
  - lib/flashsdk/generators/templates/Gemfile
112
- - lib/flashsdk/generators/templates/Flex4RunnerClass.mxml
113
- - lib/flashsdk/generators/class_generator.rb
102
+ - lib/flashsdk/generators/templates/FlexTestRunner.mxml
103
+ - lib/flashsdk/generators/templates/Flex4Rakefile.rb
104
+ - lib/flashsdk/generators/templates/Flex4Main.css
114
105
  - lib/flashsdk/generators/flex_project_generator.rb
115
- - lib/flashsdk/generators/citrus_project_generator.rb
106
+ - lib/flashsdk/generators/class_generator.rb
107
+ - lib/flashsdk/generators/flash_helper.rb
116
108
  - lib/flashsdk/generators/project_generator.rb
109
+ - lib/flashsdk/adt.rb
110
+ - lib/flex3.rb
117
111
  - lib/flashplayer.rb
118
112
  - lib/flex4.rb
119
113
  - lib/flashsdk.rb
120
- - lib/flex3.rb
121
- - lib/flashplayer/specification.rb
122
- - lib/flashplayer/task.legacy.rb
123
114
  - lib/flashplayer/module.rb
124
- - lib/flashplayer/executable.rb
125
- - lib/flashplayer/trust.rb
126
- - lib/flashplayer/errors.rb
127
115
  - lib/flashplayer/system_mixins.rb
128
- - lib/flashplayer/task.rb
129
116
  - lib/flashplayer/mm_config.rb
130
117
  - lib/flashplayer/log_file.rb
118
+ - lib/flashplayer/task.legacy.rb
119
+ - lib/flashplayer/executable.rb
120
+ - lib/flashplayer/specification.rb
121
+ - lib/flashplayer/errors.rb
122
+ - lib/flashplayer/trust.rb
123
+ - lib/flashplayer/task.rb
124
+ - flashsdk.gemspec
125
+ - flashsdk.komodoproject
126
+ - rakefile.rb
127
+ - README.textile
131
128
  - Gemfile.lock
132
129
  - ext/OpenFlashPlayerForDumbassOSX.scpt
133
130
  - ext/CloseFlashPlayerForDumbassOSX.scpt
134
- - README.textile
135
- - flashsdk.gemspec
131
+ - bin/sprout-as3
132
+ - bin/sprout-citrus
133
+ - bin/flashlog
134
+ - bin/sprout-flex
135
+ - bin/flashplayer
136
+ - POSTINSTALL.rdoc
137
+ - VERSION
138
+ - Gemfile
139
+ - test/unit/flashplayer_task_test.rb
140
+ - test/unit/fcsh_test.rb
141
+ - test/unit/flash_helper_test.rb
142
+ - test/unit/flashplayer_mm_config_test.rb
143
+ - test/unit/fcsh_socket_test.rb
144
+ - test/unit/mxmlc_test.rb
136
145
  - test/unit/compc_test.rb
137
- - test/unit/flashplayer_executable_test.rb
146
+ - test/unit/class_generator_test.rb
138
147
  - test/unit/adt_test.rb
139
- - test/unit/fcsh_socket_test.rb
140
148
  - test/unit/amxmlc_test.rb
141
- - test/unit/flashplayer_task_test.rb
142
- - test/unit/flashplayer_module_test.rb
143
- - test/unit/acompc_test.rb
144
- - test/unit/class_generator_test.rb
145
- - test/unit/flashplayer_trust_test.rb
146
- - test/unit/flashplayer_mm_config_test.rb
147
- - test/unit/flash_helper_test.rb
148
- - test/unit/fake_flashplayer_system.rb
149
- - test/unit/fdb_test.rb
150
149
  - test/unit/asdoc_test.rb
151
- - test/unit/mxmlc_test.rb
152
- - test/unit/flex_compiler_options_test.rb
153
- - test/unit/test_helper.rb
154
- - test/unit/adl_test.rb
150
+ - test/unit/flashplayer_executable_test.rb
155
151
  - test/unit/flashplayer_log_file_test.rb
156
- - test/unit/fcsh_test.rb
152
+ - test/unit/adl_test.rb
153
+ - test/unit/flex_compiler_options_test.rb
157
154
  - test/unit/project_generator_test.rb
155
+ - test/unit/flashplayer_module_test.rb
156
+ - test/unit/test_helper.rb
157
+ - test/unit/flashplayer_trust_test.rb
158
158
  - test/unit/flex_generator_test.rb
159
- - test/fixtures/air/simple/SomeProject.pfx
160
- - test/fixtures/air/simple/SomeProject.xml
159
+ - test/unit/fdb_test.rb
160
+ - test/unit/fake_flashplayer_system.rb
161
+ - test/unit/acompc_test.rb
162
+ - test/fixtures/air/simple/SomeProject.apk
161
163
  - test/fixtures/air/simple/SomeProject.as
164
+ - test/fixtures/air/simple/SomeProject.xml
165
+ - test/fixtures/air/simple/SomeProject.pfx
162
166
  - test/fixtures/air/simple/SomeProject.swf
163
- - test/fixtures/air/simple/SomeProject.apk
164
167
  - test/fixtures/air/simple/SomeProject.mxml
165
- - test/fixtures/asdoc/src/SomeFile.as
166
- - test/fixtures/asdoc/lib/OtherFile.as
167
- - test/fixtures/compc/simple/SomeFile.as
168
- - test/fixtures/sdk/fdb
169
168
  - test/fixtures/sdk/mxmlc
170
- - test/fixtures/mxmlc/simple/SomeFile.as
169
+ - test/fixtures/sdk/fdb
171
170
  - test/fixtures/mxmlc/broken/SomeFile.as
172
- - test/fixtures/flashplayer/AsUnit Runner.swf
171
+ - test/fixtures/mxmlc/simple/SomeFile.as
173
172
  - test/fixtures/acompc/simple/SomeAirFile.as
174
- - flashsdk.komodoproject
175
- - rakefile.rb
176
- - Gemfile
173
+ - test/fixtures/asdoc/lib/OtherFile.as
174
+ - test/fixtures/asdoc/src/SomeFile.as
175
+ - test/fixtures/compc/simple/SomeFile.as
176
+ - test/fixtures/flashplayer/AsUnit Runner.swf
177
177
  homepage: http://www.adobe.com/products/flex
178
178
  licenses: []
179
179