sprout-as3-bundle 1.0.29 → 1.0.30

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 = 29
6
+ TINY = 30
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -22,6 +22,8 @@ module Sprout # :nodoc:
22
22
  def initialize(args, &block)
23
23
  super
24
24
 
25
+ outer_task = define_outer_task
26
+
25
27
  mxmlc output do |t|
26
28
  configure_mxmlc t
27
29
  configure_mxmlc_application t
@@ -30,9 +32,8 @@ module Sprout # :nodoc:
30
32
 
31
33
  define_player
32
34
 
33
- t = define_outer_task
34
- t.prerequisites << output
35
- t.prerequisites << player_task_name
35
+ outer_task.prerequisites << output
36
+ outer_task.prerequisites << player_task_name
36
37
  end
37
38
 
38
39
  end
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.29
4
+ version: 1.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park