sprout-flashplayer-tool 10.45.2 → 10.53.1
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/sprout.spec +6 -6
- metadata +27 -9
data/sprout.spec
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
- !ruby/object:Sprout::RemoteFileTarget
|
2
2
|
platform: macosx
|
3
3
|
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.app.zip
|
4
|
-
archive_path: Flash Player.app/Contents/MacOS/Flash Player
|
5
|
-
executable_path: Flash\ Player.app/Contents/MacOS/Flash\ Player
|
6
|
-
md5:
|
4
|
+
archive_path: Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
|
5
|
+
executable_path: Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
|
6
|
+
md5: ff6824b7fd676dd1b613204221f5b5b9
|
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: 4d8d58d72709f44421b2ea4e89cc30be
|
12
12
|
- !ruby/object:Sprout::RemoteFileTarget
|
13
13
|
platform: linux
|
14
|
-
url: http://download.macromedia.com/pub/flashplayer/updaters/10/
|
14
|
+
url: http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_sa_debug.tar.gz
|
15
15
|
archive_path: flash_player_10_linux_dev/standalone/debugger/flashplayer
|
16
|
-
md5:
|
16
|
+
md5: 6cabe6038343374b547043d29de14417
|
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprout-flashplayer-tool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 153
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 10
|
8
|
+
- 53
|
9
|
+
- 1
|
10
|
+
version: 10.53.1
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Adobe, Inc.
|
@@ -9,19 +15,25 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date: 2010-
|
18
|
+
date: 2010-06-11 00:00:00 -07:00
|
13
19
|
default_executable: flashplayer
|
14
20
|
dependencies:
|
15
21
|
- !ruby/object:Gem::Dependency
|
16
22
|
name: sprout
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
20
26
|
requirements:
|
21
27
|
- - ">="
|
22
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 1
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
- 7
|
33
|
+
- 1
|
23
34
|
version: 0.7.1
|
24
|
-
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
25
37
|
description: The Adobe Flash Player Rubygem is brought to you by Project Sprouts (http://www.projectsprouts.org)
|
26
38
|
email: projectsprouts@googlegroups.com
|
27
39
|
executables:
|
@@ -46,21 +58,27 @@ rdoc_options: []
|
|
46
58
|
require_paths:
|
47
59
|
- lib
|
48
60
|
required_ruby_version: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
49
62
|
requirements:
|
50
63
|
- - ">="
|
51
64
|
- !ruby/object:Gem::Version
|
65
|
+
hash: 3
|
66
|
+
segments:
|
67
|
+
- 0
|
52
68
|
version: "0"
|
53
|
-
version:
|
54
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
|
+
none: false
|
55
71
|
requirements:
|
56
72
|
- - ">="
|
57
73
|
- !ruby/object:Gem::Version
|
74
|
+
hash: 3
|
75
|
+
segments:
|
76
|
+
- 0
|
58
77
|
version: "0"
|
59
|
-
version:
|
60
78
|
requirements: []
|
61
79
|
|
62
80
|
rubyforge_project: sprout
|
63
|
-
rubygems_version: 1.3.
|
81
|
+
rubygems_version: 1.3.7
|
64
82
|
signing_key:
|
65
83
|
specification_version: 3
|
66
84
|
summary: Adobe Flash Player
|