Skip to content

Commit

Permalink
Added support for latest Flash Player release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebayes committed Nov 30, 2010
1 parent fc558a8 commit f106d5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/flashplayer/lib/sprout/flashplayer/version.rb
Expand Up @@ -2,8 +2,8 @@ module Sprout
class FlashPlayer # :nodoc:
module VERSION #:nodoc:
MAJOR = 10
MINOR = 53
TINY = 3
MINOR = 102
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
MAJOR_MINOR = [MAJOR, MINOR].join('.')
Expand Down
3 changes: 3 additions & 0 deletions tools/flashplayer/rakefile.rb
@@ -1,3 +1,6 @@
dir = File.dirname(__FILE__)
$:.push dir unless $:.include? dir

require 'rake'
require 'rake/gempackagetask'
require 'rake/clean'
Expand Down
6 changes: 3 additions & 3 deletions tools/flashplayer/sprout.spec
Expand Up @@ -3,14 +3,14 @@
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip
archive_path: Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
executable_path: Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
md5: ff6824b7fd676dd1b613204221f5b5b9
md5: f753a8538f5f41db838fc81cdc994a64
- !ruby/object:Sprout::RemoteFileTarget
platform: win32
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe
archive_path: flashplayer_10_sa_debug.exe
md5: 4d8d58d72709f44421b2ea4e89cc30be
md5: 5f7f4c4246784745b0e1b5593e9bc60f
- !ruby/object:Sprout::RemoteFileTarget
platform: linux
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.tar.gz
archive_path: flashplayerdebugger
md5: 6cabe6038343374b547043d29de14417
md5: 051a2d6460419c78f66ec6e9e4ff4cc8

0 comments on commit f106d5b

Please sign in to comment.