sprout-flashplayer-tool 10.82.3 → 10.102.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sprout/flashplayer/version.rb +2 -2
- data/rakefile.rb +3 -0
- data/sprout.spec +3 -3
- metadata +4 -8
data/rakefile.rb
CHANGED
data/sprout.spec
CHANGED
@@ -3,14 +3,14 @@
|
|
3
3
|
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip
|
4
4
|
archive_path: Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
|
5
5
|
executable_path: Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
|
6
|
-
md5:
|
6
|
+
md5: f753a8538f5f41db838fc81cdc994a64
|
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
10
|
archive_path: flashplayer_10_sa_debug.exe
|
11
|
-
md5:
|
11
|
+
md5: 5f7f4c4246784745b0e1b5593e9bc60f
|
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
15
|
archive_path: flashplayerdebugger
|
16
|
-
md5:
|
16
|
+
md5: 051a2d6460419c78f66ec6e9e4ff4cc8
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprout-flashplayer-tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 257
|
5
4
|
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 10
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 10.
|
7
|
+
- 102
|
8
|
+
- 0
|
9
|
+
version: 10.102.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Adobe, Inc.
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-
|
17
|
+
date: 2010-11-30 00:00:00 -08:00
|
19
18
|
default_executable: flashplayer
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
@@ -26,7 +25,6 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
hash: 1
|
30
28
|
segments:
|
31
29
|
- 0
|
32
30
|
- 7
|
@@ -62,7 +60,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
60
|
requirements:
|
63
61
|
- - ">="
|
64
62
|
- !ruby/object:Gem::Version
|
65
|
-
hash: 3
|
66
63
|
segments:
|
67
64
|
- 0
|
68
65
|
version: "0"
|
@@ -71,7 +68,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
68
|
requirements:
|
72
69
|
- - ">="
|
73
70
|
- !ruby/object:Gem::Version
|
74
|
-
hash: 3
|
75
71
|
segments:
|
76
72
|
- 0
|
77
73
|
version: "0"
|