openwferu-extras 0.9.12.863
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/openwfe/extras/listeners/sqslisteners.rb +151 -0
- data/lib/openwfe/extras/participants/activeparticipants.rb +334 -0
- data/lib/openwfe/extras/participants/atomparticipants.rb +198 -0
- data/lib/openwfe/extras/participants/csvparticipants.rb +129 -0
- data/lib/openwfe/extras/participants/sqsparticipants.rb +124 -0
- data/lib/openwfe/extras/participants/twitterparticipants.rb +191 -0
- data/lib/openwfe/extras/util/csvtable.rb +448 -0
- data/lib/openwfe/extras/util/sqs.rb +581 -0
- metadata +56 -0
metadata
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.0
|
3
|
+
specification_version: 1
|
4
|
+
name: openwferu-extras
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 0.9.12.863
|
7
|
+
date: 2007-07-31 00:00:00 +09:00
|
8
|
+
summary: OpenWFEru extras (sqs, csv, ...)
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: john at openwfe dot org
|
12
|
+
homepage: http://openwferu.rubyforge.org/
|
13
|
+
rubyforge_project:
|
14
|
+
description:
|
15
|
+
autorequire: openwferu-extras
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: false
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
- John Mettraux
|
31
|
+
files:
|
32
|
+
- lib/openwfe/extras/listeners
|
33
|
+
- lib/openwfe/extras/participants
|
34
|
+
- lib/openwfe/extras/util
|
35
|
+
- lib/openwfe/extras/listeners/sqslisteners.rb
|
36
|
+
- lib/openwfe/extras/participants/activeparticipants.rb
|
37
|
+
- lib/openwfe/extras/participants/atomparticipants.rb
|
38
|
+
- lib/openwfe/extras/participants/csvparticipants.rb
|
39
|
+
- lib/openwfe/extras/participants/sqsparticipants.rb
|
40
|
+
- lib/openwfe/extras/participants/twitterparticipants.rb
|
41
|
+
- lib/openwfe/extras/util/csvtable.rb
|
42
|
+
- lib/openwfe/extras/util/sqs.rb
|
43
|
+
test_files: []
|
44
|
+
|
45
|
+
rdoc_options: []
|
46
|
+
|
47
|
+
extra_rdoc_files: []
|
48
|
+
|
49
|
+
executables: []
|
50
|
+
|
51
|
+
extensions: []
|
52
|
+
|
53
|
+
requirements: []
|
54
|
+
|
55
|
+
dependencies: []
|
56
|
+
|