sprout-flashplayer-tool 10.82.2 → 10.82.3

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 = 10
5
5
  MINOR = 82
6
- TINY = 2
6
+ TINY = 3
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
data/sprout.spec CHANGED
@@ -12,5 +12,5 @@
12
12
  - !ruby/object:Sprout::RemoteFileTarget
13
13
  platform: linux
14
14
  url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.tar.gz
15
- archive_path: flash_player_10_linux_dev/standalone/debugger/flashplayer
15
+ archive_path: flashplayerdebugger
16
16
  md5: b53a8f0d27df9007de8232e2c940f372
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flashplayer-tool
3
3
  version: !ruby/object:Gem::Version
4
- hash: 259
4
+ hash: 257
5
5
  prerelease: false
6
6
  segments:
7
7
  - 10
8
8
  - 82
9
- - 2
10
- version: 10.82.2
9
+ - 3
10
+ version: 10.82.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adobe, Inc.