bbvcommon 6.268.0.20100803

Sign up to get free protection for your applications and to get access to all the features.
Binary file
metadata ADDED
@@ -0,0 +1,118 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bbvcommon
3
+ version: !ruby/object:Gem::Version
4
+ hash: 40199625
5
+ prerelease: false
6
+ segments:
7
+ - 6
8
+ - 268
9
+ - 0
10
+ - 20100803
11
+ version: 6.268.0.20100803
12
+ platform: ruby
13
+ authors:
14
+ - Urs Enzler
15
+ - Daniel Marbach
16
+ - Roger Rudin
17
+ autorequire:
18
+ bindir: bin
19
+ cert_chain: []
20
+
21
+ date: 2010-08-03 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: |
42
+ bbv.Common is a library of .NET components and functionality including:
43
+ * (a)synchronous notification component with thread switching using publisher-subscriber pattern,
44
+ * hierarchical state machine with fluent definition syntax,
45
+ * programmatic, loosely coupled, context based rule engine,
46
+ * support for active objects to build multi-threaded applications
47
+
48
+ email: bbvcommon@googlegroups.com
49
+ executables: []
50
+
51
+ extensions: []
52
+
53
+ extra_rdoc_files: []
54
+
55
+ files:
56
+ - lib/NET35/bbv.Common.AsyncModule.dll
57
+ - lib/NET35/bbv.Common.AsyncModule.xml
58
+ - lib/NET35/bbv.Common.Data.dll
59
+ - lib/NET35/bbv.Common.Data.XML
60
+ - lib/NET35/bbv.Common.Diagnostics.dll
61
+ - lib/NET35/bbv.Common.Diagnostics.XML
62
+ - lib/NET35/bbv.Common.dll
63
+ - lib/NET35/bbv.Common.EvaluationEngine.dll
64
+ - lib/NET35/bbv.Common.EventBroker.dll
65
+ - lib/NET35/bbv.Common.EventBroker.XML
66
+ - lib/NET35/bbv.Common.Formatters.dll
67
+ - lib/NET35/bbv.Common.Formatters.xml
68
+ - lib/NET35/bbv.Common.IO.dll
69
+ - lib/NET35/bbv.Common.IO.xml
70
+ - lib/NET35/bbv.Common.RuleEngine.dll
71
+ - lib/NET35/bbv.Common.RuleEngine.xml
72
+ - lib/NET35/bbv.Common.Security.dll
73
+ - lib/NET35/bbv.Common.Security.XML
74
+ - lib/NET35/bbv.Common.StateMachine.dll
75
+ - lib/NET35/bbv.Common.StateMachine.XML
76
+ - lib/NET35/bbv.Common.TestUtilities.dll
77
+ - lib/NET35/bbv.Common.TestUtilities.xml
78
+ - lib/NET35/bbv.Common.Threading.dll
79
+ - lib/NET35/bbv.Common.Threading.XML
80
+ - lib/NET35/bbv.Common.Windows.dll
81
+ - lib/NET35/bbv.Common.Windows.xml
82
+ - lib/NET35/bbv.Common.XML
83
+ has_rdoc: true
84
+ homepage: http://code.google.com/p/bbvcommon/
85
+ licenses: []
86
+
87
+ post_install_message:
88
+ rdoc_options: []
89
+
90
+ require_paths:
91
+ - lib
92
+ required_ruby_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
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ none: false
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ hash: 3
107
+ segments:
108
+ - 0
109
+ version: "0"
110
+ requirements: []
111
+
112
+ rubyforge_project: bbvcommon
113
+ rubygems_version: 1.3.7
114
+ signing_key:
115
+ specification_version: 3
116
+ summary: bbv.Common - .NET component library (event broker, state machine, active objects, ...)
117
+ test_files: []
118
+