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 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>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>
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
@@ -0,0 +1,2 @@
1
+ result = system(File.dirname(__FILE__) + "/warmup.exe " + ARGV.join(' '))
2
+ exit 1 unless result
data/bin/warmup.exe CHANGED
Binary file
@@ -1,12 +1,34 @@
1
- <?xml version="1.0" encoding="utf-8" ?>
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
- <warmup
8
- sourceControlWarmupLocation="git://github.com/ferventcoder/warmup-templates.git"
9
- sourceControlType="git"
10
- />
11
-
12
- </configuration>
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
- hash: -408854392
5
- prerelease: true
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 and Rob "FerventCoder" Reynolds
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.exe
18
+ executables:
19
+ - warmup
27
20
  extensions: []
28
-
29
21
  extra_rdoc_files: []
30
-
31
- files:
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
- hash: 3
51
- segments:
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
- hash: 25
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.3.7
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
-