BuildMaster 0.5.0

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.
@@ -0,0 +1,10 @@
1
+ $:.unshift(File.dirname(__FILE__))
2
+ require 'test/unit'
3
+
4
+ require 'buildmaster/tc_ant_client'
5
+ require 'buildmaster/tc_cvs_client'
6
+ require 'buildmaster/tc_release_control'
7
+ require 'buildmaster/tc_site'
8
+ require 'buildmaster/tc_svn_driver'
9
+ require 'buildmaster/tc_template_runner'
10
+ require 'buildmaster/tc_xtemplate'
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.10
3
+ specification_version: 1
4
+ name: BuildMaster
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.0
7
+ date: 2006-06-02
8
+ summary: "A project that hosts a series of scripts to be used in project building, project
9
+ releasing, and site building."
10
+ require_paths:
11
+ - lib
12
+ email: buildmaster@googlegroups.com
13
+ homepage: http://buildmaster.rubyforge.org/
14
+ rubyforge_project:
15
+ description:
16
+ autorequire: buildmaster
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ -
23
+ - ">"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.0.0
26
+ version:
27
+ platform: ruby
28
+ authors:
29
+ - Shane
30
+ files:
31
+ - lib/buildmaster
32
+ - lib/buildmaster.rb
33
+ - lib/mock
34
+ - lib/mock.rb
35
+ - lib/buildmaster/ant_client.rb
36
+ - lib/buildmaster/build_file.rb
37
+ - lib/buildmaster/cvs_client.rb
38
+ - lib/buildmaster/file_processor.rb
39
+ - lib/buildmaster/release_control.rb
40
+ - lib/buildmaster/run_ant.rb
41
+ - lib/buildmaster/shell_command.rb
42
+ - lib/buildmaster/site.rb
43
+ - lib/buildmaster/source_file_handler.rb
44
+ - lib/buildmaster/svn_driver.rb
45
+ - lib/buildmaster/template_runner.rb
46
+ - lib/buildmaster/try.rb
47
+ - lib/buildmaster/xtemplate.rb
48
+ - lib/mock/mock_base.rb
49
+ - test/buildmaster
50
+ - test/ts_buildmaster.rb
51
+ - test/buildmaster/build.xml
52
+ - test/buildmaster/content
53
+ - test/buildmaster/tc_ant_client.rb
54
+ - test/buildmaster/tc_cvs_client.rb
55
+ - test/buildmaster/tc_release_control.rb
56
+ - test/buildmaster/tc_site.rb
57
+ - test/buildmaster/tc_svn_driver.rb
58
+ - test/buildmaster/tc_template_runner.rb
59
+ - test/buildmaster/tc_xtemplate.rb
60
+ - test/buildmaster/template.xhtml
61
+ - test/buildmaster/content/index.html
62
+ - README
63
+ test_files:
64
+ - test/ts_buildmaster.rb
65
+ rdoc_options: []
66
+ extra_rdoc_files:
67
+ - README
68
+ executables: []
69
+ extensions: []
70
+ requirements: []
71
+ dependencies:
72
+ - !ruby/object:Gem::Dependency
73
+ name: RedCloth
74
+ version_requirement:
75
+ version_requirements: !ruby/object:Gem::Version::Requirement
76
+ requirements:
77
+ -
78
+ - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 3.0.4
81
+ version: