sprout-flashplayer-bundle 9.115.11 → 9.115.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 9
5
5
  MINOR = 115
6
- TINY = 11
6
+ TINY = 12
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -123,7 +123,7 @@ module Sprout
123
123
  # flashplayer :run => 'bin/SomeProject' do |t|
124
124
  # end
125
125
  #
126
- def swf(swf)
126
+ def swf=(swf)
127
127
  @swf = swf
128
128
  end
129
129
 
@@ -351,12 +351,10 @@ module Sprout
351
351
  end
352
352
 
353
353
  if(failures.size > 0)
354
- raise AssertionFailure.new("Test Failures Encountered #{failures.join("\n")}")
354
+ raise AssertionFailure.new("[ERROR] Test Failures Encountered \n#{failures.join("\n")}")
355
355
  end
356
-
357
356
  end
358
357
 
359
-
360
358
  end
361
359
 
362
360
  ##########################################
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flashplayer-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.115.11
4
+ version: 9.115.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park
@@ -9,7 +9,7 @@ autorequire: sprout/flashplayer
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-20 00:00:00 -08:00
12
+ date: 2008-02-24 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency