sprout-flashplayer-bundle 9.115.11 → 9.115.12
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.
|
@@ -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.
|
|
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-
|
|
12
|
+
date: 2008-02-24 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|