fake 1.40.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +87 -0
  2. data/docs/Fake.Git/Branches.htm +266 -0
  3. data/docs/Fake.Git/CommandHelper.htm +195 -0
  4. data/docs/Fake.Git/CommitMessage.htm +108 -0
  5. data/docs/Fake.Git/FileStatus.htm +291 -0
  6. data/docs/Fake.Git/Information.htm +148 -0
  7. data/docs/Fake.Git/Merge.htm +100 -0
  8. data/docs/Fake.Git/MergeType.htm +224 -0
  9. data/docs/Fake.Git/Repository.htm +108 -0
  10. data/docs/Fake.Git/Reset.htm +140 -0
  11. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
  12. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
  13. data/docs/Fake.Git/SHA1.htm +116 -0
  14. data/docs/Fake.Git/SanityChecks.htm +132 -0
  15. data/docs/Fake.Git/Staging.htm +134 -0
  16. data/docs/Fake.Git/Submodule.htm +197 -0
  17. data/docs/Fake.Git/Tags.htm +169 -0
  18. data/docs/Fake.Git/index.htm +99 -0
  19. data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
  20. data/docs/Fake.MSBuild/index.htm +51 -0
  21. data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
  22. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
  23. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
  24. data/docs/Fake.SQL/ServerInfo.htm +91 -0
  25. data/docs/Fake.SQL/SqlServer.htm +251 -0
  26. data/docs/Fake.SQL/index.htm +63 -0
  27. data/docs/Fake/AssemblyInfoHelper.htm +210 -0
  28. data/docs/Fake/AssemblyInfoParams.htm +305 -0
  29. data/docs/Fake/AsyncHelper.htm +192 -0
  30. data/docs/Fake/Build.htm +225 -0
  31. data/docs/Fake/BuildConfiguration.htm +232 -0
  32. data/docs/Fake/BuildError.htm +224 -0
  33. data/docs/Fake/BuildServer.htm +290 -0
  34. data/docs/Fake/BuildServerHelper.htm +225 -0
  35. data/docs/Fake/CacheHelper.htm +192 -0
  36. data/docs/Fake/CodeLanguage.htm +290 -0
  37. data/docs/Fake/DocuHelper.htm +202 -0
  38. data/docs/Fake/DocuParams.htm +225 -0
  39. data/docs/Fake/EnvironmentHelper.htm +268 -0
  40. data/docs/Fake/Event.htm +192 -0
  41. data/docs/Fake/ExecParams.htm +225 -0
  42. data/docs/Fake/FSIHelper.htm +202 -0
  43. data/docs/Fake/FileHelper.htm +458 -0
  44. data/docs/Fake/FileIncludes.htm +220 -0
  45. data/docs/Fake/FileSetHelper.htm +373 -0
  46. data/docs/Fake/FileSystemHelper.htm +250 -0
  47. data/docs/Fake/FxCopErrorLevel.htm +298 -0
  48. data/docs/Fake/FxCopHelper.htm +210 -0
  49. data/docs/Fake/FxCopParams.htm +292 -0
  50. data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
  51. data/docs/Fake/ILMergeHelper.htm +202 -0
  52. data/docs/Fake/ILMergeParams.htm +217 -0
  53. data/docs/Fake/MSBuildHelper.htm +263 -0
  54. data/docs/Fake/MailBoxHelper.htm +220 -0
  55. data/docs/Fake/Message.htm +230 -0
  56. data/docs/Fake/MessageHelper.htm +202 -0
  57. data/docs/Fake/NCoverHelper.htm +202 -0
  58. data/docs/Fake/NCoverParams.htm +230 -0
  59. data/docs/Fake/NUnitHelper.htm +215 -0
  60. data/docs/Fake/NUnitParams.htm +265 -0
  61. data/docs/Fake/PostMethod.htm +264 -0
  62. data/docs/Fake/ProcessHelper.htm +333 -0
  63. data/docs/Fake/Project.htm +227 -0
  64. data/docs/Fake/REST.htm +218 -0
  65. data/docs/Fake/RegexEntry.htm +220 -0
  66. data/docs/Fake/RegistryBaseKey.htm +368 -0
  67. data/docs/Fake/RegistryHelper.htm +208 -0
  68. data/docs/Fake/StringHelper.htm +458 -0
  69. data/docs/Fake/Tags.htm +393 -0
  70. data/docs/Fake/TargetHelper.htm +379 -0
  71. data/docs/Fake/TargetTemplate`1.htm +199 -0
  72. data/docs/Fake/TeamCityHelper.htm +344 -0
  73. data/docs/Fake/TeamCityRESTHelper.htm +232 -0
  74. data/docs/Fake/TemplateHelper.htm +218 -0
  75. data/docs/Fake/TestCase.htm +245 -0
  76. data/docs/Fake/TestSuite.htm +260 -0
  77. data/docs/Fake/TimeoutHelper.htm +192 -0
  78. data/docs/Fake/TraceHelper.htm +417 -0
  79. data/docs/Fake/TraceMessage.htm +272 -0
  80. data/docs/Fake/TraceMode.htm +264 -0
  81. data/docs/Fake/VCSRoot.htm +225 -0
  82. data/docs/Fake/VSSHelper.htm +200 -0
  83. data/docs/Fake/WiXHelper.htm +255 -0
  84. data/docs/Fake/WiXParams.htm +215 -0
  85. data/docs/Fake/XCopyHelper.htm +197 -0
  86. data/docs/Fake/XMLHelper.htm +321 -0
  87. data/docs/Fake/XUnitHelper.htm +202 -0
  88. data/docs/Fake/XUnitParams.htm +255 -0
  89. data/docs/Fake/ZipHelper.htm +241 -0
  90. data/docs/Fake/index.htm +237 -0
  91. data/docs/FakeLib/AssemblyInfo.htm +59 -0
  92. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
  93. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
  94. data/docs/FakeLib/index.htm +57 -0
  95. data/docs/index.htm +29 -0
  96. data/docs/js/jquery-1.3.2.min.js +19 -0
  97. data/docs/js/jquery.scrollTo-min.js +11 -0
  98. data/docs/js/navigation.js +11 -0
  99. data/docs/main.css +208 -0
  100. data/lib/DocuLicense.txt +10 -0
  101. data/lib/FAKE.exe +0 -0
  102. data/lib/FAKE.exe.config +8 -0
  103. data/lib/FSharp.Core.dll +0 -0
  104. data/lib/FSharp.Core.xml +9219 -0
  105. data/lib/Fake.Git.XML +438 -0
  106. data/lib/Fake.Git.dll +0 -0
  107. data/lib/Fake.SQL.XML +138 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +2324 -0
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/ICSharpCode.SharpZipLib.dll +0 -0
  112. data/lib/License.txt +54 -0
  113. data/lib/docu.exe +0 -0
  114. data/lib/readme.txt +65 -0
  115. metadata +181 -0
Binary file
@@ -0,0 +1,54 @@
1
+ Copyright (c) 2008 "FAKE - F# Make" Project
2
+ Portions Copyright (c) 2010 Steffen Forkmann
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in
12
+ all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
22
+ *****************************
23
+ Some parts licensed under MS-PL
24
+ *****************************
25
+
26
+ This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
27
+
28
+ 1. Definitions
29
+
30
+ The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
31
+
32
+ A "contribution" is the original software, or any additions or changes to the software.
33
+
34
+ A "contributor" is any person that distributes its contribution under this license.
35
+
36
+ "Licensed patents" are a contributor's patent claims that read directly on its contribution.
37
+
38
+ 2. Grant of Rights
39
+
40
+ (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
41
+
42
+ (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
43
+
44
+ 3. Conditions and Limitations
45
+
46
+ (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
47
+
48
+ (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
49
+
50
+ (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
51
+
52
+ (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
53
+
54
+ (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Binary file
@@ -0,0 +1,65 @@
1
+ What is "FAKE - F# Make"?
2
+
3
+ The Google group can be found at http://groups.google.com/group/fsharpMake.
4
+ More information on http://bitbucket.org/forki/fake/wiki/Home.
5
+
6
+ Modern build automation systems are not limited to simply recompile programs
7
+ if source code has changed. They are supposed to get the latest sources from
8
+ a source code management system, build test databases, run automatic tests,
9
+ check guidelines, create documentation files, install setup projects
10
+ and much more. Some companies are even deploying virtual machines,
11
+ which are created during a nightly build process. In order to simplify the
12
+ writing of such build scripts and to provide reusability of common tasks most
13
+ build automation systems are using a domain-specic language (DSL).
14
+ These tools can be divided into tools using external DSLs with a custom syntax
15
+ like make, tools using external DSLs with an XML based syntax like MSBuild
16
+ or Apache Ant and tools using internal DSLs which are integrated in a host
17
+ language like Rake, which uses Ruby.
18
+
19
+ "FAKE - F# Make" is a build automation system, which is intended to combine the
20
+ advantages of the above mentioned tools but to provide a better tooling support.
21
+ Due to its integration in F#, all benets of the .NET Framework and
22
+ functional programming can be used, including the extensive class library,
23
+ powerful debuggers and integrated development environments like
24
+ Visual Studio 2008 or SharpDevelop, which provide syntax highlighting
25
+ and code completion.
26
+
27
+ The new language was designed to be succinct, typed, declarative,
28
+ extensible and easy to use. For instance custom build tasks can be added
29
+ simply by referencing .NET assemblies and using the corresponding classes.
30
+
31
+ Main Features
32
+
33
+ * Simple build infrastructure
34
+ * Easy systax
35
+ * Full power of .NET Framework
36
+ * Predefined tasks:
37
+ * Clean task
38
+ * NUnit support
39
+ * xUnit.net support
40
+ * NCover support
41
+ * FxCop support
42
+ * ExecProcess task (To run tools via the command line)
43
+ * MSBuild task (to compile *.csproj, *.fsproj projects or MSBuild scripts)
44
+ * XMLRead task
45
+ * VSS task (Get sources from Visual Source Safe)
46
+ * XCopy task
47
+ * Zip task
48
+ * AssemblyInfo task
49
+ * Simple TeamCity integration
50
+ * FinalTarget feature (to release resources even if build fails)
51
+ * Extensible platform (Write your own tasks)
52
+ * Easy debugging
53
+ * Intellisense support (when using Visual Studio)
54
+
55
+ Building FAKE
56
+
57
+ You can always download the latest "FAKE - F# Make" builds from http://teamcity.codebetter.com/viewType.html?buildTypeId=bt114&tab=buildTypeStatusDiv by using a guest login.
58
+
59
+ If you want to build "FAKE - F# Make" on you have to follow these steps:
60
+
61
+ 1. git clone git://github.com/forki/FAKE.git
62
+ 2. cd FAKE
63
+ 3. git submodule init
64
+ 4. git submodule update
65
+ 5. build.bat
metadata ADDED
@@ -0,0 +1,181 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fake
3
+ version: !ruby/object:Gem::Version
4
+ hash: 267
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 40
9
+ - 5
10
+ - 0
11
+ version: 1.40.5.0
12
+ platform: ruby
13
+ authors:
14
+ - Steffen Forkmann
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-08-04 00:00:00 +02:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: FAKE - F# Make - is a build automation tool for .NET.
24
+ email: forkmann@gmx.de
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - lib/docu.exe
33
+ - lib/DocuLicense.txt
34
+ - lib/FAKE.exe
35
+ - lib/FAKE.exe.config
36
+ - lib/Fake.Git.dll
37
+ - lib/Fake.Git.XML
38
+ - lib/Fake.SQL.dll
39
+ - lib/Fake.SQL.XML
40
+ - lib/FakeLib.dll
41
+ - lib/FakeLib.XML
42
+ - lib/FSharp.Core.dll
43
+ - lib/FSharp.Core.xml
44
+ - lib/ICSharpCode.SharpZipLib.dll
45
+ - lib/License.txt
46
+ - lib/readme.txt
47
+ - docs/Fake/AssemblyInfoHelper.htm
48
+ - docs/Fake/AssemblyInfoParams.htm
49
+ - docs/Fake/AsyncHelper.htm
50
+ - docs/Fake/Build.htm
51
+ - docs/Fake/BuildConfiguration.htm
52
+ - docs/Fake/BuildError.htm
53
+ - docs/Fake/BuildServer.htm
54
+ - docs/Fake/BuildServerHelper.htm
55
+ - docs/Fake/CacheHelper.htm
56
+ - docs/Fake/CodeLanguage.htm
57
+ - docs/Fake/DocuHelper.htm
58
+ - docs/Fake/DocuParams.htm
59
+ - docs/Fake/EnvironmentHelper.htm
60
+ - docs/Fake/Event.htm
61
+ - docs/Fake/ExecParams.htm
62
+ - docs/Fake/FileHelper.htm
63
+ - docs/Fake/FileIncludes.htm
64
+ - docs/Fake/FileSetHelper.htm
65
+ - docs/Fake/FileSystemHelper.htm
66
+ - docs/Fake/FSIHelper.htm
67
+ - docs/Fake/FxCopErrorLevel.htm
68
+ - docs/Fake/FxCopHelper.htm
69
+ - docs/Fake/FxCopParams.htm
70
+ - docs/Fake/HTMLHelpWorkShopHelper.htm
71
+ - docs/Fake/ILMergeHelper.htm
72
+ - docs/Fake/ILMergeParams.htm
73
+ - docs/Fake/index.htm
74
+ - docs/Fake/MailBoxHelper.htm
75
+ - docs/Fake/Message.htm
76
+ - docs/Fake/MessageHelper.htm
77
+ - docs/Fake/MSBuildHelper.htm
78
+ - docs/Fake/NCoverHelper.htm
79
+ - docs/Fake/NCoverParams.htm
80
+ - docs/Fake/NUnitHelper.htm
81
+ - docs/Fake/NUnitParams.htm
82
+ - docs/Fake/PostMethod.htm
83
+ - docs/Fake/ProcessHelper.htm
84
+ - docs/Fake/Project.htm
85
+ - docs/Fake/RegexEntry.htm
86
+ - docs/Fake/RegistryBaseKey.htm
87
+ - docs/Fake/RegistryHelper.htm
88
+ - docs/Fake/REST.htm
89
+ - docs/Fake/StringHelper.htm
90
+ - docs/Fake/Tags.htm
91
+ - docs/Fake/TargetHelper.htm
92
+ - docs/Fake/TargetTemplate`1.htm
93
+ - docs/Fake/TeamCityHelper.htm
94
+ - docs/Fake/TeamCityRESTHelper.htm
95
+ - docs/Fake/TemplateHelper.htm
96
+ - docs/Fake/TestCase.htm
97
+ - docs/Fake/TestSuite.htm
98
+ - docs/Fake/TimeoutHelper.htm
99
+ - docs/Fake/TraceHelper.htm
100
+ - docs/Fake/TraceMessage.htm
101
+ - docs/Fake/TraceMode.htm
102
+ - docs/Fake/VCSRoot.htm
103
+ - docs/Fake/VSSHelper.htm
104
+ - docs/Fake/WiXHelper.htm
105
+ - docs/Fake/WiXParams.htm
106
+ - docs/Fake/XCopyHelper.htm
107
+ - docs/Fake/XMLHelper.htm
108
+ - docs/Fake/XUnitHelper.htm
109
+ - docs/Fake/XUnitParams.htm
110
+ - docs/Fake/ZipHelper.htm
111
+ - docs/Fake.Git/AssemblyInfo.htm
112
+ - docs/Fake.Git/Branches.htm
113
+ - docs/Fake.Git/CommandHelper.htm
114
+ - docs/Fake.Git/CommitMessage.htm
115
+ - docs/Fake.Git/FileStatus.htm
116
+ - docs/Fake.Git/index.htm
117
+ - docs/Fake.Git/Information.htm
118
+ - docs/Fake.Git/Merge.htm
119
+ - docs/Fake.Git/MergeType.htm
120
+ - docs/Fake.Git/Repository.htm
121
+ - docs/Fake.Git/Reset.htm
122
+ - docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm
123
+ - docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm
124
+ - docs/Fake.Git/SanityChecks.htm
125
+ - docs/Fake.Git/SHA1.htm
126
+ - docs/Fake.Git/Staging.htm
127
+ - docs/Fake.Git/Submodule.htm
128
+ - docs/Fake.Git/Tags.htm
129
+ - docs/Fake.MSBuild/index.htm
130
+ - docs/Fake.MSBuild/SpecsRemovement.htm
131
+ - docs/Fake.SQL/AssemblyInfo.htm
132
+ - docs/Fake.SQL/index.htm
133
+ - docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm
134
+ - docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm
135
+ - docs/Fake.SQL/ServerInfo.htm
136
+ - docs/Fake.SQL/SqlServer.htm
137
+ - docs/FakeLib/AssemblyInfo.htm
138
+ - docs/FakeLib/index.htm
139
+ - docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm
140
+ - docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm
141
+ - docs/index.htm
142
+ - docs/js/jquery-1.3.2.min.js
143
+ - docs/js/jquery.scrollTo-min.js
144
+ - docs/js/navigation.js
145
+ - docs/main.css
146
+ has_rdoc: true
147
+ homepage: http://github.com/forki/fake
148
+ licenses: []
149
+
150
+ post_install_message:
151
+ rdoc_options: []
152
+
153
+ require_paths:
154
+ - lib
155
+ required_ruby_version: !ruby/object:Gem::Requirement
156
+ none: false
157
+ requirements:
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ hash: 3
161
+ segments:
162
+ - 0
163
+ version: "0"
164
+ required_rubygems_version: !ruby/object:Gem::Requirement
165
+ none: false
166
+ requirements:
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ hash: 3
170
+ segments:
171
+ - 0
172
+ version: "0"
173
+ requirements: []
174
+
175
+ rubyforge_project: fake
176
+ rubygems_version: 1.3.7
177
+ signing_key:
178
+ specification_version: 3
179
+ summary: FAKE - F# Make - Get rid of the noise in your build scripts.
180
+ test_files: []
181
+