castle.core 1.1.0.0 → 1.2.0.0
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/docs/ASL - Apache Software Foundation License.txt +57 -0
- data/docs/Committers.txt +80 -0
- data/docs/ReleaseNotes/Changes.txt +100 -0
- data/lib/mono-26/Castle.Core.dll +0 -0
- data/lib/mono-26/Castle.Core.xml +3509 -0
- data/lib/mono-26/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/mono-26/Castle.Services.Logging.NLogIntegration.xml +339 -0
- data/lib/mono-26/Castle.Services.Logging.log4netIntegration.dll +0 -0
- data/lib/mono-26/Castle.Services.Logging.log4netIntegration.xml +59 -0
- data/lib/net-20/Castle.Core.dll +0 -0
- data/lib/net-20/Castle.Core.xml +3455 -0
- data/lib/net-35/Castle.Core.dll +0 -0
- data/lib/net-35/Castle.Core.xml +3455 -0
- data/lib/net-35/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/net-35/Castle.Services.Logging.NLogIntegration.xml +339 -0
- data/lib/net-35/Castle.Services.Logging.log4netIntegration.dll +0 -0
- data/lib/net-35/Castle.Services.Logging.log4netIntegration.xml +59 -0
- data/lib/sl-30/Castle.Core.dll +0 -0
- data/lib/{Castle.Core.xml → sl-30/Castle.Core.xml} +155 -261
- metadata +57 -7
- data/lib/Castle.Core.dll +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: castle.core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 79
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
8
|
+
- 2
|
9
9
|
- 0
|
10
10
|
- 0
|
11
|
-
version: 1.
|
11
|
+
version: 1.2.0.0
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Jonathon Rossi
|
@@ -19,8 +19,41 @@ cert_chain: []
|
|
19
19
|
|
20
20
|
date: 2010-07-20 00:00:00 -05:00
|
21
21
|
default_executable:
|
22
|
-
dependencies:
|
23
|
-
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
name: log4net
|
25
|
+
prerelease: false
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - "="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
hash: 103
|
32
|
+
segments:
|
33
|
+
- 1
|
34
|
+
- 2
|
35
|
+
- 10
|
36
|
+
- 0
|
37
|
+
version: 1.2.10.0
|
38
|
+
type: :runtime
|
39
|
+
version_requirements: *id001
|
40
|
+
- !ruby/object:Gem::Dependency
|
41
|
+
name: nlog
|
42
|
+
prerelease: false
|
43
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
44
|
+
none: false
|
45
|
+
requirements:
|
46
|
+
- - "="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
hash: 941
|
49
|
+
segments:
|
50
|
+
- 1
|
51
|
+
- 0
|
52
|
+
- 0
|
53
|
+
- 505
|
54
|
+
version: 1.0.0.505
|
55
|
+
type: :runtime
|
56
|
+
version_requirements: *id002
|
24
57
|
description: |
|
25
58
|
Castle is an open source project for .NET that aspires to simplify the development of enterprise and web applications. Offering a set of tools (working together or independently) and integration with others open source projects, Castle helps you get more done with less code and in less time.
|
26
59
|
|
@@ -32,8 +65,25 @@ extensions: []
|
|
32
65
|
extra_rdoc_files: []
|
33
66
|
|
34
67
|
files:
|
35
|
-
- lib/Castle.Core.dll
|
36
|
-
- lib/Castle.Core.xml
|
68
|
+
- lib/mono-26/Castle.Core.dll
|
69
|
+
- lib/mono-26/Castle.Core.xml
|
70
|
+
- lib/mono-26/Castle.Services.Logging.log4netIntegration.dll
|
71
|
+
- lib/mono-26/Castle.Services.Logging.log4netIntegration.xml
|
72
|
+
- lib/mono-26/Castle.Services.Logging.NLogIntegration.dll
|
73
|
+
- lib/mono-26/Castle.Services.Logging.NLogIntegration.xml
|
74
|
+
- lib/net-20/Castle.Core.dll
|
75
|
+
- lib/net-20/Castle.Core.xml
|
76
|
+
- lib/net-35/Castle.Core.dll
|
77
|
+
- lib/net-35/Castle.Core.xml
|
78
|
+
- lib/net-35/Castle.Services.Logging.log4netIntegration.dll
|
79
|
+
- lib/net-35/Castle.Services.Logging.log4netIntegration.xml
|
80
|
+
- lib/net-35/Castle.Services.Logging.NLogIntegration.dll
|
81
|
+
- lib/net-35/Castle.Services.Logging.NLogIntegration.xml
|
82
|
+
- lib/sl-30/Castle.Core.dll
|
83
|
+
- lib/sl-30/Castle.Core.xml
|
84
|
+
- docs/ASL - Apache Software Foundation License.txt
|
85
|
+
- docs/Committers.txt
|
86
|
+
- docs/ReleaseNotes/Changes.txt
|
37
87
|
has_rdoc: true
|
38
88
|
homepage: http://castleproject.org
|
39
89
|
licenses: []
|
data/lib/Castle.Core.dll
DELETED
Binary file
|