buildr-as3 0.2.23.pre → 0.2.24.pre
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/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.24.pre
|
data/buildr-as3.gemspec
CHANGED
@@ -33,7 +33,7 @@ module Buildr
|
|
33
33
|
# * :flexsdk -- Specify an FlexSDK Artifact of the type Buildr::AS3::Flex::FlexSDK
|
34
34
|
# * :apparat -- Specify an Apparat Artifact of the type Buildr::AS3::Apparat::ApparatToolkit
|
35
35
|
# (this is only necessary if you want to make use of the apparat-toolkit)
|
36
|
-
# * :
|
36
|
+
# * :args -- Array of options passed to the compiler
|
37
37
|
# (e.g. ['-compiler.incremental=true', '-static-link-runtime-shared-libraries=true', '-optimize'])
|
38
38
|
class AirCompc < Compc
|
39
39
|
|
@@ -35,7 +35,7 @@ module Buildr
|
|
35
35
|
# * :flexsdk -- Specify an FlexSDK Artifact of the type Buildr::AS3::Flex::FlexSDK
|
36
36
|
# * :apparat -- Specify an Apparat Artifact of the type Buildr::AS3::Apparat::ApparatToolkit
|
37
37
|
# (this is only necessary if you want to make use of the apparat-toolkit)
|
38
|
-
# * :
|
38
|
+
# * :args -- Array of options passed to the compiler
|
39
39
|
# (e.g. ['-compiler.incremental=true', '-static-link-runtime-shared-libraries=true', '-optimize'])
|
40
40
|
class AirMxmlc < Mxmlc
|
41
41
|
|
@@ -28,7 +28,7 @@ module Buildr
|
|
28
28
|
module Compiler
|
29
29
|
class FlexCompilerBase < Buildr::Compiler::Base #:nodoc:
|
30
30
|
|
31
|
-
COMPILE_OPTIONS = [:warnings, :debug, :
|
31
|
+
COMPILE_OPTIONS = [:warnings, :debug, :args, :flexsdk, :apparat, :output]
|
32
32
|
|
33
33
|
def initialize(project, options) #:nodoc:
|
34
34
|
super
|
@@ -84,7 +84,7 @@ module Buildr
|
|
84
84
|
args = []
|
85
85
|
args << '-warnings=false' unless options[:warnings]
|
86
86
|
args << '-debug=true' if options[:debug]
|
87
|
-
args + Array(options[:
|
87
|
+
args + Array(options[:args]) + Array(options[:flexsdk].default_options)
|
88
88
|
end
|
89
89
|
|
90
90
|
def is_test( sources, target, dependencies )
|
@@ -31,7 +31,7 @@ module Buildr
|
|
31
31
|
# * :debug -- Generates bytecode with debugging information. Set from the debug environment variable/global option.
|
32
32
|
# * :flexsdk -- Specify an FlexSDK Artifact of the type Buildr::AS3::Flex::FlexSDK
|
33
33
|
# * :apparat -- Specify an Apparat Artifact of the type Buildr::AS3::Apparat::ApparatToolkit (this is only necessary if you want to make use of the apparat-toolkit)
|
34
|
-
# * :
|
34
|
+
# * :args -- Array of options passed to the compiler (e.g. ['-compiler.incremental=true', '-static-link-runtime-shared-libraries=true', '-optimize'])
|
35
35
|
class Compc < FlexCompilerBase
|
36
36
|
|
37
37
|
specify :language => :actionscript,
|
@@ -37,7 +37,7 @@ module Buildr
|
|
37
37
|
# * :flexsdk -- Specify an FlexSDK Artifact of the type Buildr::AS3::Flex::FlexSDK
|
38
38
|
# * :apparat -- Specify an Apparat Artifact of the type Buildr::AS3::Apparat::ApparatToolkit
|
39
39
|
# (this is only necessary if you want to make use of the apparat-toolkit)
|
40
|
-
# * :
|
40
|
+
# * :args -- Array of options passed to the compiler
|
41
41
|
# (e.g. ['-compiler.incremental=true', '-static-link-runtime-shared-libraries=true', '-optimize'])
|
42
42
|
class Mxmlc < FlexCompilerBase
|
43
43
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: buildr-as3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.24.pre
|
5
5
|
prerelease: 7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-10-30 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: shoulda
|
16
|
-
requirement: &
|
16
|
+
requirement: &2161860780 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2161860780
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: bundler
|
27
|
-
requirement: &
|
27
|
+
requirement: &2161859820 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.0.0
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2161859820
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: jeweler
|
38
|
-
requirement: &
|
38
|
+
requirement: &2161858580 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 1.5.2
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *2161858580
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: buildr
|
49
|
-
requirement: &
|
49
|
+
requirement: &2161855400 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: 1.4.6
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *2161855400
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: simplecov
|
60
|
-
requirement: &
|
60
|
+
requirement: &2161853560 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: '0'
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *2161853560
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: simplecov-rcov
|
71
|
-
requirement: &
|
71
|
+
requirement: &2161852300 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ! '>='
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: '0'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *2161852300
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: rspec
|
82
|
-
requirement: &
|
82
|
+
requirement: &2161850160 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ~>
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: 2.1.0
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *2161850160
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: ci_reporter
|
93
|
-
requirement: &
|
93
|
+
requirement: &2161848240 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ~>
|
@@ -98,10 +98,10 @@ dependencies:
|
|
98
98
|
version: 1.6.5
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *2161848240
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: buildr
|
104
|
-
requirement: &
|
104
|
+
requirement: &2161846840 !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
107
|
- - ! '>='
|
@@ -109,7 +109,7 @@ dependencies:
|
|
109
109
|
version: 1.4.6
|
110
110
|
type: :runtime
|
111
111
|
prerelease: false
|
112
|
-
version_requirements: *
|
112
|
+
version_requirements: *2161846840
|
113
113
|
description: Build like you code - now supporting ActionScript 3 & Flex
|
114
114
|
email: dominic @nospam@ devboy.org
|
115
115
|
executables:
|
@@ -180,7 +180,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
180
180
|
version: '0'
|
181
181
|
segments:
|
182
182
|
- 0
|
183
|
-
hash:
|
183
|
+
hash: -466381950754592919
|
184
184
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
185
185
|
none: false
|
186
186
|
requirements:
|