retlang 1.0.1.384

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.
Files changed (4) hide show
  1. data/lib/Retlang.dll +0 -0
  2. data/lib/Retlang.pdb +0 -0
  3. data/lib/Retlang.xml +1360 -0
  4. metadata +76 -0
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: retlang
3
+ version: !ruby/object:Gem::Version
4
+ hash: 859
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 1
10
+ - 384
11
+ version: 1.0.1.384
12
+ platform: ruby
13
+ authors:
14
+ - Mike Rettig
15
+ - Graham Nash
16
+ autorequire:
17
+ bindir: bin
18
+ cert_chain: []
19
+
20
+ date: 2010-08-05 00:00:00 +02:00
21
+ default_executable:
22
+ dependencies: []
23
+
24
+ description: |+
25
+ Retlang is a high performance C# threading library.
26
+ The library is intended for use in message based concurrency similar to event based actors in Scala.
27
+ The library does not provide remote messaging capabilities.
28
+ It is designed specifically for high performance in-memory messaging.
29
+
30
+ email:
31
+ executables: []
32
+
33
+ extensions: []
34
+
35
+ extra_rdoc_files: []
36
+
37
+ files:
38
+ - lib/Retlang.dll
39
+ - lib/Retlang.pdb
40
+ - lib/Retlang.xml
41
+ has_rdoc: true
42
+ homepage: http://code.google.com/p/retlang/
43
+ licenses: []
44
+
45
+ post_install_message:
46
+ rdoc_options: []
47
+
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ requirements: []
69
+
70
+ rubyforge_project: retlang
71
+ rubygems_version: 1.3.7
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: Retlang is a high performance C# threading library.
75
+ test_files: []
76
+