flashplayer 10.1.2.pre → 10.1.3.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
- 10.1.2.pre
1
+ 10.1.3.pre
@@ -23,7 +23,7 @@ module FlashPlayer
23
23
  @pkg_version = FlashPlayer::VERSION
24
24
  end
25
25
 
26
- def invoke *args
26
+ def execute *args
27
27
  super
28
28
  #puts ">> invoke with: #{args} and input: #{input}"
29
29
  update_input_if_necessary
@@ -35,6 +35,13 @@ class FlashPlayerTaskTest < Test::Unit::TestCase
35
35
  t.invoke
36
36
  assert_equal @swf, t.input
37
37
  end
38
+
39
+ should "fire when declared as a dependency" do
40
+ t = flashplayer :run => @swf
41
+ configure_task t
42
+ other = task :parent => :run
43
+ other.invoke
44
+ end
38
45
  end
39
46
 
40
47
  private
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 10
7
7
  - 1
8
- - 2
8
+ - 3
9
9
  - pre
10
- version: 10.1.2.pre
10
+ version: 10.1.3.pre
11
11
  platform: ruby
12
12
  authors:
13
13
  - Luke Bayes