autofac 2.2.4.900

Sign up to get free protection for your applications and to get access to all the features.
Binary file
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: autofac
3
+ version: !ruby/object:Gem::Version
4
+ hash: 1895
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 2
9
+ - 4
10
+ - 900
11
+ version: 2.2.4.900
12
+ platform: ruby
13
+ authors:
14
+ - Nicholas Blumhardt
15
+ - Rinat Abdulin
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-07-30 00:00:00 -06:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity. This is achieved by treating regular .NET classes as components.
25
+ email: emailme@bilsimser.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - lib/NET35/Autofac.Configuration.dll
34
+ - lib/NET35/Autofac.dll
35
+ - lib/NET35/Autofac.Integration.Wcf.dll
36
+ - lib/NET35/Autofac.Integration.Web.dll
37
+ - lib/NET35/Autofac.Integration.Web.Mvc.dll
38
+ - lib/NET35/Autofac.XML
39
+ - lib/NET40/Autofac.Configuration.dll
40
+ - lib/NET40/Autofac.dll
41
+ - lib/NET40/Autofac.Integration.Mef.dll
42
+ - lib/NET40/Autofac.Integration.Wcf.dll
43
+ - lib/NET40/Autofac.Integration.Web.dll
44
+ - lib/NET40/Autofac.Integration.Web.Mvc.dll
45
+ - lib/NET40/Autofac.XML
46
+ - lib/SL3/Autofac.dll
47
+ - lib/SL3/Autofac.XML
48
+ - lib/SL4/Autofac.dll
49
+ - lib/SL4/Autofac.XML
50
+ - docs/Autofac-2.2.4.chm
51
+ has_rdoc: true
52
+ homepage: http://code.google.com/p/autofac/
53
+ licenses: []
54
+
55
+ post_install_message:
56
+ rdoc_options: []
57
+
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 0
77
+ version: "0"
78
+ requirements: []
79
+
80
+ rubyforge_project: autofac
81
+ rubygems_version: 1.3.7
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: Autofac - An addictive .NET IoC container
85
+ test_files: []
86
+