nant 0.9.0 → 0.9.0.20100904
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.
- metadata +22 -6
- data/lib/log4net.dll +0 -0
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 40201815
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
9
|
- 0
|
10
|
-
|
10
|
+
- 20100904
|
11
|
+
version: 0.9.0.20100904
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Gerry Shaw
|
@@ -18,10 +19,26 @@ autorequire:
|
|
18
19
|
bindir: bin
|
19
20
|
cert_chain: []
|
20
21
|
|
21
|
-
date: 2010-
|
22
|
+
date: 2010-09-04 00:00:00 -04:00
|
22
23
|
default_executable:
|
23
|
-
dependencies:
|
24
|
-
|
24
|
+
dependencies:
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: log4net
|
27
|
+
prerelease: false
|
28
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
29
|
+
none: false
|
30
|
+
requirements:
|
31
|
+
- - ">"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
hash: 107
|
34
|
+
segments:
|
35
|
+
- 1
|
36
|
+
- 2
|
37
|
+
- 9
|
38
|
+
- 0
|
39
|
+
version: 1.2.9.0
|
40
|
+
type: :runtime
|
41
|
+
version_requirements: *id001
|
25
42
|
description: NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.
|
26
43
|
email:
|
27
44
|
executables: []
|
@@ -59,7 +76,6 @@ files:
|
|
59
76
|
- lib/lib/net/1.0/nunit.core.dll
|
60
77
|
- lib/lib/net/1.0/nunit.framework.dll
|
61
78
|
- lib/lib/net/1.0/nunit.util.dll
|
62
|
-
- lib/log4net.dll
|
63
79
|
- lib/NAnt.CompressionTasks.dll
|
64
80
|
- lib/NAnt.CompressionTasks.xml
|
65
81
|
- lib/NAnt.Core.dll
|
data/lib/log4net.dll
DELETED
Binary file
|