warmup 0.0.0.23.20110116 → 0.0.0.25.20110321
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/_BuildInfo.xml +2 -2
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +5 -1
- data/bin/warmup.pdb +0 -0
- metadata +7 -7
data/bin/_BuildInfo.xml
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
<versionMajor>0</versionMajor>
|
6
6
|
<versionMinor>0</versionMinor>
|
7
7
|
<buildNumber>0</buildNumber>
|
8
|
-
<revision>
|
9
|
-
<version>0.0.0.
|
8
|
+
<revision>1</revision>
|
9
|
+
<version>0.0.0.1</version>
|
10
10
|
<repositoryPath>git://github.com/chucknorris/warmup.git</repositoryPath>
|
11
11
|
<microsoftNetFramework>net-3.5</microsoftNetFramework>
|
12
12
|
<msbuildConfiguration>Release</msbuildConfiguration>
|
data/bin/warmup.exe
CHANGED
Binary file
|
data/bin/warmup.exe.config
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
sourceControlType="svn|git|file"
|
10
10
|
-->
|
11
11
|
<warmup sourceControlType="file"
|
12
|
-
sourceControlWarmupLocation="C:\CODE\
|
12
|
+
sourceControlWarmupLocation="C:\CODE\WarmUpTemplates">
|
13
13
|
<ignoredExtensions>
|
14
14
|
<clear/>
|
15
15
|
<add ext="exe"/>
|
@@ -25,6 +25,10 @@
|
|
25
25
|
<add ext="idx"/>
|
26
26
|
<add ext="pack"/>
|
27
27
|
<add ext="suo"/>
|
28
|
+
<add ext="ico"/>
|
29
|
+
<add ext="nupkg"/>
|
30
|
+
<add ext="zip"/>
|
31
|
+
<add ext="7z"/>
|
28
32
|
</ignoredExtensions>
|
29
33
|
</warmup>
|
30
34
|
|
data/bin/warmup.pdb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: warmup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 40220473
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
-
|
12
|
-
version: 0.0.0.
|
10
|
+
- 25
|
11
|
+
- 20110321
|
12
|
+
version: 0.0.0.25.20110321
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Dru Sellers
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2011-
|
21
|
+
date: 2011-03-21 00:00:00 -05:00
|
22
22
|
default_executable:
|
23
23
|
dependencies: []
|
24
24
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements: []
|
67
67
|
|
68
68
|
rubyforge_project: warmup
|
69
|
-
rubygems_version: 1.
|
69
|
+
rubygems_version: 1.5.2
|
70
70
|
signing_key:
|
71
71
|
specification_version: 3
|
72
72
|
summary: WarmuP - Template your Solution!
|