warmup 0.5.0.36 → 0.6.0.4
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 +5 -5
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +4 -0
- data/bin/warmup.pdb +0 -0
- metadata +3 -5
data/bin/_BuildInfo.xml
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
<projectName>warmup</projectName>
|
|
4
4
|
<companyName>A Curious Mind Software</companyName>
|
|
5
5
|
<versionMajor>0</versionMajor>
|
|
6
|
-
<versionMinor>
|
|
6
|
+
<versionMinor>6</versionMinor>
|
|
7
7
|
<versionPatch>0</versionPatch>
|
|
8
8
|
<buildNumber>0</buildNumber>
|
|
9
|
-
<revision>
|
|
10
|
-
<version>0.
|
|
9
|
+
<revision>4</revision>
|
|
10
|
+
<version>0.6.0.4</version>
|
|
11
11
|
<repositoryPath>git://github.com/chucknorris/warmup.git</repositoryPath>
|
|
12
12
|
<microsoftNetFramework>net-4.0</microsoftNetFramework>
|
|
13
13
|
<msbuildConfiguration>Release</msbuildConfiguration>
|
|
14
14
|
<msbuildPlatform>Any CPU</msbuildPlatform>
|
|
15
|
-
<builtWith>UppercuT v. 1.
|
|
16
|
-
</buildInfo>
|
|
15
|
+
<builtWith>UppercuT v. 1.4.2.0</builtWith>
|
|
16
|
+
</buildInfo>
|
data/bin/warmup.exe
CHANGED
|
Binary file
|
data/bin/warmup.exe.config
CHANGED
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
<add ext="zip"/>
|
|
30
30
|
<add ext="7z"/>
|
|
31
31
|
</ignoredExtensions>
|
|
32
|
+
|
|
33
|
+
<textReplaces>
|
|
34
|
+
<add find="__YO__" replace="Dude, that was so sweet!" />
|
|
35
|
+
</textReplaces>
|
|
32
36
|
</warmup>
|
|
33
37
|
|
|
34
38
|
<startup><supportedRuntime version="v2.0.50727"/></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.
|
|
4
|
+
version: 0.6.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,8 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2012-02-02 00:00:00.000000000Z
|
|
15
14
|
dependencies: []
|
|
16
15
|
description: WarmuP - Your Templates, your choices!
|
|
17
16
|
email: chucknorrisframework@googlegroups.com
|
|
@@ -25,7 +24,6 @@ files:
|
|
|
25
24
|
- bin/warmup.exe.config
|
|
26
25
|
- bin/warmup.pdb
|
|
27
26
|
- bin/_BuildInfo.xml
|
|
28
|
-
has_rdoc: true
|
|
29
27
|
homepage: http://groups.google.com/group/chucknorrisframework
|
|
30
28
|
licenses: []
|
|
31
29
|
post_install_message:
|
|
@@ -46,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
46
44
|
version: '0'
|
|
47
45
|
requirements: []
|
|
48
46
|
rubyforge_project: warmup
|
|
49
|
-
rubygems_version: 1.
|
|
47
|
+
rubygems_version: 1.7.2
|
|
50
48
|
signing_key:
|
|
51
49
|
specification_version: 3
|
|
52
50
|
summary: WarmuP - Template your Solution!
|