castle.windsor 2.0.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: castle.windsor
3
+ version: !ruby/object:Gem::Version
4
+ hash: 111
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 0
10
+ - 0
11
+ version: 2.0.0.0
12
+ platform: ruby
13
+ authors:
14
+ - Ayende Rahien
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-07-20 00:00:00 -05:00
20
+ default_executable:
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: castle.core
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - "="
29
+ - !ruby/object:Gem::Version
30
+ hash: 87
31
+ segments:
32
+ - 1
33
+ - 1
34
+ - 0
35
+ - 0
36
+ version: 1.1.0.0
37
+ type: :runtime
38
+ version_requirements: *id001
39
+ - !ruby/object:Gem::Dependency
40
+ name: castle.dynamicproxy2
41
+ prerelease: false
42
+ requirement: &id002 !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - "="
46
+ - !ruby/object:Gem::Version
47
+ hash: 103
48
+ segments:
49
+ - 2
50
+ - 1
51
+ - 0
52
+ - 0
53
+ version: 2.1.0.0
54
+ type: :runtime
55
+ version_requirements: *id002
56
+ - !ruby/object:Gem::Dependency
57
+ name: log4net
58
+ prerelease: false
59
+ requirement: &id003 !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - "="
63
+ - !ruby/object:Gem::Version
64
+ hash: 103
65
+ segments:
66
+ - 1
67
+ - 2
68
+ - 10
69
+ - 0
70
+ version: 1.2.10.0
71
+ type: :runtime
72
+ version_requirements: *id003
73
+ description: |
74
+ The Castle MicroKernel is an inversion of control container that was designed towards extensibility. It combines facilities to grow orthogonally. These facilities work side-by-side, without interfering or depending on each other, to allow you to easily extend the container functionality by plugging in new concerns and semantics. You can use it as an embeddable container on tools that support extensions or plugin support, such as tools which exposes configurable pipelines or compilers. The container is set up and configured through code, and can be extended to work with a configuration system that your project supports.
75
+
76
+ Castle Windsor aggregates the MicroKernel and exposes a powerful configuration support. It is suitable for common enterprise application needs. It is able to register facilities and components based on the configuration and adds support for interceptors.
77
+
78
+ email: castle-project-devel@googlegroups.com
79
+ executables: []
80
+
81
+ extensions: []
82
+
83
+ extra_rdoc_files: []
84
+
85
+ files:
86
+ - lib/Castle.MicroKernel.dll
87
+ - lib/Castle.MicroKernel.xml
88
+ - lib/Castle.Windsor.dll
89
+ - lib/Castle.Windsor.xml
90
+ - docs/ASL - Apache Software Foundation License.txt
91
+ - docs/Committers.txt
92
+ - docs/Geting the source.txt
93
+ - docs/ReleaseNotes/Core Release Notes.txt
94
+ - docs/ReleaseNotes/DynamicProxy Release Notes.txt
95
+ - docs/ReleaseNotes/InversionOfControl Release Notes.txt
96
+ - docs/ReleaseNotes/License.txt
97
+ has_rdoc: true
98
+ homepage: http://castleproject.org/container/
99
+ licenses: []
100
+
101
+ post_install_message:
102
+ rdoc_options: []
103
+
104
+ require_paths:
105
+ - lib
106
+ required_ruby_version: !ruby/object:Gem::Requirement
107
+ none: false
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ hash: 3
112
+ segments:
113
+ - 0
114
+ version: "0"
115
+ required_rubygems_version: !ruby/object:Gem::Requirement
116
+ none: false
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ hash: 3
121
+ segments:
122
+ - 0
123
+ version: "0"
124
+ requirements: []
125
+
126
+ rubyforge_project: castle.windsor
127
+ rubygems_version: 1.3.7
128
+ signing_key:
129
+ specification_version: 3
130
+ summary: Castle Project (Windsor) - Inversion of Control for .NET
131
+ test_files: []
132
+