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.
@@ -1,3 +1,4 @@
1
1
  require 'sprout'
2
2
  require 'sprout/generator'
3
3
  require 'sprout/tasks/flashplayer_task'
4
+ #require 'sprout/swf_project_model'
@@ -1,9 +1,9 @@
1
1
  module Sprout
2
- class FlashPlayer
2
+ class FlashPlayer #:nodoc:
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 9
5
- MINOR = 115
6
- TINY = 12
5
+ MINOR = 124
6
+ TINY = 2
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -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.115.12
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-02-24 00:00:00 -08:00
12
+ date: 2008-05-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency