warmup 0.0.0.3593c6a0 → 0.5.0.36
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 +15 -14
- data/bin/warmup +2 -0
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +29 -7
- data/bin/warmup.pdb +0 -0
- metadata +24 -44
data/bin/_BuildInfo.xml
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
<?xml version="1.0" ?>
|
|
2
|
-
<buildInfo>
|
|
3
|
-
<projectName>warmup</projectName>
|
|
4
|
-
<companyName>A Curious Mind Software</companyName>
|
|
5
|
-
<versionMajor>0</versionMajor>
|
|
6
|
-
<versionMinor>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
<
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<buildInfo>
|
|
3
|
+
<projectName>warmup</projectName>
|
|
4
|
+
<companyName>A Curious Mind Software</companyName>
|
|
5
|
+
<versionMajor>0</versionMajor>
|
|
6
|
+
<versionMinor>5</versionMinor>
|
|
7
|
+
<versionPatch>0</versionPatch>
|
|
8
|
+
<buildNumber>0</buildNumber>
|
|
9
|
+
<revision>36</revision>
|
|
10
|
+
<version>0.5.0.36</version>
|
|
11
|
+
<repositoryPath>git://github.com/chucknorris/warmup.git</repositoryPath>
|
|
12
|
+
<microsoftNetFramework>net-4.0</microsoftNetFramework>
|
|
13
|
+
<msbuildConfiguration>Release</msbuildConfiguration>
|
|
14
|
+
<msbuildPlatform>Any CPU</msbuildPlatform>
|
|
15
|
+
<builtWith>UppercuT v. 1.3.1.0</builtWith>
|
|
15
16
|
</buildInfo>
|
data/bin/warmup
ADDED
data/bin/warmup.exe
CHANGED
|
Binary file
|
data/bin/warmup.exe.config
CHANGED
|
@@ -1,12 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
2
|
<configuration>
|
|
3
3
|
<configSections>
|
|
4
4
|
<section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/>
|
|
5
5
|
</configSections>
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
sourceControlType="git"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
<!--
|
|
8
|
+
replacementToken="__NAME__"
|
|
9
|
+
sourceControlType="svn|git|file"
|
|
10
|
+
-->
|
|
11
|
+
<warmup sourceControlType="file" sourceControlWarmupLocation="C:\CODE\_templates">
|
|
12
|
+
<ignoredExtensions>
|
|
13
|
+
<clear/>
|
|
14
|
+
<add ext="exe"/>
|
|
15
|
+
<add ext="dll"/>
|
|
16
|
+
<add ext="pdb"/>
|
|
17
|
+
<add ext="jpg"/>
|
|
18
|
+
<add ext="png"/>
|
|
19
|
+
<add ext="gif"/>
|
|
20
|
+
<add ext="mst"/>
|
|
21
|
+
<add ext="msi"/>
|
|
22
|
+
<add ext="msm"/>
|
|
23
|
+
<add ext="gitignore"/>
|
|
24
|
+
<add ext="idx"/>
|
|
25
|
+
<add ext="pack"/>
|
|
26
|
+
<add ext="suo"/>
|
|
27
|
+
<add ext="ico"/>
|
|
28
|
+
<add ext="nupkg"/>
|
|
29
|
+
<add ext="zip"/>
|
|
30
|
+
<add ext="7z"/>
|
|
31
|
+
</ignoredExtensions>
|
|
32
|
+
</warmup>
|
|
33
|
+
|
|
34
|
+
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|
data/bin/warmup.pdb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,34 +1,26 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: warmup
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 0
|
|
10
|
-
- 3593c6a0
|
|
11
|
-
version: 0.0.0.3593c6a0
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.5.0.36
|
|
5
|
+
prerelease:
|
|
12
6
|
platform: ruby
|
|
13
|
-
authors:
|
|
14
|
-
- Dru Sellers
|
|
7
|
+
authors:
|
|
8
|
+
- Dru Sellers
|
|
9
|
+
- Rob Reynolds
|
|
15
10
|
autorequire:
|
|
16
11
|
bindir: bin
|
|
17
12
|
cert_chain: []
|
|
18
|
-
|
|
19
|
-
date: 2010-07-14 00:00:00 -05:00
|
|
13
|
+
date: 2011-08-13 00:00:00.000000000 -05:00
|
|
20
14
|
default_executable:
|
|
21
15
|
dependencies: []
|
|
22
|
-
|
|
23
16
|
description: WarmuP - Your Templates, your choices!
|
|
24
17
|
email: chucknorrisframework@googlegroups.com
|
|
25
|
-
executables:
|
|
26
|
-
- warmup
|
|
18
|
+
executables:
|
|
19
|
+
- warmup
|
|
27
20
|
extensions: []
|
|
28
|
-
|
|
29
21
|
extra_rdoc_files: []
|
|
30
|
-
|
|
31
|
-
|
|
22
|
+
files:
|
|
23
|
+
- bin/warmup
|
|
32
24
|
- bin/warmup.exe
|
|
33
25
|
- bin/warmup.exe.config
|
|
34
26
|
- bin/warmup.pdb
|
|
@@ -36,38 +28,26 @@ files:
|
|
|
36
28
|
has_rdoc: true
|
|
37
29
|
homepage: http://groups.google.com/group/chucknorrisframework
|
|
38
30
|
licenses: []
|
|
39
|
-
|
|
40
31
|
post_install_message:
|
|
41
32
|
rdoc_options: []
|
|
42
|
-
|
|
43
|
-
require_paths:
|
|
33
|
+
require_paths:
|
|
44
34
|
- lib
|
|
45
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
36
|
none: false
|
|
47
|
-
requirements:
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- 0
|
|
53
|
-
version: "0"
|
|
54
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
42
|
none: false
|
|
56
|
-
requirements:
|
|
57
|
-
- -
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
|
|
60
|
-
segments:
|
|
61
|
-
- 1
|
|
62
|
-
- 3
|
|
63
|
-
- 1
|
|
64
|
-
version: 1.3.1
|
|
43
|
+
requirements:
|
|
44
|
+
- - ! '>='
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
65
47
|
requirements: []
|
|
66
|
-
|
|
67
48
|
rubyforge_project: warmup
|
|
68
|
-
rubygems_version: 1.
|
|
49
|
+
rubygems_version: 1.5.2
|
|
69
50
|
signing_key:
|
|
70
51
|
specification_version: 3
|
|
71
52
|
summary: WarmuP - Template your Solution!
|
|
72
53
|
test_files: []
|
|
73
|
-
|