sprout-flex3sdk-tool 3.0.0 → 3.0.2

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/bin/adl ADDED
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # Created by Luke Bayes on 2007-4-29.
4
+ # Copyright (c) 2007. All rights reserved.
5
+
6
+ require 'rubygems'
7
+ require 'sprout'
8
+ require 'sprout/flex3sdk/version'
9
+
10
+ exe = Sprout::Sprout.get_executable('sprout-flex3sdk-tool', 'bin/adl', Sprout::Flex3SDK::VERSION::STRING)
11
+ exec("#{exe} #{ARGV.join(' ')}")
data/bin/adt ADDED
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # Created by Luke Bayes on 2007-4-29.
4
+ # Copyright (c) 2007. All rights reserved.
5
+
6
+ require 'rubygems'
7
+ require 'sprout'
8
+ require 'sprout/flex3sdk/version'
9
+
10
+ exe = Sprout::Sprout.get_executable('sprout-flex3sdk-tool', 'bin/adt', Sprout::Flex3SDK::VERSION::STRING)
11
+ exec("#{exe} #{ARGV.join(' ')}")
data/bin/compc CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Created by Luke Bayes on 3007-4-39.
3
+ # Created by Luke Bayes on 2007-04-29.
4
4
  # Copyright (c) 3007. All rights reserved.
5
5
 
6
6
  require 'rubygems'
data/bin/fdb CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Created by Luke Bayes on 3007-4-39.
3
+ # Created by Luke Bayes on 2007-04-29.
4
4
  # Copyright (c) 3007. All rights reserved.
5
5
 
6
6
  require 'rubygems'
data/bin/mxmlc CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Created by Luke Bayes on 3007-4-39.
3
+ # Created by Luke Bayes on 2007-04-29.
4
4
  # Copyright (c) 3007. All rights reserved.
5
5
 
6
6
  require 'rubygems'
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 3
5
5
  MINOR = 0
6
- TINY = 0
6
+ TINY = 2
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
data/rakefile.rb CHANGED
@@ -39,7 +39,7 @@ spec = Gem::Specification.new do |s|
39
39
  s.bindir = 'bin'
40
40
  s.has_rdoc = false
41
41
  s.files = PKG_LIST.to_a
42
- s.executables = ['mxmlc', 'compc', 'asdoc', 'fdb']
42
+ s.executables = ['mxmlc', 'compc', 'asdoc', 'fdb', 'adl', 'adt']
43
43
  s.default_executable = 'mxmlc'
44
44
 
45
45
  s.add_dependency('sprout', '>= 0.7.1')
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.0.0
4
+ version: 3.0.2
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: 2008-02-25 00:00:00 -08:00
12
+ date: 2008-05-16 00:00:00 -07:00
13
13
  default_executable: mxmlc
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -28,6 +28,8 @@ executables:
28
28
  - compc
29
29
  - asdoc
30
30
  - fdb
31
+ - adl
32
+ - adt
31
33
  extensions: []
32
34
 
33
35
  extra_rdoc_files: []
@@ -38,6 +40,8 @@ files:
38
40
  - LICENSE.htm
39
41
  - rakefile.rb
40
42
  - sprout.spec
43
+ - bin/adl
44
+ - bin/adt
41
45
  - bin/asdoc
42
46
  - bin/compc
43
47
  - bin/fdb