sprout-flex3sdk-tool 3.3.0 → 3.3.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 = 3
5
5
  MINOR = 3
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
@@ -1,4 +1,4 @@
1
1
  - !ruby/object:Sprout::RemoteFileTarget
2
2
  platform: universal
3
3
  url: http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.zip
4
- md5: 34843a888ebd806e0929a59001aa2882
4
+ md5: 66adadbcc4c21fe67972e2f02d389e4e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-flex3sdk-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adobe, Inc.
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-25 00:00:00 -07:00
12
+ date: 2009-10-28 00:00:00 -04:00
13
13
  default_executable: mxmlc
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -36,10 +36,7 @@ extensions: []
36
36
  extra_rdoc_files: []
37
37
 
38
38
  files:
39
- - bin
40
- - lib
41
39
  - LICENSE.htm
42
- - pkg
43
40
  - rakefile.rb
44
41
  - sprout.spec
45
42
  - bin/adl
@@ -48,11 +45,11 @@ files:
48
45
  - bin/compc
49
46
  - bin/fdb
50
47
  - bin/mxmlc
51
- - lib/sprout
52
- - lib/sprout/flex3sdk
53
48
  - lib/sprout/flex3sdk/version.rb
54
- has_rdoc: false
49
+ has_rdoc: true
55
50
  homepage: http://www.adobe.com/products/flex
51
+ licenses: []
52
+
56
53
  post_install_message:
57
54
  rdoc_options: []
58
55
 
@@ -73,9 +70,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
70
  requirements: []
74
71
 
75
72
  rubyforge_project: sprout
76
- rubygems_version: 1.3.1
73
+ rubygems_version: 1.3.5
77
74
  signing_key:
78
- specification_version: 2
75
+ specification_version: 3
79
76
  summary: Adobe Flex 3 SDK including mxmlc, compc, asdoc and fdb
80
77
  test_files: []
81
78