sprout-as2-bundle 0.1.23 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module Sprout
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- TINY = 23
6
+ TINY = 26
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  MAJOR_MINOR = [MAJOR, MINOR].join('.')
@@ -1,14 +1,17 @@
1
1
 
2
2
  ########################################
3
3
  This project was generated using Sprouts
4
- http://code.google.com/p/projectsprouts/
4
+ http://projectsprouts.org
5
5
 
6
6
  Please report any bugs to:
7
- http://code.google.com/p/projectsprouts/issues/list
7
+ http://github.com/lukebayes/project-sprouts/issues
8
8
 
9
9
  Please feel free to ask questions at:
10
10
  http://groups.google.com/group/projectsprouts
11
11
 
12
+ Read the RDOCs at:
13
+ http://projectsprouts.org/rdoc
14
+
12
15
  ########################################
13
16
  Using your favorite terminal, cd to this directory have fun!
14
17
 
@@ -1,18 +1,15 @@
1
- package {
2
- /**
3
- * This file has been automatically created using
4
- * #!/usr/bin/ruby script/generate suite
5
- * If you modify it and run this script, your
6
- * modifications will be lost!
7
- */
1
+ /**
2
+ * This file has been automatically created using
3
+ * #!/usr/bin/ruby asclass -s
4
+ * If you modify it and run this script, your
5
+ * modifications will be lost!
6
+ */
8
7
 
9
- import asunit.framework.TestSuite;<% test_case_classes.each do |test_case| %>
10
- import <%= test_case %>;<% end %>
8
+ import asunit.framework.TestSuite;
11
9
 
12
- public class AllTests extends TestSuite {
10
+ class AllTests extends TestSuite {
13
11
 
14
- public function AllTests() {<% test_case_classes.each do |test_case| %>
15
- addTest(new <%= test_case %>());<% end %>
16
- }
12
+ public function AllTests() {<% test_case_classes.each do |test_case| %>
13
+ addTest(new <%=test_case%>());<% end %>
17
14
  }
18
15
  }
@@ -1,18 +1,15 @@
1
- package {
2
- /**
3
- * This file has been automatically created using
4
- * #!/usr/bin/ruby script/generate suite
5
- * If you modify it and run this script, your
6
- * modifications will be lost!
7
- */
1
+ /**
2
+ * This file has been automatically created using
3
+ * #!/usr/bin/ruby asclass -s
4
+ * If you modify it and run this script, your
5
+ * modifications will be lost!
6
+ */
8
7
 
9
- import asunit.framework.TestSuite;<% test_case_classes.each do |test_case| %>
10
- import <%= test_case %>;<% end %>
8
+ import asunit.framework.TestSuite;
11
9
 
12
- public class AllTests extends TestSuite {
10
+ class AllTests extends TestSuite {
13
11
 
14
- public function AllTests() {<% test_case_classes.each do |test_case| %>
15
- addTest(new <%= test_case %>());<% end %>
16
- }
12
+ public function AllTests() {<% test_case_classes.each do |test_case| %>
13
+ addTest(new <%=test_case%>());<% end %>
17
14
  }
18
15
  }
@@ -155,6 +155,7 @@ EOF
155
155
  end
156
156
 
157
157
  add_param(:pack, :paths) do |p|
158
+ p.delimiter = ' '
158
159
  p.description = "Compile all the files contained in specified package - not recursively (eg to compile files in c:\flash\code\my\app do mtasc -cp c:\flash\code -pack my/app)."
159
160
  end
160
161
 
@@ -6,8 +6,8 @@ def simple=(boolean)
6
6
  end
7
7
 
8
8
  # The input can be one of the following
9
- # * SWFMill XML document: Create and manually manage an input file as described at http://www.swfmill.org
10
- # * Directory: if you point at a directory, this task will automatically include all files found forward of that directory. As it descends into child directories, the items found will be exposed in the library using period delimiters as follows:
9
+ # * SWFMill XML document: Create and manually manage an input file as described at http://www.swfmill.org
10
+ # * Directory: if you point at a directory, this task will automatically include all files found forward of that directory. As it descends into child directories, the items found will be exposed in the library using period delimiters as follows:
11
11
  #
12
12
  # The file:
13
13
  # yourcompany/yourproject/SomeFile.png
@@ -38,8 +38,8 @@ module Sprout
38
38
  p.hidden_name = true
39
39
  p.description =<<EOF
40
40
  The input can be one of the following
41
- * SWFMill XML document: Create and manually manage an input file as described at http://www.swfmill.org
42
- * Directory: if you point at a directory, this task will automatically include all files found forward of that directory. As it descends into child directories, the items found will be exposed in the library using period delimiters as follows:
41
+ * SWFMill XML document: Create and manually manage an input file as described at http://www.swfmill.org
42
+ * Directory: if you point at a directory, this task will automatically include all files found forward of that directory. As it descends into child directories, the items found will be exposed in the library using period delimiters as follows:
43
43
 
44
44
  The file:
45
45
  yourcompany/yourproject/SomeFile.png
data/rakefile.rb CHANGED
@@ -59,7 +59,7 @@ spec = Gem::Specification.new do |s|
59
59
  s.files = PKG_LIST.to_a
60
60
 
61
61
  s.add_dependency('sprout', '>= 0.7.189')
62
- s.add_dependency('sprout-flashplayer-bundle')
62
+ s.add_dependency('sprout-flashplayer-bundle', '>= 10.22.0')
63
63
  end
64
64
 
65
65
  Rake::GemPackageTask.new(spec) do |p|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprout-as2-bundle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pattern Park
@@ -9,7 +9,7 @@ autorequire: sprout/as2
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-19 00:00:00 -07:00
12
+ date: 2009-09-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: "0"
33
+ version: 10.22.0
34
34
  version:
35
35
  description: Code Generation and Rake Tasks for ActionScript 2.0 Development
36
36
  email: projectsprouts@googlegroups.com
@@ -41,30 +41,18 @@ extensions: []
41
41
  extra_rdoc_files:
42
42
  - README
43
43
  files:
44
- - lib
45
- - pkg
46
44
  - rakefile.rb
47
45
  - README
48
- - samples
49
- - test
50
- - lib/sprout
51
- - lib/sprout/as2
52
46
  - lib/sprout/as2/version.rb
53
47
  - lib/sprout/as2.rb
54
48
  - lib/sprout/as2_tasks.rb
55
- - lib/sprout/generators
56
- - lib/sprout/generators/class
57
49
  - lib/sprout/generators/class/class_generator.rb
58
- - lib/sprout/generators/class/templates
59
50
  - lib/sprout/generators/class/templates/Class.as
60
51
  - lib/sprout/generators/class/templates/Component.mxml
61
52
  - lib/sprout/generators/class/templates/TestCase.as
62
53
  - lib/sprout/generators/class/templates/TestSuite.as
63
54
  - lib/sprout/generators/class/USAGE
64
- - lib/sprout/generators/component
65
- - lib/sprout/generators/project
66
55
  - lib/sprout/generators/project/project_generator.rb
67
- - lib/sprout/generators/project/templates
68
56
  - lib/sprout/generators/project/templates/DefaultSkin.as
69
57
  - lib/sprout/generators/project/templates/generate
70
58
  - lib/sprout/generators/project/templates/MainClass.as
@@ -73,18 +61,13 @@ files:
73
61
  - lib/sprout/generators/project/templates/README.txt
74
62
  - lib/sprout/generators/project/templates/SWFMillTemplate.erb
75
63
  - lib/sprout/generators/project/templates/TestRunner.as
76
- - lib/sprout/generators/suite
77
64
  - lib/sprout/generators/suite/suite_generator.rb
78
- - lib/sprout/generators/suite/templates
79
65
  - lib/sprout/generators/suite/templates/TestSuite.as
80
66
  - lib/sprout/generators/suite/USAGE
81
- - lib/sprout/generators/test
82
- - lib/sprout/generators/test/templates
83
67
  - lib/sprout/generators/test/templates/TestCase.as
84
68
  - lib/sprout/generators/test/templates/TestSuite.as
85
69
  - lib/sprout/generators/test/test_generator.rb
86
70
  - lib/sprout/generators/test/USAGE
87
- - lib/sprout/tasks
88
71
  - lib/sprout/tasks/mtasc_documentation.rb
89
72
  - lib/sprout/tasks/mtasc_rdoc.rb
90
73
  - lib/sprout/tasks/mtasc_task.rb
@@ -94,6 +77,8 @@ files:
94
77
  - lib/sprout/tasks/swfmill_task.rb
95
78
  has_rdoc: true
96
79
  homepage: http://www.projectsprouts.org
80
+ licenses: []
81
+
97
82
  post_install_message:
98
83
  rdoc_options:
99
84
  - --main
@@ -123,9 +108,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
108
  requirements: []
124
109
 
125
110
  rubyforge_project: sprout
126
- rubygems_version: 1.2.0
111
+ rubygems_version: 1.3.5
127
112
  signing_key:
128
- specification_version: 2
113
+ specification_version: 3
129
114
  summary: Project and Code Generators for ActionScript 2 Development
130
115
  test_files: []
131
116