webformsmvp-windsor 0.9.7.4.20100820
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/WebFormsMvp.Castle.dll +0 -0
- data/lib/WebFormsMvp.Castle.pdb +0 -0
- data/lib/WebFormsMvp.Castle.xml +8 -0
- metadata +109 -0
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,109 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: webformsmvp-windsor
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40201647
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 9
|
9
|
+
- 7
|
10
|
+
- 4
|
11
|
+
- 20100820
|
12
|
+
version: 0.9.7.4.20100820
|
13
|
+
platform: ruby
|
14
|
+
authors:
|
15
|
+
- Tatham Oddie
|
16
|
+
- Damian Edwards
|
17
|
+
autorequire:
|
18
|
+
bindir: bin
|
19
|
+
cert_chain: []
|
20
|
+
|
21
|
+
date: 2010-08-20 00:00:00 -06:00
|
22
|
+
default_executable:
|
23
|
+
dependencies:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: webformsmvp
|
26
|
+
prerelease: false
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - "="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
hash: 40201647
|
33
|
+
segments:
|
34
|
+
- 0
|
35
|
+
- 9
|
36
|
+
- 7
|
37
|
+
- 4
|
38
|
+
- 20100820
|
39
|
+
version: 0.9.7.4.20100820
|
40
|
+
type: :runtime
|
41
|
+
version_requirements: *id001
|
42
|
+
- !ruby/object:Gem::Dependency
|
43
|
+
name: castle.windsor
|
44
|
+
prerelease: false
|
45
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
46
|
+
none: false
|
47
|
+
requirements:
|
48
|
+
- - "="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
hash: 111
|
51
|
+
segments:
|
52
|
+
- 2
|
53
|
+
- 0
|
54
|
+
- 0
|
55
|
+
- 0
|
56
|
+
version: 2.0.0.0
|
57
|
+
type: :runtime
|
58
|
+
version_requirements: *id002
|
59
|
+
description: "\t\tWeb Forms MVP is a simple Model-View-Presenter framework for ASP.NET Web \n\
|
60
|
+
\t\tForms to aid in building testable and maintainable ASP.NET projects. \n\
|
61
|
+
\t\tFeatures support for normal server controls, data-binding and async pages.\n\
|
62
|
+
\t\tThis is the Castle Windsor adapter for Web Forms MVP.\n"
|
63
|
+
email: webformsmvp@googlegroups.com
|
64
|
+
executables: []
|
65
|
+
|
66
|
+
extensions: []
|
67
|
+
|
68
|
+
extra_rdoc_files: []
|
69
|
+
|
70
|
+
files:
|
71
|
+
- lib/WebFormsMvp.Castle.dll
|
72
|
+
- lib/WebFormsMvp.Castle.pdb
|
73
|
+
- lib/WebFormsMvp.Castle.xml
|
74
|
+
has_rdoc: true
|
75
|
+
homepage: http://webformsmvp.com/
|
76
|
+
licenses: []
|
77
|
+
|
78
|
+
post_install_message:
|
79
|
+
rdoc_options: []
|
80
|
+
|
81
|
+
require_paths:
|
82
|
+
- lib
|
83
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
84
|
+
none: false
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
hash: 3
|
89
|
+
segments:
|
90
|
+
- 0
|
91
|
+
version: "0"
|
92
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
|
+
none: false
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
hash: 3
|
98
|
+
segments:
|
99
|
+
- 0
|
100
|
+
version: "0"
|
101
|
+
requirements: []
|
102
|
+
|
103
|
+
rubyforge_project: webformsmvp-windsor
|
104
|
+
rubygems_version: 1.3.7
|
105
|
+
signing_key:
|
106
|
+
specification_version: 3
|
107
|
+
summary: Web Forms MVP (Castle Windsor) - A simple Model-View-Presenter framework for ASP.NET Web Forms
|
108
|
+
test_files: []
|
109
|
+
|