warmup 0.0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/_BuildInfo.xml +15 -0
- data/bin/warmup +2 -0
- data/bin/warmup.exe +0 -0
- data/bin/warmup.exe.config +12 -0
- data/bin/warmup.pdb +0 -0
- metadata +73 -0
data/bin/_BuildInfo.xml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<buildInfo>
|
3
|
+
<projectName>warmup</projectName>
|
4
|
+
<companyName>A Curious Mind Software</companyName>
|
5
|
+
<versionMajor>0</versionMajor>
|
6
|
+
<versionMinor>0</versionMinor>
|
7
|
+
<buildNumber>0</buildNumber>
|
8
|
+
<revision>0</revision>
|
9
|
+
<version>0.0.0.0</version>
|
10
|
+
<repositoryPath>git://github.com/drusellers/warmup.git</repositoryPath>
|
11
|
+
<microsoftNetFramework>net-3.5</microsoftNetFramework>
|
12
|
+
<msbuildConfiguration>Release</msbuildConfiguration>
|
13
|
+
<msbuildPlatform>Any CPU</msbuildPlatform>
|
14
|
+
<builtWith>UppercuT v. 0.9.0.247</builtWith>
|
15
|
+
</buildInfo>
|
data/bin/warmup
ADDED
data/bin/warmup.exe
ADDED
Binary file
|
@@ -0,0 +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
|
+
<warmup
|
8
|
+
sourceControlWarmupLocation="git://github.com/ferventcoder/warmup-templates.git"
|
9
|
+
sourceControlType="git"
|
10
|
+
/>
|
11
|
+
|
12
|
+
</configuration>
|
data/bin/warmup.pdb
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,73 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: warmup
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 77
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- 1
|
11
|
+
version: 0.0.0.1
|
12
|
+
platform: ruby
|
13
|
+
authors:
|
14
|
+
- Dru Sellers
|
15
|
+
- Rob "FerventCoder" Reynolds
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-07-16 00:00:00 -05:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: WarmuP - Your Templates, your choices!
|
25
|
+
email: chucknorrisframework@googlegroups.com
|
26
|
+
executables:
|
27
|
+
- warmup
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- bin/warmup
|
34
|
+
- bin/warmup.exe
|
35
|
+
- bin/warmup.exe.config
|
36
|
+
- bin/warmup.pdb
|
37
|
+
- bin/_BuildInfo.xml
|
38
|
+
has_rdoc: true
|
39
|
+
homepage: http://groups.google.com/group/chucknorrisframework
|
40
|
+
licenses: []
|
41
|
+
|
42
|
+
post_install_message:
|
43
|
+
rdoc_options: []
|
44
|
+
|
45
|
+
require_paths:
|
46
|
+
- lib
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
+
none: false
|
49
|
+
requirements:
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
hash: 3
|
53
|
+
segments:
|
54
|
+
- 0
|
55
|
+
version: "0"
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
hash: 3
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
version: "0"
|
65
|
+
requirements: []
|
66
|
+
|
67
|
+
rubyforge_project: warmup
|
68
|
+
rubygems_version: 1.3.7
|
69
|
+
signing_key:
|
70
|
+
specification_version: 3
|
71
|
+
summary: WarmuP - Template your Solution!
|
72
|
+
test_files: []
|
73
|
+
|