sprout-as3-bundle 1.0.9 → 1.0.10

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.
@@ -3,7 +3,7 @@ module Sprout # :nodoc:
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 9
6
+ TINY = 10
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -11,7 +11,8 @@ project_model :model do |m|
11
11
  m.background_color = '#FFFFFF'
12
12
  m.width = 970
13
13
  m.height = 550
14
- # m.use_fcsh = true
14
+ # m.use_fdb = true
15
+ # m.use_fcsh = true
15
16
  # m.src_dir = 'src'
16
17
  # m.lib_dir = 'lib'
17
18
  # m.swc_dir = 'lib'
@@ -25,7 +26,6 @@ project_model :model do |m|
25
26
  # m.libraries << :corelib
26
27
  end
27
28
 
28
-
29
29
  desc 'Compile and debug the application'
30
30
  debug :debug
31
31
 
@@ -19,6 +19,7 @@ module Sprout
19
19
  # end
20
20
  #
21
21
  class MXMLCCruise < MXMLCHelper
22
+ attr_accessor :kill_on_fault # hack b/c of problems with rake task names and incestuous helpers
22
23
 
23
24
  def initialize(args, &block)
24
25
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-as3-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park