mvcturbine-ninject 2.1.0.0.20100820
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/MvcTurbine.Ninject.dll +0 -0
- data/lib/MvcTurbine.Ninject.xml +218 -0
- data/lib/Ninject.dll +0 -0
- data/lib/Ninject.xml +4026 -0
- metadata +107 -0
metadata
ADDED
@@ -0,0 +1,107 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mvcturbine-ninject
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40201543
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 1
|
9
|
+
- 0
|
10
|
+
- 0
|
11
|
+
- 20100820
|
12
|
+
version: 2.1.0.0.20100820
|
13
|
+
platform: ruby
|
14
|
+
authors:
|
15
|
+
- Javier Lozano
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-08-20 00:00:00 -06:00
|
21
|
+
default_executable:
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
name: mvcturbine
|
25
|
+
prerelease: false
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - "="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
hash: 40201543
|
32
|
+
segments:
|
33
|
+
- 2
|
34
|
+
- 1
|
35
|
+
- 0
|
36
|
+
- 0
|
37
|
+
- 20100820
|
38
|
+
version: 2.1.0.0.20100820
|
39
|
+
type: :runtime
|
40
|
+
version_requirements: *id001
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: ninject
|
43
|
+
prerelease: false
|
44
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
45
|
+
none: false
|
46
|
+
requirements:
|
47
|
+
- - "="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
hash: 40201597
|
50
|
+
segments:
|
51
|
+
- 2
|
52
|
+
- 0
|
53
|
+
- 0
|
54
|
+
- 0
|
55
|
+
- 20100801
|
56
|
+
version: 2.0.0.0.20100801
|
57
|
+
type: :runtime
|
58
|
+
version_requirements: *id002
|
59
|
+
description: MVC Turbine is a plugin for ASP.NET MVC that has IoC baked in and auto-wires controllers, binders, view engines, http modules, etc. that reside within your application. Thus you worry more about what your application should do, rather than how it should do it. This is the Ninject adapter for MVC Turbine.
|
60
|
+
email: jglozano@gmail.com
|
61
|
+
executables: []
|
62
|
+
|
63
|
+
extensions: []
|
64
|
+
|
65
|
+
extra_rdoc_files: []
|
66
|
+
|
67
|
+
files:
|
68
|
+
- lib/MvcTurbine.Ninject.dll
|
69
|
+
- lib/MvcTurbine.Ninject.xml
|
70
|
+
- lib/Ninject.dll
|
71
|
+
- lib/Ninject.xml
|
72
|
+
has_rdoc: true
|
73
|
+
homepage: http://mvcturbine.codeplex.com/
|
74
|
+
licenses: []
|
75
|
+
|
76
|
+
post_install_message:
|
77
|
+
rdoc_options: []
|
78
|
+
|
79
|
+
require_paths:
|
80
|
+
- lib
|
81
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
83
|
+
requirements:
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
hash: 3
|
87
|
+
segments:
|
88
|
+
- 0
|
89
|
+
version: "0"
|
90
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
|
+
none: false
|
92
|
+
requirements:
|
93
|
+
- - ">="
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
hash: 3
|
96
|
+
segments:
|
97
|
+
- 0
|
98
|
+
version: "0"
|
99
|
+
requirements: []
|
100
|
+
|
101
|
+
rubyforge_project: mvcturbine-ninject
|
102
|
+
rubygems_version: 1.3.7
|
103
|
+
signing_key:
|
104
|
+
specification_version: 3
|
105
|
+
summary: MVC Turbine (Ninject) - A simple, extensible framework to streamline your ASP.NET MVC development
|
106
|
+
test_files: []
|
107
|
+
|