mvcturbine 2.1.0.0.20100820
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/lib/MvcTurbine.Web.dll +0 -0
- data/lib/MvcTurbine.Web.xml +852 -0
- data/lib/MvcTurbine.dll +0 -0
- data/lib/MvcTurbine.xml +789 -0
- metadata +72 -0
metadata
ADDED
@@ -0,0 +1,72 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mvcturbine
|
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
|
+
|
24
|
+
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.
|
25
|
+
email: jglozano@gmail.com
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/MvcTurbine.dll
|
34
|
+
- lib/MvcTurbine.Web.dll
|
35
|
+
- lib/MvcTurbine.Web.xml
|
36
|
+
- lib/MvcTurbine.xml
|
37
|
+
has_rdoc: true
|
38
|
+
homepage: http://mvcturbine.codeplex.com/
|
39
|
+
licenses: []
|
40
|
+
|
41
|
+
post_install_message:
|
42
|
+
rdoc_options: []
|
43
|
+
|
44
|
+
require_paths:
|
45
|
+
- lib
|
46
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
+
none: false
|
48
|
+
requirements:
|
49
|
+
- - ">="
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
hash: 3
|
52
|
+
segments:
|
53
|
+
- 0
|
54
|
+
version: "0"
|
55
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
|
+
none: false
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
hash: 3
|
61
|
+
segments:
|
62
|
+
- 0
|
63
|
+
version: "0"
|
64
|
+
requirements: []
|
65
|
+
|
66
|
+
rubyforge_project: mvcturbine
|
67
|
+
rubygems_version: 1.3.7
|
68
|
+
signing_key:
|
69
|
+
specification_version: 3
|
70
|
+
summary: MVC Turbine - A simple, extensible framework to streamline your ASP.NET MVC development
|
71
|
+
test_files: []
|
72
|
+
|