sprout 0.7.196-mswin32 → 0.7.197-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sprout/project_model.rb +2 -0
- data/lib/sprout/version.rb +1 -1
- metadata +1 -1
data/lib/sprout/project_model.rb
CHANGED
@@ -124,6 +124,8 @@ module Sprout
|
|
124
124
|
attr_accessor :test_width
|
125
125
|
# Tasks that can, will use the Flex Compiler SHell.
|
126
126
|
attr_accessor :use_fcsh
|
127
|
+
# Flash Player Tasks will launch using the Flex Debugger.
|
128
|
+
attr_accessor :use_fdb
|
127
129
|
# The default width of the SWF file
|
128
130
|
# _(This value is overridden when embedded in an HTML page)_
|
129
131
|
attr_accessor :width
|
data/lib/sprout/version.rb
CHANGED