uppercutbuild 0.9.0.337 → 0.9.0.340
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/uppercut/cli.rb +2 -2
- data/docs/README +5 -1
- data/lib/build/UppercuT.xml +1 -1
- data/lib/build/uppercut.dll +0 -0
- data/lib/build/uppercut.tasks.dll +0 -0
- data/lib/settings/UppercuT.config +1 -1
- metadata +3 -3
data/bin/uppercut/cli.rb
CHANGED
@@ -11,9 +11,9 @@ module Uppercutbuild
|
|
11
11
|
@proj = Uppercutbuild::Project.new
|
12
12
|
end
|
13
13
|
|
14
|
-
desc "
|
14
|
+
desc "initialize", "initializes uppercut build in the current directory"
|
15
15
|
method_options :location => :string
|
16
|
-
def
|
16
|
+
def init(*names)
|
17
17
|
#@proj.ensure_default_config
|
18
18
|
|
19
19
|
loc = @proj.get_location
|
data/docs/README
CHANGED
@@ -33,7 +33,7 @@ UppercuT is not a build server, but it integrates nicely with CruiseControl.NET,
|
|
33
33
|
If you have Ruby 1.8.6+ (and Gems 1.3.7+) installed, you can get the current release of UppercuT to your machine the fastest!
|
34
34
|
|
35
35
|
1. Type 'gem install uppercutbuild'
|
36
|
-
2. At the top level directory (trunk or branch name) type 'uppercutbuild
|
36
|
+
2. At the top level directory (trunk or branch name) type 'uppercutbuild init' for bringing in uppercut for the first time or 'uppercutbuild upgrade' if you already uppercut and are just wanting to upgrade the build folder.
|
37
37
|
|
38
38
|
### Source
|
39
39
|
This is the best way to get to the bleeding edge of what we are doing.
|
@@ -55,6 +55,10 @@ Donations Accepted - If you enjoy using this product or it has saved you time an
|
|
55
55
|
It helps keep to the product updated, pays for site hosting, etc. https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4410250
|
56
56
|
|
57
57
|
# RELEASE NOTES
|
58
|
+
=0.9.0.x=
|
59
|
+
* Changed the default test framework to NUnit. (r340)
|
60
|
+
* Changed 'uppercutbuild install to 'uppercutbuild init' (r339)
|
61
|
+
|
58
62
|
=0.9.0.337=
|
59
63
|
* ILMerge is now a step of the build process. Please check the configuration for the new setting. (r337)
|
60
64
|
* UppercuT now has the command 'uppercutbuild upgrade'. (r336)
|
data/lib/build/UppercuT.xml
CHANGED
data/lib/build/uppercut.dll
CHANGED
Binary file
|
Binary file
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<!-- language.short: vb,cs -->
|
30
30
|
<property name="language.short" value="cs" overwrite="false" />
|
31
31
|
<!-- test.framework: none, mbunit2, nunit, gallio - with gallio it must be installed in program files on every computer. Alternatively you can add 26MB to your repo and put it there. Little much for my tastes. -->
|
32
|
-
<property name="test.framework" value="
|
32
|
+
<property name="test.framework" value="nunit" overwrite="false" />
|
33
33
|
<!-- source_control_type: svn, vss, tfs, vault, git, hg -->
|
34
34
|
<property name="source_control_type" value="svn" overwrite="false" />
|
35
35
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uppercutbuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 687
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
version: 0.9.0.
|
10
|
+
- 340
|
11
|
+
version: 0.9.0.340
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Rob "FerventCoder" Reynolds
|