elmah 1.1.11517.0.20100822

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,97 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: elmah
3
+ version: !ruby/object:Gem::Version
4
+ hash: 40110795
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 1
9
+ - 11517
10
+ - 0
11
+ - 20100822
12
+ version: 1.1.11517.0.20100822
13
+ platform: ruby
14
+ authors:
15
+ - Atif Aziz
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-08-22 00:00:00 -06:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
25
+ email: atif.aziz@skybow.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - lib/x64/net-2.0/Elmah.dll
34
+ - lib/x64/net-2.0/Elmah.pdb
35
+ - lib/x64/net-2.0/Elmah.xml
36
+ - lib/x64/net-2.0/System.Data.SQLite.DLL
37
+ - lib/x64/net-2.0/VistaDB.NET20.dll
38
+ - lib/x64/net-3.5/Elmah.dll
39
+ - lib/x64/net-3.5/Elmah.pdb
40
+ - lib/x64/net-3.5/Elmah.xml
41
+ - lib/x64/net-3.5/System.Data.SQLite.DLL
42
+ - lib/x64/net-3.5/VistaDB.NET20.dll
43
+ - lib/x86/net-1.0/Elmah.dll
44
+ - lib/x86/net-1.0/Elmah.pdb
45
+ - lib/x86/net-1.0/Elmah.xml
46
+ - lib/x86/net-1.1/Elmah.dll
47
+ - lib/x86/net-1.1/Elmah.pdb
48
+ - lib/x86/net-1.1/Elmah.xml
49
+ - lib/x86/net-2.0/Elmah.dll
50
+ - lib/x86/net-2.0/Elmah.pdb
51
+ - lib/x86/net-2.0/Elmah.xml
52
+ - lib/x86/net-2.0/System.Data.SQLite.DLL
53
+ - lib/x86/net-2.0/VistaDB.NET20.dll
54
+ - lib/x86/net-3.5/Elmah.dll
55
+ - lib/x86/net-3.5/Elmah.pdb
56
+ - lib/x86/net-3.5/Elmah.xml
57
+ - lib/x86/net-3.5/System.Data.SQLite.DLL
58
+ - lib/x86/net-3.5/VistaDB.NET20.dll
59
+ - docs/COPYING.txt
60
+ - docs/README.html
61
+ - docs/README.txt
62
+ has_rdoc: true
63
+ homepage: http://code.google.com/p/elmah/
64
+ licenses: []
65
+
66
+ post_install_message:
67
+ rdoc_options: []
68
+
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ none: false
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ hash: 3
77
+ segments:
78
+ - 0
79
+ version: "0"
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ hash: 3
86
+ segments:
87
+ - 0
88
+ version: "0"
89
+ requirements: []
90
+
91
+ rubyforge_project: elmah
92
+ rubygems_version: 1.3.7
93
+ signing_key:
94
+ specification_version: 3
95
+ summary: ELMAH - Error Logging Modules and Handlers for ASP.NET
96
+ test_files: []
97
+