sprout-flex4sdk-tool 4.2.12 → 4.2.13
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.
- data/lib/sprout/flex4sdk/version.rb +1 -1
- data/sprout.spec +1 -1
- metadata +26 -8
data/sprout.spec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sprout-flex4sdk-tool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 45
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 4
|
|
8
|
+
- 2
|
|
9
|
+
- 13
|
|
10
|
+
version: 4.2.13
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- Adobe, Inc.
|
|
@@ -14,14 +20,20 @@ default_executable: mxmlc
|
|
|
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 Flex 4 SDK Rubygem is brought to you by Project Sprouts (http://www.projectsprouts.org)
|
|
26
38
|
email: projectsprouts@googlegroups.com
|
|
27
39
|
executables:
|
|
@@ -56,21 +68,27 @@ rdoc_options: []
|
|
|
56
68
|
require_paths:
|
|
57
69
|
- lib
|
|
58
70
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
|
+
none: false
|
|
59
72
|
requirements:
|
|
60
73
|
- - ">="
|
|
61
74
|
- !ruby/object:Gem::Version
|
|
75
|
+
hash: 3
|
|
76
|
+
segments:
|
|
77
|
+
- 0
|
|
62
78
|
version: "0"
|
|
63
|
-
version:
|
|
64
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
|
+
none: false
|
|
65
81
|
requirements:
|
|
66
82
|
- - ">="
|
|
67
83
|
- !ruby/object:Gem::Version
|
|
84
|
+
hash: 3
|
|
85
|
+
segments:
|
|
86
|
+
- 0
|
|
68
87
|
version: "0"
|
|
69
|
-
version:
|
|
70
88
|
requirements: []
|
|
71
89
|
|
|
72
90
|
rubyforge_project: sprout
|
|
73
|
-
rubygems_version: 1.3.
|
|
91
|
+
rubygems_version: 1.3.7
|
|
74
92
|
signing_key:
|
|
75
93
|
specification_version: 3
|
|
76
94
|
summary: Adobe Flex 4 SDK including mxmlc, compc, asdoc and fdb
|