warmup 0.6.0.4 → 0.6.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.
- data/bin/Ionic.Zip.dll +0 -0
- data/bin/Ionic.Zip.xml +18132 -0
- data/bin/_BuildInfo.xml +4 -4
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +7 -3
- data/bin/warmup.pdb +0 -0
- metadata +4 -2
data/bin/_BuildInfo.xml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<buildInfo>
|
|
3
3
|
<projectName>warmup</projectName>
|
|
4
|
-
<companyName>A Curious Mind Software</companyName>
|
|
4
|
+
<companyName>A Curious Mind Software & Fervent Coder Software</companyName>
|
|
5
5
|
<versionMajor>0</versionMajor>
|
|
6
6
|
<versionMinor>6</versionMinor>
|
|
7
|
-
<versionPatch>
|
|
7
|
+
<versionPatch>5</versionPatch>
|
|
8
8
|
<buildNumber>0</buildNumber>
|
|
9
|
-
<revision>
|
|
10
|
-
<version>0.6.0
|
|
9
|
+
<revision>17</revision>
|
|
10
|
+
<version>0.6.5.0</version>
|
|
11
11
|
<repositoryPath>git://github.com/chucknorris/warmup.git</repositoryPath>
|
|
12
12
|
<microsoftNetFramework>net-4.0</microsoftNetFramework>
|
|
13
13
|
<msbuildConfiguration>Release</msbuildConfiguration>
|
data/bin/warmup.exe
CHANGED
|
Binary file
|
data/bin/warmup.exe.config
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
2
|
<configuration>
|
|
3
3
|
<configSections>
|
|
4
|
-
<section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/>
|
|
4
|
+
<section name="warmup" type="warmup.infrastructure.settings.WarmupConfiguration, warmup"/>
|
|
5
5
|
</configSections>
|
|
6
6
|
|
|
7
7
|
<!--
|
|
@@ -29,10 +29,14 @@
|
|
|
29
29
|
<add ext="zip"/>
|
|
30
30
|
<add ext="7z"/>
|
|
31
31
|
</ignoredExtensions>
|
|
32
|
+
<ignoredFolders>
|
|
33
|
+
<add folder=".svn"/>
|
|
34
|
+
<add folder=".git"/>
|
|
35
|
+
</ignoredFolders>
|
|
32
36
|
|
|
33
37
|
<textReplaces>
|
|
34
|
-
<add find="__YO__" replace="Dude, that was so sweet!"
|
|
38
|
+
<add find="__YO__" replace="Dude, that was so sweet!"/>
|
|
35
39
|
</textReplaces>
|
|
36
40
|
</warmup>
|
|
37
41
|
|
|
38
|
-
<startup><supportedRuntime version="
|
|
42
|
+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
data/bin/warmup.pdb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: warmup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.0
|
|
4
|
+
version: 0.6.5.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-03-27 00:00:00.000000000Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: WarmuP - Your Templates, your choices!
|
|
16
16
|
email: chucknorrisframework@googlegroups.com
|
|
@@ -19,6 +19,8 @@ executables:
|
|
|
19
19
|
extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
|
21
21
|
files:
|
|
22
|
+
- bin/Ionic.Zip.dll
|
|
23
|
+
- bin/Ionic.Zip.xml
|
|
22
24
|
- bin/warmup
|
|
23
25
|
- bin/warmup.exe
|
|
24
26
|
- bin/warmup.exe.config
|