warmup 0.0.0.25.20110321 → 0.0.0.3593c6a0
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/_BuildInfo.xml +4 -4
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +11 -34
- data/bin/warmup.pdb +0 -0
- metadata +14 -15
- data/bin/warmup +0 -2
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>0</revision>
|
9
|
+
<version>0.0.0.0</version>
|
10
|
+
<repositoryPath>git://github.com/drusellers/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.247</builtWith>
|
15
15
|
</buildInfo>
|
data/bin/warmup.exe
CHANGED
Binary file
|
data/bin/warmup.exe.config
CHANGED
@@ -1,35 +1,12 @@
|
|
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="
|
10
|
-
|
11
|
-
|
12
|
-
sourceControlWarmupLocation="C:\CODE\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
|
-
<add ext="ico"/>
|
29
|
-
<add ext="nupkg"/>
|
30
|
-
<add ext="zip"/>
|
31
|
-
<add ext="7z"/>
|
32
|
-
</ignoredExtensions>
|
33
|
-
</warmup>
|
34
|
-
|
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
|
+
<warmup
|
8
|
+
sourceControlWarmupLocation="git://github.com/ferventcoder/warmup-templates.git"
|
9
|
+
sourceControlType="git"
|
10
|
+
/>
|
11
|
+
|
35
12
|
</configuration>
|
data/bin/warmup.pdb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,37 +1,34 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: warmup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: -408854392
|
5
|
+
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
|
12
|
-
version: 0.0.0.25.20110321
|
10
|
+
- 3593c6a0
|
11
|
+
version: 0.0.0.3593c6a0
|
13
12
|
platform: ruby
|
14
13
|
authors:
|
15
|
-
- Dru Sellers
|
16
|
-
- Rob Reynolds
|
14
|
+
- Dru Sellers and Rob "FerventCoder" Reynolds
|
17
15
|
autorequire:
|
18
16
|
bindir: bin
|
19
17
|
cert_chain: []
|
20
18
|
|
21
|
-
date:
|
19
|
+
date: 2010-07-14 00:00:00 -05:00
|
22
20
|
default_executable:
|
23
21
|
dependencies: []
|
24
22
|
|
25
23
|
description: WarmuP - Your Templates, your choices!
|
26
24
|
email: chucknorrisframework@googlegroups.com
|
27
25
|
executables:
|
28
|
-
- warmup
|
26
|
+
- warmup.exe
|
29
27
|
extensions: []
|
30
28
|
|
31
29
|
extra_rdoc_files: []
|
32
30
|
|
33
31
|
files:
|
34
|
-
- bin/warmup
|
35
32
|
- bin/warmup.exe
|
36
33
|
- bin/warmup.exe.config
|
37
34
|
- bin/warmup.pdb
|
@@ -57,16 +54,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
55
|
none: false
|
59
56
|
requirements:
|
60
|
-
- - "
|
57
|
+
- - ">"
|
61
58
|
- !ruby/object:Gem::Version
|
62
|
-
hash:
|
59
|
+
hash: 25
|
63
60
|
segments:
|
64
|
-
-
|
65
|
-
|
61
|
+
- 1
|
62
|
+
- 3
|
63
|
+
- 1
|
64
|
+
version: 1.3.1
|
66
65
|
requirements: []
|
67
66
|
|
68
67
|
rubyforge_project: warmup
|
69
|
-
rubygems_version: 1.
|
68
|
+
rubygems_version: 1.3.7
|
70
69
|
signing_key:
|
71
70
|
specification_version: 3
|
72
71
|
summary: WarmuP - Template your Solution!
|
data/bin/warmup
DELETED