sprout-as3-bundle 1.0.32 → 1.0.36
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.
data/lib/sprout/as3/version.rb
CHANGED
@@ -355,8 +355,8 @@ end
|
|
355
355
|
# Use the += operator to chain this configuration file to other configuration files.
|
356
356
|
#
|
357
357
|
# For more information on using configuration files to provide options to the command-line compilers, see About configuration files (http://livedocs.adobe.com/flex/2/docs/00001490.html#138195).
|
358
|
-
def load_config=(
|
359
|
-
@load_config =
|
358
|
+
def load_config=(files)
|
359
|
+
@load_config = files
|
360
360
|
end
|
361
361
|
|
362
362
|
# Specifies the location of an XML file that contains <def>, <pre>, and <ext> symbols to omit from linking when compiling a SWF file. The XML file uses the same syntax as the one produced by the link-report option. For more information on the report, see Examining linker dependencies (http://livedocs.adobe.com/flex/2/docs/00001394.html#211202).
|
@@ -355,8 +355,8 @@ end
|
|
355
355
|
# Use the += operator to chain this configuration file to other configuration files.
|
356
356
|
#
|
357
357
|
# For more information on using configuration files to provide options to the command-line compilers, see About configuration files (http://livedocs.adobe.com/flex/2/docs/00001490.html#138195).
|
358
|
-
def load_config=(
|
359
|
-
@load_config =
|
358
|
+
def load_config=(files)
|
359
|
+
@load_config = files
|
360
360
|
end
|
361
361
|
|
362
362
|
# Specifies the location of an XML file that contains <def>, <pre>, and <ext> symbols to omit from linking when compiling a SWF file. The XML file uses the same syntax as the one produced by the link-report option. For more information on the report, see Examining linker dependencies (http://livedocs.adobe.com/flex/2/docs/00001394.html#211202).
|
@@ -64,7 +64,7 @@ module Sprout # :nodoc:
|
|
64
64
|
compiler.preprocessed_path = model.preprocessed_path if !model.preprocessed_path.nil?
|
65
65
|
|
66
66
|
# Set up library deps
|
67
|
-
model.libraries.each do |lib|
|
67
|
+
Resolver.resolve_libraries(model.libraries).each do |lib|
|
68
68
|
begin
|
69
69
|
t = Rake::application[lib]
|
70
70
|
rescue StandardError => e
|
metadata
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprout-as3-bundle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 1
|
7
|
+
- 0
|
8
|
+
- 36
|
9
|
+
version: 1.0.36
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
12
|
- Pattern Park
|
@@ -9,39 +14,51 @@ autorequire: sprout/as3
|
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
16
|
|
12
|
-
date: 2010-
|
17
|
+
date: 2010-03-17 00:00:00 -07:00
|
13
18
|
default_executable:
|
14
19
|
dependencies:
|
15
20
|
- !ruby/object:Gem::Dependency
|
16
21
|
name: sprout
|
17
|
-
|
18
|
-
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
20
24
|
requirements:
|
21
25
|
- - ">="
|
22
26
|
- !ruby/object:Gem::Version
|
27
|
+
segments:
|
28
|
+
- 0
|
29
|
+
- 7
|
30
|
+
- 215
|
23
31
|
version: 0.7.215
|
24
|
-
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id001
|
25
34
|
- !ruby/object:Gem::Dependency
|
26
35
|
name: sprout-flashplayer-bundle
|
27
|
-
|
28
|
-
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
prerelease: false
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
30
38
|
requirements:
|
31
39
|
- - ">="
|
32
40
|
- !ruby/object:Gem::Version
|
41
|
+
segments:
|
42
|
+
- 10
|
43
|
+
- 22
|
44
|
+
- 0
|
33
45
|
version: 10.22.0
|
34
|
-
|
46
|
+
type: :runtime
|
47
|
+
version_requirements: *id002
|
35
48
|
- !ruby/object:Gem::Dependency
|
36
49
|
name: sprout-asunit3-library
|
37
|
-
|
38
|
-
|
39
|
-
version_requirements: !ruby/object:Gem::Requirement
|
50
|
+
prerelease: false
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
40
52
|
requirements:
|
41
53
|
- - ">="
|
42
54
|
- !ruby/object:Gem::Version
|
55
|
+
segments:
|
56
|
+
- 3
|
57
|
+
- 2
|
58
|
+
- 6
|
43
59
|
version: 3.2.6
|
44
|
-
|
60
|
+
type: :runtime
|
61
|
+
version_requirements: *id003
|
45
62
|
description: Code Generation and Rake Tasks for ActionScript 3.0 Development
|
46
63
|
email: projectsprouts@googlegroups.com
|
47
64
|
executables: []
|
@@ -129,18 +146,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
129
146
|
requirements:
|
130
147
|
- - ">="
|
131
148
|
- !ruby/object:Gem::Version
|
149
|
+
segments:
|
150
|
+
- 0
|
132
151
|
version: "0"
|
133
|
-
version:
|
134
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
153
|
requirements:
|
136
154
|
- - ">="
|
137
155
|
- !ruby/object:Gem::Version
|
156
|
+
segments:
|
157
|
+
- 0
|
138
158
|
version: "0"
|
139
|
-
version:
|
140
159
|
requirements: []
|
141
160
|
|
142
161
|
rubyforge_project: sprout
|
143
|
-
rubygems_version: 1.3.
|
162
|
+
rubygems_version: 1.3.6
|
144
163
|
signing_key:
|
145
164
|
specification_version: 3
|
146
165
|
summary: Project and Code Generators for ActionScript 3 Development
|