warmup 0.0.0.1 → 0.0.0.19.20100802
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/_BuildInfo.xml +4 -4
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +30 -11
- data/bin/warmup.pdb +0 -0
- metadata +6 -5
data/bin/_BuildInfo.xml
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
<versionMajor>0</versionMajor>
|
6
6
|
<versionMinor>0</versionMinor>
|
7
7
|
<buildNumber>0</buildNumber>
|
8
|
-
<revision>
|
9
|
-
<version>0.0.0.
|
10
|
-
<repositoryPath>git://github.com/
|
8
|
+
<revision>19</revision>
|
9
|
+
<version>0.0.0.19</version>
|
10
|
+
<repositoryPath>git://github.com/chucknorris/warmup.git</repositoryPath>
|
11
11
|
<microsoftNetFramework>net-3.5</microsoftNetFramework>
|
12
12
|
<msbuildConfiguration>Release</msbuildConfiguration>
|
13
13
|
<msbuildPlatform>Any CPU</msbuildPlatform>
|
14
|
-
<builtWith>UppercuT v. 0.9.0.
|
14
|
+
<builtWith>UppercuT v. 0.9.0.343</builtWith>
|
15
15
|
</buildInfo>
|
data/bin/warmup.exe
CHANGED
Binary file
|
data/bin/warmup.exe.config
CHANGED
@@ -1,12 +1,31 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
-
<configuration>
|
3
|
-
<configSections>
|
4
|
-
<section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/>
|
5
|
-
</configSections>
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
sourceControlType="git"
|
10
|
-
|
11
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<configuration>
|
3
|
+
<configSections>
|
4
|
+
<section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/>
|
5
|
+
</configSections>
|
6
|
+
|
7
|
+
<!--
|
8
|
+
replacementToken="__NAME__"
|
9
|
+
sourceControlType="svn|git|file"
|
10
|
+
-->
|
11
|
+
<warmup sourceControlType="file"
|
12
|
+
sourceControlWarmupLocation="C:\CODE\Scratch\WarmUpTemplates\">
|
13
|
+
<ignoredExtensions>
|
14
|
+
<clear/>
|
15
|
+
<add ext="exe"/>
|
16
|
+
<add ext="dll"/>
|
17
|
+
<add ext="pdb"/>
|
18
|
+
<add ext="jpg"/>
|
19
|
+
<add ext="png"/>
|
20
|
+
<add ext="gif"/>
|
21
|
+
<add ext="mst"/>
|
22
|
+
<add ext="msi"/>
|
23
|
+
<add ext="msm"/>
|
24
|
+
<add ext="gitignore"/>
|
25
|
+
<add ext="idx"/>
|
26
|
+
<add ext="pack"/>
|
27
|
+
<add ext="suo"/>
|
28
|
+
</ignoredExtensions>
|
29
|
+
</warmup>
|
30
|
+
|
12
31
|
</configuration>
|
data/bin/warmup.pdb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,23 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: warmup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40201591
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
|
10
|
+
- 19
|
11
|
+
- 20100802
|
12
|
+
version: 0.0.0.19.20100802
|
12
13
|
platform: ruby
|
13
14
|
authors:
|
14
15
|
- Dru Sellers
|
15
|
-
- Rob
|
16
|
+
- Rob Reynolds
|
16
17
|
autorequire:
|
17
18
|
bindir: bin
|
18
19
|
cert_chain: []
|
19
20
|
|
20
|
-
date: 2010-
|
21
|
+
date: 2010-08-02 00:00:00 -05:00
|
21
22
|
default_executable:
|
22
23
|
dependencies: []
|
23
24
|
|