sprout-flashplayer-bundle 9.115.8 → 9.115.9

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 = 8
6
+ TINY = 9
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -197,7 +197,8 @@ module Sprout
197
197
  require 'appscript'
198
198
  Appscript.app(exe).activate
199
199
  end
200
- rescue
200
+ rescue LoadError => e
201
+ puts "[WARNING] Cannot focus Flash Player without rb-appscript gem"
201
202
  end
202
203
  end
203
204
 
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.8
4
+ version: 9.115.9
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 00:00:00 -08:00
12
+ date: 2008-02-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -31,6 +31,7 @@ extra_rdoc_files: []
31
31
 
32
32
  files:
33
33
  - lib
34
+ - pkg
34
35
  - rakefile.rb
35
36
  - samples
36
37
  - test