sprout 1.1.17.pre → 1.1.18.pre
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sprout might be problematic. Click here for more details.
- data/VERSION +1 -1
- data/doc/Dir.html +313 -0
- data/doc/Rake/Task.html +206 -0
- data/doc/Sprout.html +778 -0
- data/doc/Sprout/ArchiveUnpacker.html +1313 -0
- data/doc/Sprout/CommandLine.html +521 -0
- data/doc/Sprout/Concern.html +382 -0
- data/doc/Sprout/Errors.html +120 -0
- data/doc/Sprout/Errors/ArchiveUnpackerError.html +139 -0
- data/doc/Sprout/Errors/DestinationExistsError.html +143 -0
- data/doc/Sprout/Errors/DuplicateMemberError.html +142 -0
- data/doc/Sprout/Errors/ExecutableError.html +139 -0
- data/doc/Sprout/Errors/ExecutableRegistrationError.html +142 -0
- data/doc/Sprout/Errors/ExecutionError.html +135 -0
- data/doc/Sprout/Errors/GeneratorError.html +139 -0
- data/doc/Sprout/Errors/InvalidArgumentError.html +142 -0
- data/doc/Sprout/Errors/LoadError.html +135 -0
- data/doc/Sprout/Errors/MissingArgumentError.html +142 -0
- data/doc/Sprout/Errors/MissingExecutableError.html +142 -0
- data/doc/Sprout/Errors/MissingGeneratorError.html +142 -0
- data/doc/Sprout/Errors/MissingTemplateError.html +142 -0
- data/doc/Sprout/Errors/ProcessRunnerError.html +135 -0
- data/doc/Sprout/Errors/RemoteFileLoaderError.html +128 -0
- data/doc/Sprout/Errors/SproutError.html +132 -0
- data/doc/Sprout/Errors/UnknownArchiveType.html +136 -0
- data/doc/Sprout/Errors/UsageError.html +135 -0
- data/doc/Sprout/Errors/ValidationError.html +135 -0
- data/doc/Sprout/Errors/VersionRequirementNotMetError.html +135 -0
- data/doc/Sprout/Executable.html +183 -0
- data/doc/Sprout/Executable/Base.html +2986 -0
- data/doc/Sprout/Executable/Boolean.html +577 -0
- data/doc/Sprout/Executable/CollectionParam.html +521 -0
- data/doc/Sprout/Executable/FileParam.html +517 -0
- data/doc/Sprout/Executable/Files.html +311 -0
- data/doc/Sprout/Executable/Number.html +164 -0
- data/doc/Sprout/Executable/Param.html +3011 -0
- data/doc/Sprout/Executable/ParameterFactory.html +262 -0
- data/doc/Sprout/Executable/Path.html +247 -0
- data/doc/Sprout/Executable/Paths.html +268 -0
- data/doc/Sprout/Executable/Session.html +1587 -0
- data/doc/Sprout/Executable/StringParam.html +237 -0
- data/doc/Sprout/Executable/Strings.html +186 -0
- data/doc/Sprout/Executable/Url.html +180 -0
- data/doc/Sprout/Executable/Urls.html +185 -0
- data/doc/Sprout/FileTarget.html +1170 -0
- data/doc/Sprout/Generator.html +800 -0
- data/doc/Sprout/Generator/Base.html +1834 -0
- data/doc/Sprout/Generator/Command.html +716 -0
- data/doc/Sprout/Generator/DirectoryManifest.html +503 -0
- data/doc/Sprout/Generator/FileManifest.html +667 -0
- data/doc/Sprout/Generator/Manifest.html +403 -0
- data/doc/Sprout/Generator/TemplateManifest.html +213 -0
- data/doc/Sprout/GeneratorGenerator.html +990 -0
- data/doc/Sprout/Library.html +1259 -0
- data/doc/Sprout/LibraryGenerator.html +326 -0
- data/doc/Sprout/OutputBuffer.html +461 -0
- data/doc/Sprout/Platform.html +758 -0
- data/doc/Sprout/ProcessRunner.html +1801 -0
- data/doc/Sprout/ProgressBar.html +384 -0
- data/doc/Sprout/ProgressBarImpl.html +2151 -0
- data/doc/Sprout/ProgressBarManager.html +443 -0
- data/doc/Sprout/ProgressBarOutputStream.html +429 -0
- data/doc/Sprout/RDocParser.html +228 -0
- data/doc/Sprout/RemoteFileLoader.html +191 -0
- data/doc/Sprout/RemoteFileTarget.html +710 -0
- data/doc/Sprout/ReversedProgressBar.html +200 -0
- data/doc/Sprout/RubyFeature.html +176 -0
- data/doc/Sprout/RubyFeature/ClassMethods.html +1099 -0
- data/doc/Sprout/RubyGenerator.html +712 -0
- data/doc/Sprout/Specification.html +838 -0
- data/doc/Sprout/System.html +212 -0
- data/doc/Sprout/System/BaseSystem.html +1732 -0
- data/doc/Sprout/System/JavaSystem.html +137 -0
- data/doc/Sprout/System/OSXSystem.html +345 -0
- data/doc/Sprout/System/ThreadMock.html +201 -0
- data/doc/Sprout/System/UnixSystem.html +610 -0
- data/doc/Sprout/System/VistaSystem.html +263 -0
- data/doc/Sprout/System/WinNixSystem.html +340 -0
- data/doc/Sprout/System/WinSystem.html +590 -0
- data/doc/Sprout/TestHelper.html +2280 -0
- data/doc/Sprout/ToolGenerator.html +995 -0
- data/doc/Sprout/VERSION.html +135 -0
- data/doc/String.html +313 -0
- data/doc/_index.html +829 -0
- data/doc/class_list.html +47 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +55 -0
- data/doc/css/style.css +322 -0
- data/doc/file.README.html +109 -0
- data/doc/file_list.html +49 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +109 -0
- data/doc/js/app.js +205 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +16 -0
- data/doc/method_list.html +3622 -0
- data/doc/top-level-namespace.html +220 -0
- data/lib/sprout/generators/generator/generator_generator.rb +3 -3
- data/lib/sprout/generators/generator/templates/{generator_class.rb → generator_class.erb} +0 -0
- data/lib/sprout/generators/generator/templates/{generator_test.rb → generator_test.erb} +0 -0
- data/lib/sprout/generators/generator/templates/{generator_test_helper.rb → generator_test_helper.erb} +0 -0
- data/lib/sprout/generators/library/library_generator.rb +1 -1
- data/lib/sprout/generators/library/templates/{library.rb → library.erb} +0 -0
- data/lib/sprout/generators/ruby/ruby_generator.rb +4 -5
- data/lib/sprout/generators/ruby/templates/{ruby_base.rb → ruby_base.erb} +0 -0
- data/lib/sprout/generators/ruby/templates/{ruby_input.rb → ruby_input.erb} +0 -0
- data/lib/sprout/generators/ruby/templates/{ruby_test_case.rb → ruby_test_case.erb} +0 -0
- data/lib/sprout/generators/ruby/templates/{ruby_test_helper.rb → ruby_test_helper.erb} +0 -0
- data/lib/sprout/generators/tool/templates/{tool.rb → tool.erb} +0 -2
- data/lib/sprout/generators/tool/tool_generator.rb +1 -1
- metadata +128 -32
@@ -0,0 +1,220 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Sprouts v.1.0.34.pre
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
relpath = '';
|
19
|
+
if (relpath != '') relpath += '/';
|
20
|
+
</script>
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<script type="text/javascript" charset="utf-8">
|
30
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
+
</script>
|
32
|
+
|
33
|
+
<div id="header">
|
34
|
+
<div id="menu">
|
35
|
+
|
36
|
+
<a href="_index.html">Index</a> »
|
37
|
+
|
38
|
+
|
39
|
+
<span class="title">Top Level Namespace</span>
|
40
|
+
|
41
|
+
|
42
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
|
+
</div>
|
44
|
+
|
45
|
+
<div id="search">
|
46
|
+
|
47
|
+
<a id="class_list_link" href="#">Class List</a>
|
48
|
+
|
49
|
+
<a id="method_list_link" href="#">Method List</a>
|
50
|
+
|
51
|
+
<a id="file_list_link" href="#">File List</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1>Top Level Namespace
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</h1>
|
64
|
+
|
65
|
+
<dl class="box">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
<div class="clear"></div>
|
76
|
+
|
77
|
+
<h2>Defined Under Namespace</h2>
|
78
|
+
<p class="children">
|
79
|
+
|
80
|
+
|
81
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Sprout.html" title="Sprout (module)">Sprout</a></span>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Dir.html" title="Dir (class)">Dir</a></span>, <span class='object_link'><a href="String.html" title="String (class)">String</a></span>
|
86
|
+
|
87
|
+
|
88
|
+
</p>
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
<h2>
|
98
|
+
Instance Method Summary
|
99
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
100
|
+
</h2>
|
101
|
+
|
102
|
+
<ul class="summary">
|
103
|
+
|
104
|
+
<li class="public ">
|
105
|
+
<span class="summary_signature">
|
106
|
+
|
107
|
+
<a href="#library-instance_method" title="#library (instance method)">- (Object) <strong>library</strong>(pkg_name, name = nil, version = nil) </a>
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
</span>
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
<span class="summary_desc"><div class='inline'><p>
|
121
|
+
From within a Rakefile, you can load libraries by calling this method:.
|
122
|
+
</p>
|
123
|
+
</div></span>
|
124
|
+
|
125
|
+
</li>
|
126
|
+
|
127
|
+
|
128
|
+
</ul>
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
<div id="instance_method_details" class="method_details_list">
|
134
|
+
<h2>Instance Method Details</h2>
|
135
|
+
|
136
|
+
|
137
|
+
<div class="method_details first">
|
138
|
+
<p class="signature first" id="library-instance_method">
|
139
|
+
|
140
|
+
- (<tt>Object</tt>) <strong>library</strong>(pkg_name, name = nil, version = nil)
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
</p><div class="docstring">
|
145
|
+
<div class="discussion">
|
146
|
+
<p>
|
147
|
+
From within a Rakefile, you can load libraries by calling this method:
|
148
|
+
</p>
|
149
|
+
<pre class="code ruby"><code>
|
150
|
+
<span class='id identifier rubyid_library'>library</span> <span class='symbol'>:asunit4</span>
|
151
|
+
</code></pre>
|
152
|
+
<p>
|
153
|
+
Or, if you would like to specify which registered library to pull from the
|
154
|
+
identified package (by name):
|
155
|
+
</p>
|
156
|
+
<pre class="code ruby"><code>
|
157
|
+
<span class='id identifier rubyid_library'>library</span> <span class='symbol'>:asunit4</span><span class='comma'>,</span> <span class='symbol'>:src</span>
|
158
|
+
</code></pre>
|
159
|
+
<p>
|
160
|
+
Or, if you’d like to specify version requirements:
|
161
|
+
</p>
|
162
|
+
<pre class="code ruby"><code>
|
163
|
+
<span class='id identifier rubyid_library'>library</span> <span class='symbol'>:asunit4</span><span class='comma'>,</span> <span class='symbol'>:swc</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>>= 4.2.pre</span><span class='tstring_end'>'</span></span>
|
164
|
+
</code></pre>
|
165
|
+
<p>
|
166
|
+
It’s important to note that libraries must also be defined in your
|
167
|
+
Gemfile like:
|
168
|
+
</p>
|
169
|
+
<pre class="code ruby"><code>
|
170
|
+
<span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>asunit4</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>>= 4.2.pre</span><span class='tstring_end'>"</span></span>
|
171
|
+
</code></pre>
|
172
|
+
<p>
|
173
|
+
Libraries are generally then added to compiler tasks as Rake dependencies
|
174
|
+
like:
|
175
|
+
</p>
|
176
|
+
<pre class="code ruby"><code>
|
177
|
+
<span class='id identifier rubyid_mxmlc'>mxmlc</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>bin/SomeRunner.swf</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='lbracket'>[</span><span class='symbol'>:asunit4</span><span class='rbracket'>]</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_t'>t</span><span class='op'>|</span>
|
178
|
+
<span class='id identifier rubyid_t'>t</span><span class='period'>.</span><span class='id identifier rubyid_input'>input</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>src/SomeRunner.as</span><span class='tstring_end'>'</span></span>
|
179
|
+
<span class='id identifier rubyid_t'>t</span><span class='period'>.</span><span class='id identifier rubyid_source_path'>source_path</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>test</span><span class='tstring_end'>'</span></span>
|
180
|
+
<span class='kw'>end</span></code></pre>
|
181
|
+
|
182
|
+
|
183
|
+
</div>
|
184
|
+
</div>
|
185
|
+
<div class="tags">
|
186
|
+
|
187
|
+
|
188
|
+
</div><table class="source_code">
|
189
|
+
<tr>
|
190
|
+
<td>
|
191
|
+
<pre class="lines">
|
192
|
+
|
193
|
+
|
194
|
+
293
|
195
|
+
294
|
196
|
+
295</pre>
|
197
|
+
</td>
|
198
|
+
<td>
|
199
|
+
<pre class="code"><span class="info file"># File 'lib/sprout/library.rb', line 293</span>
|
200
|
+
|
201
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_library'>library</span> <span class='id identifier rubyid_pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span><span class='op'>=</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_version'>version</span><span class='op'>=</span><span class='kw'>nil</span>
|
202
|
+
<span class='const'>Sprout</span><span class='op'>::</span><span class='const'>Library</span><span class='period'>.</span><span class='id identifier rubyid_define_task'>define_task</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_pkg_name'>pkg_name</span><span class='comma'>,</span> <span class='id identifier rubyid_version'>version</span>
|
203
|
+
<span class='kw'>end</span></pre>
|
204
|
+
</td>
|
205
|
+
</tr>
|
206
|
+
</table>
|
207
|
+
</div>
|
208
|
+
|
209
|
+
</div>
|
210
|
+
|
211
|
+
</div>
|
212
|
+
|
213
|
+
<div id="footer">
|
214
|
+
Generated on Sun Mar 11 14:30:35 2012 by
|
215
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
216
|
+
0.7.5 (ruby-1.9.2).
|
217
|
+
</div>
|
218
|
+
|
219
|
+
</body>
|
220
|
+
</html>
|
@@ -57,7 +57,7 @@ module Sprout
|
|
57
57
|
#We need to add a folder with the same name as the module to be used in order to faux namespace our generators to avoid collisions from super classes
|
58
58
|
directory namespace do
|
59
59
|
directory generators do
|
60
|
-
template "#{input.snake_case}_generator.rb", "generator_class.
|
60
|
+
template "#{input.snake_case}_generator.rb", "generator_class.erb"
|
61
61
|
directory "templates" do
|
62
62
|
template "#{input.camel_case}#{extension}", "generator_template"
|
63
63
|
end
|
@@ -67,8 +67,8 @@ module Sprout
|
|
67
67
|
|
68
68
|
directory test do
|
69
69
|
directory unit do
|
70
|
-
template "#{input.snake_case}_generator_test.rb", "generator_test.
|
71
|
-
template "test_helper.rb", "generator_test_helper.
|
70
|
+
template "#{input.snake_case}_generator_test.rb", "generator_test.erb"
|
71
|
+
template "test_helper.rb", "generator_test_helper.erb"
|
72
72
|
end
|
73
73
|
directory fixtures do
|
74
74
|
directory "generators"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -40,17 +40,17 @@ module Sprout
|
|
40
40
|
template "#{input.snake_case}.gemspec", 'ruby_gemspec'
|
41
41
|
|
42
42
|
directory lib do
|
43
|
-
template "#{snake}.rb", 'ruby_input.
|
43
|
+
template "#{snake}.rb", 'ruby_input.erb'
|
44
44
|
directory snake do
|
45
|
-
template 'base.rb', 'ruby_base.
|
45
|
+
template 'base.rb', 'ruby_base.erb'
|
46
46
|
end
|
47
47
|
end
|
48
48
|
|
49
49
|
directory test do
|
50
50
|
directory fixtures
|
51
51
|
directory unit do
|
52
|
-
template "#{input.snake_case}_test.rb", 'ruby_test_case.
|
53
|
-
template 'test_helper.rb', 'ruby_test_helper.
|
52
|
+
template "#{input.snake_case}_test.rb", 'ruby_test_case.erb'
|
53
|
+
template 'test_helper.rb', 'ruby_test_helper.erb'
|
54
54
|
end
|
55
55
|
end
|
56
56
|
|
@@ -61,4 +61,3 @@ module Sprout
|
|
61
61
|
end
|
62
62
|
end
|
63
63
|
end
|
64
|
-
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.18.pre
|
5
5
|
prerelease: 7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-03-11 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
16
|
-
requirement: &
|
16
|
+
requirement: &70096442452060 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 0.9.19
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70096442452060
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: rake
|
27
|
-
requirement: &
|
27
|
+
requirement: &70096442450460 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 0.9.2
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70096442450460
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rubyzip
|
38
|
-
requirement: &
|
38
|
+
requirement: &70096442448960 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - =
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 0.9.4
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70096442448960
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: archive-tar-minitar
|
49
|
-
requirement: &
|
49
|
+
requirement: &70096442447460 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - =
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: 0.5.2
|
55
55
|
type: :runtime
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70096442447460
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: open4
|
60
|
-
requirement: &
|
60
|
+
requirement: &70096442446120 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: 0.9.6
|
66
66
|
type: :runtime
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70096442446120
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: yard
|
71
|
-
requirement: &
|
71
|
+
requirement: &70096442294320 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ! '>='
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: '0'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *70096442294320
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: shoulda
|
82
|
-
requirement: &
|
82
|
+
requirement: &70096442293100 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ! '>='
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: '0'
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *70096442293100
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: mocha
|
93
|
-
requirement: &
|
93
|
+
requirement: &70096442292040 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ! '>='
|
@@ -98,10 +98,10 @@ dependencies:
|
|
98
98
|
version: '0'
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *70096442292040
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: flay
|
104
|
-
requirement: &
|
104
|
+
requirement: &70096442290840 !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
107
|
- - ! '>='
|
@@ -109,10 +109,10 @@ dependencies:
|
|
109
109
|
version: '0'
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
|
-
version_requirements: *
|
112
|
+
version_requirements: *70096442290840
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: flog
|
115
|
-
requirement: &
|
115
|
+
requirement: &70096442289660 !ruby/object:Gem::Requirement
|
116
116
|
none: false
|
117
117
|
requirements:
|
118
118
|
- - ! '>='
|
@@ -120,10 +120,10 @@ dependencies:
|
|
120
120
|
version: '0'
|
121
121
|
type: :development
|
122
122
|
prerelease: false
|
123
|
-
version_requirements: *
|
123
|
+
version_requirements: *70096442289660
|
124
124
|
- !ruby/object:Gem::Dependency
|
125
125
|
name: heckle
|
126
|
-
requirement: &
|
126
|
+
requirement: &70096442287680 !ruby/object:Gem::Requirement
|
127
127
|
none: false
|
128
128
|
requirements:
|
129
129
|
- - ! '>='
|
@@ -131,7 +131,7 @@ dependencies:
|
|
131
131
|
version: '0'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
|
-
version_requirements: *
|
134
|
+
version_requirements: *70096442287680
|
135
135
|
description: Project Sprouts gives you access to beautiful generators and easily customized
|
136
136
|
templates, automated build scripts, distributed libraries and simple system configuration
|
137
137
|
email: projectsprouts@googlegroups.com
|
@@ -153,6 +153,102 @@ files:
|
|
153
153
|
- bin/sprout-suite
|
154
154
|
- bin/sprout-test
|
155
155
|
- bin/sprout-tool
|
156
|
+
- doc/_index.html
|
157
|
+
- doc/class_list.html
|
158
|
+
- doc/css/common.css
|
159
|
+
- doc/css/full_list.css
|
160
|
+
- doc/css/style.css
|
161
|
+
- doc/Dir.html
|
162
|
+
- doc/file.README.html
|
163
|
+
- doc/file_list.html
|
164
|
+
- doc/frames.html
|
165
|
+
- doc/index.html
|
166
|
+
- doc/js/app.js
|
167
|
+
- doc/js/full_list.js
|
168
|
+
- doc/js/jquery.js
|
169
|
+
- doc/method_list.html
|
170
|
+
- doc/Rake/Task.html
|
171
|
+
- doc/Sprout/ArchiveUnpacker.html
|
172
|
+
- doc/Sprout/CommandLine.html
|
173
|
+
- doc/Sprout/Concern.html
|
174
|
+
- doc/Sprout/Errors/ArchiveUnpackerError.html
|
175
|
+
- doc/Sprout/Errors/DestinationExistsError.html
|
176
|
+
- doc/Sprout/Errors/DuplicateMemberError.html
|
177
|
+
- doc/Sprout/Errors/ExecutableError.html
|
178
|
+
- doc/Sprout/Errors/ExecutableRegistrationError.html
|
179
|
+
- doc/Sprout/Errors/ExecutionError.html
|
180
|
+
- doc/Sprout/Errors/GeneratorError.html
|
181
|
+
- doc/Sprout/Errors/InvalidArgumentError.html
|
182
|
+
- doc/Sprout/Errors/LoadError.html
|
183
|
+
- doc/Sprout/Errors/MissingArgumentError.html
|
184
|
+
- doc/Sprout/Errors/MissingExecutableError.html
|
185
|
+
- doc/Sprout/Errors/MissingGeneratorError.html
|
186
|
+
- doc/Sprout/Errors/MissingTemplateError.html
|
187
|
+
- doc/Sprout/Errors/ProcessRunnerError.html
|
188
|
+
- doc/Sprout/Errors/RemoteFileLoaderError.html
|
189
|
+
- doc/Sprout/Errors/SproutError.html
|
190
|
+
- doc/Sprout/Errors/UnknownArchiveType.html
|
191
|
+
- doc/Sprout/Errors/UsageError.html
|
192
|
+
- doc/Sprout/Errors/ValidationError.html
|
193
|
+
- doc/Sprout/Errors/VersionRequirementNotMetError.html
|
194
|
+
- doc/Sprout/Errors.html
|
195
|
+
- doc/Sprout/Executable/Base.html
|
196
|
+
- doc/Sprout/Executable/Boolean.html
|
197
|
+
- doc/Sprout/Executable/CollectionParam.html
|
198
|
+
- doc/Sprout/Executable/FileParam.html
|
199
|
+
- doc/Sprout/Executable/Files.html
|
200
|
+
- doc/Sprout/Executable/Number.html
|
201
|
+
- doc/Sprout/Executable/Param.html
|
202
|
+
- doc/Sprout/Executable/ParameterFactory.html
|
203
|
+
- doc/Sprout/Executable/Path.html
|
204
|
+
- doc/Sprout/Executable/Paths.html
|
205
|
+
- doc/Sprout/Executable/Session.html
|
206
|
+
- doc/Sprout/Executable/StringParam.html
|
207
|
+
- doc/Sprout/Executable/Strings.html
|
208
|
+
- doc/Sprout/Executable/Url.html
|
209
|
+
- doc/Sprout/Executable/Urls.html
|
210
|
+
- doc/Sprout/Executable.html
|
211
|
+
- doc/Sprout/FileTarget.html
|
212
|
+
- doc/Sprout/Generator/Base.html
|
213
|
+
- doc/Sprout/Generator/Command.html
|
214
|
+
- doc/Sprout/Generator/DirectoryManifest.html
|
215
|
+
- doc/Sprout/Generator/FileManifest.html
|
216
|
+
- doc/Sprout/Generator/Manifest.html
|
217
|
+
- doc/Sprout/Generator/TemplateManifest.html
|
218
|
+
- doc/Sprout/Generator.html
|
219
|
+
- doc/Sprout/GeneratorGenerator.html
|
220
|
+
- doc/Sprout/Library.html
|
221
|
+
- doc/Sprout/LibraryGenerator.html
|
222
|
+
- doc/Sprout/OutputBuffer.html
|
223
|
+
- doc/Sprout/Platform.html
|
224
|
+
- doc/Sprout/ProcessRunner.html
|
225
|
+
- doc/Sprout/ProgressBar.html
|
226
|
+
- doc/Sprout/ProgressBarImpl.html
|
227
|
+
- doc/Sprout/ProgressBarManager.html
|
228
|
+
- doc/Sprout/ProgressBarOutputStream.html
|
229
|
+
- doc/Sprout/RDocParser.html
|
230
|
+
- doc/Sprout/RemoteFileLoader.html
|
231
|
+
- doc/Sprout/RemoteFileTarget.html
|
232
|
+
- doc/Sprout/ReversedProgressBar.html
|
233
|
+
- doc/Sprout/RubyFeature/ClassMethods.html
|
234
|
+
- doc/Sprout/RubyFeature.html
|
235
|
+
- doc/Sprout/RubyGenerator.html
|
236
|
+
- doc/Sprout/Specification.html
|
237
|
+
- doc/Sprout/System/BaseSystem.html
|
238
|
+
- doc/Sprout/System/JavaSystem.html
|
239
|
+
- doc/Sprout/System/OSXSystem.html
|
240
|
+
- doc/Sprout/System/ThreadMock.html
|
241
|
+
- doc/Sprout/System/UnixSystem.html
|
242
|
+
- doc/Sprout/System/VistaSystem.html
|
243
|
+
- doc/Sprout/System/WinNixSystem.html
|
244
|
+
- doc/Sprout/System/WinSystem.html
|
245
|
+
- doc/Sprout/System.html
|
246
|
+
- doc/Sprout/TestHelper.html
|
247
|
+
- doc/Sprout/ToolGenerator.html
|
248
|
+
- doc/Sprout/VERSION.html
|
249
|
+
- doc/Sprout.html
|
250
|
+
- doc/String.html
|
251
|
+
- doc/top-level-namespace.html
|
156
252
|
- Gemfile
|
157
253
|
- Gemfile.lock
|
158
254
|
- lib/sprout/archive_unpacker.rb
|
@@ -185,27 +281,27 @@ files:
|
|
185
281
|
- lib/sprout/generator/template_manifest.rb
|
186
282
|
- lib/sprout/generator.rb
|
187
283
|
- lib/sprout/generators/generator/generator_generator.rb
|
188
|
-
- lib/sprout/generators/generator/templates/generator_class.
|
284
|
+
- lib/sprout/generators/generator/templates/generator_class.erb
|
189
285
|
- lib/sprout/generators/generator/templates/generator_executable
|
190
286
|
- lib/sprout/generators/generator/templates/generator_gemfile
|
191
287
|
- lib/sprout/generators/generator/templates/generator_template
|
192
|
-
- lib/sprout/generators/generator/templates/generator_test.
|
193
|
-
- lib/sprout/generators/generator/templates/generator_test_helper.
|
288
|
+
- lib/sprout/generators/generator/templates/generator_test.erb
|
289
|
+
- lib/sprout/generators/generator/templates/generator_test_helper.erb
|
194
290
|
- lib/sprout/generators/library/library_generator.rb
|
291
|
+
- lib/sprout/generators/library/templates/library.erb
|
195
292
|
- lib/sprout/generators/library/templates/library.gemspec
|
196
|
-
- lib/sprout/generators/library/templates/library.rb
|
197
293
|
- lib/sprout/generators/ruby/ruby_generator.rb
|
198
|
-
- lib/sprout/generators/ruby/templates/ruby_base.
|
294
|
+
- lib/sprout/generators/ruby/templates/ruby_base.erb
|
199
295
|
- lib/sprout/generators/ruby/templates/ruby_executable
|
200
296
|
- lib/sprout/generators/ruby/templates/ruby_gemfile
|
201
297
|
- lib/sprout/generators/ruby/templates/ruby_gemspec
|
202
|
-
- lib/sprout/generators/ruby/templates/ruby_input.
|
298
|
+
- lib/sprout/generators/ruby/templates/ruby_input.erb
|
203
299
|
- lib/sprout/generators/ruby/templates/ruby_rakefile
|
204
|
-
- lib/sprout/generators/ruby/templates/ruby_test_case.
|
205
|
-
- lib/sprout/generators/ruby/templates/ruby_test_helper.
|
300
|
+
- lib/sprout/generators/ruby/templates/ruby_test_case.erb
|
301
|
+
- lib/sprout/generators/ruby/templates/ruby_test_helper.erb
|
206
302
|
- lib/sprout/generators/tool/templates/Gemfile
|
303
|
+
- lib/sprout/generators/tool/templates/tool.erb
|
207
304
|
- lib/sprout/generators/tool/templates/tool.gemspec
|
208
|
-
- lib/sprout/generators/tool/templates/tool.rb
|
209
305
|
- lib/sprout/generators/tool/tool_generator.rb
|
210
306
|
- lib/sprout/library.rb
|
211
307
|
- lib/sprout/output_buffer.rb
|