ninject 2.0.0.0.20100801

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ninject
3
+ version: !ruby/object:Gem::Version
4
+ hash: 40201597
5
+ prerelease: false
6
+ segments:
7
+ - 2
8
+ - 0
9
+ - 0
10
+ - 0
11
+ - 20100801
12
+ version: 2.0.0.0.20100801
13
+ platform: ruby
14
+ authors:
15
+ - Nate Kohari
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-08-01 00:00:00 -06:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: Ninject is a lightweight dependency injection framework for .NET applications. It helps you split your application into a collection of loosely-coupled, highly-cohesive pieces, and then glue them back together in a flexible manner. By using Ninject to support your softwares architecture, your code will become easier to write, reuse, test, and modify.
25
+ email: nate@enkari.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - lib/mono-2.0/Ninject.dll
34
+ - lib/mono-2.0/Ninject.xml
35
+ - lib/net-3.5/Ninject.dll
36
+ - lib/net-3.5/Ninject.xml
37
+ - lib/netcf-3.5/Ninject.dll
38
+ - lib/netcf-3.5/Ninject.xml
39
+ - lib/silverlight-2.0/Ninject.dll
40
+ - lib/silverlight-2.0/Ninject.xml
41
+ - lib/silverlight-3.0/Ninject.dll
42
+ - lib/silverlight-3.0/Ninject.xml
43
+ has_rdoc: true
44
+ homepage: http://ninject.org/
45
+ licenses: []
46
+
47
+ post_install_message:
48
+ rdoc_options: []
49
+
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ hash: 3
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ hash: 3
67
+ segments:
68
+ - 0
69
+ version: "0"
70
+ requirements: []
71
+
72
+ rubyforge_project: ninject
73
+ rubygems_version: 1.3.7
74
+ signing_key:
75
+ specification_version: 3
76
+ summary: Ninject is a lightweight dependency injection framework for .NET applications
77
+ test_files: []
78
+