sprout-flashplayer-bundle 9.115.12 → 9.124.2
Sign up to get free protection for your applications and to get access to all the features.
data/lib/sprout/flashplayer.rb
CHANGED
@@ -214,7 +214,7 @@ module Sprout
|
|
214
214
|
# Don't let trust or log file failures break other features...
|
215
215
|
begin
|
216
216
|
log_file = FlashPlayerConfig.new().log
|
217
|
-
FlashPlayerTrust.new(File.dirname(swf))
|
217
|
+
FlashPlayerTrust.new(File.expand_path(File.dirname(swf)))
|
218
218
|
|
219
219
|
if(File.exists?(log_file))
|
220
220
|
File.open(log_file, 'w') do |f|
|
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.
|
4
|
+
version: 9.124.2
|
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-
|
12
|
+
date: 2008-05-08 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|