sprout-flashplayer-tool 10.22.0 → 10.22.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 10
5
5
  MINOR = 22
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
data/sprout.spec CHANGED
@@ -7,7 +7,7 @@
7
7
  - !ruby/object:Sprout::RemoteFileTarget
8
8
  platform: win32
9
9
  url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.exe
10
- archive_path: sa_flashplayer_10_sa_debug.exe
10
+ archive_path: flashplayer_10_sa_debug.exe
11
11
  md5: 56dca9496d6c72237360aa3f6c901bee
12
12
  - !ruby/object:Sprout::RemoteFileTarget
13
13
  platform: linux
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flashplayer-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.22.0
4
+ version: 10.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adobe, Inc.