nservicebus 2.0.0.1281
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/NServiceBus.Core.dll +0 -0
- data/lib/NServiceBus.Core.xml +93438 -0
- data/lib/NServiceBus.Host.exe +0 -0
- data/lib/NServiceBus.Host.xml +677 -0
- data/lib/NServiceBus.Testing.dll +0 -0
- data/lib/NServiceBus.Testing.xml +5896 -0
- data/lib/NServiceBus.dll +0 -0
- data/lib/NServiceBus.xml +1097 -0
- metadata +97 -0
metadata
ADDED
@@ -0,0 +1,97 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: nservicebus
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 2669
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- 1281
|
11
|
+
version: 2.0.0.1281
|
12
|
+
platform: ruby
|
13
|
+
authors:
|
14
|
+
- Udi Dahan
|
15
|
+
- Andreas Ohlund
|
16
|
+
- Matt Burton
|
17
|
+
autorequire:
|
18
|
+
bindir: bin
|
19
|
+
cert_chain: []
|
20
|
+
|
21
|
+
date: 2010-07-29 00:00:00 +02:00
|
22
|
+
default_executable:
|
23
|
+
dependencies:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: log4net
|
26
|
+
prerelease: false
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - "="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
hash: 103
|
33
|
+
segments:
|
34
|
+
- 1
|
35
|
+
- 2
|
36
|
+
- 10
|
37
|
+
- 0
|
38
|
+
version: 1.2.10.0
|
39
|
+
type: :runtime
|
40
|
+
version_requirements: *id001
|
41
|
+
description: "\t\tThe most popular open-source service bus for .net \n\
|
42
|
+
\t\tPowerful, yet lightweight.\n\
|
43
|
+
\t\tPluggable, yet simple to use.\n\
|
44
|
+
\t\tEnterprise development, done right.\n\n\
|
45
|
+
\t\tZero Install - working pub/sub messaging in under 5 minutes.\n"
|
46
|
+
email: andreas_ohlund@hotmail.com
|
47
|
+
executables: []
|
48
|
+
|
49
|
+
extensions: []
|
50
|
+
|
51
|
+
extra_rdoc_files: []
|
52
|
+
|
53
|
+
files:
|
54
|
+
- ./lib/NServiceBus.Core.dll
|
55
|
+
- ./lib/NServiceBus.dll
|
56
|
+
- ./lib/NServiceBus.Testing.dll
|
57
|
+
- ./lib/NServiceBus.Host.exe
|
58
|
+
- ./lib/NServiceBus.Core.xml
|
59
|
+
- ./lib/NServiceBus.Host.xml
|
60
|
+
- ./lib/NServiceBus.Testing.xml
|
61
|
+
- ./lib/NServiceBus.xml
|
62
|
+
has_rdoc: true
|
63
|
+
homepage: http://nservicebus.com
|
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
|
+
- none
|
91
|
+
rubyforge_project: nservicebus
|
92
|
+
rubygems_version: 1.3.7
|
93
|
+
signing_key:
|
94
|
+
specification_version: 3
|
95
|
+
summary: NServiceBus is a powerful, yet lightweight, open source messaging framework
|
96
|
+
test_files: []
|
97
|
+
|