omgf 0.0.0.GIT
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/.document +4 -0
- data/.gitignore +14 -0
- data/.wrongdoc.yml +6 -0
- data/COPYING +661 -0
- data/GIT-VERSION-GEN +40 -0
- data/GNUmakefile +5 -0
- data/README +69 -0
- data/examples/hyst.README +90 -0
- data/examples/hyst.bash +365 -0
- data/lib/omgf.rb +6 -0
- data/lib/omgf/hysterical_raisins.rb +336 -0
- data/lib/omgf/pool.rb +48 -0
- data/omgf.gemspec +26 -0
- data/pkg.mk +175 -0
- data/test/integration.rb +201 -0
- data/test/test_hyst.rb +78 -0
- data/test/test_hysterical_raisins.rb +238 -0
- metadata +134 -0
metadata
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: !binary |-
|
|
3
|
+
b21nZg==
|
|
4
|
+
version: !ruby/object:Gem::Version
|
|
5
|
+
version: 0.0.0.GIT
|
|
6
|
+
prerelease: 6
|
|
7
|
+
platform: ruby
|
|
8
|
+
authors:
|
|
9
|
+
- !binary |-
|
|
10
|
+
T01HRiBoYWNrZXJz
|
|
11
|
+
autorequire:
|
|
12
|
+
bindir: bin
|
|
13
|
+
cert_chain: []
|
|
14
|
+
date: 2012-06-20 00:00:00.000000000 Z
|
|
15
|
+
dependencies:
|
|
16
|
+
- !ruby/object:Gem::Dependency
|
|
17
|
+
name: !binary |-
|
|
18
|
+
cmFjaw==
|
|
19
|
+
requirement: !ruby/object:Gem::Requirement
|
|
20
|
+
none: false
|
|
21
|
+
requirements:
|
|
22
|
+
- - !binary |-
|
|
23
|
+
fj4=
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: !binary |-
|
|
26
|
+
MS4z
|
|
27
|
+
type: :runtime
|
|
28
|
+
prerelease: false
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
none: false
|
|
31
|
+
requirements:
|
|
32
|
+
- - !binary |-
|
|
33
|
+
fj4=
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: !binary |-
|
|
36
|
+
MS4z
|
|
37
|
+
- !ruby/object:Gem::Dependency
|
|
38
|
+
name: !binary |-
|
|
39
|
+
bW9naWxlZnMtY2xpZW50
|
|
40
|
+
requirement: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - !binary |-
|
|
44
|
+
fj4=
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: !binary |-
|
|
47
|
+
My4x
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
none: false
|
|
52
|
+
requirements:
|
|
53
|
+
- - !binary |-
|
|
54
|
+
fj4=
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: !binary |-
|
|
57
|
+
My4x
|
|
58
|
+
description: ! 'OMGF provides an HTTP interface for {MogileFS}[http://mogilefs.org],
|
|
59
|
+
|
|
60
|
+
allowing clients to connect to MogileFS without needing specialized
|
|
61
|
+
|
|
62
|
+
libraries to interface with MogileFS. Currently, WebDAV is supported.
|
|
63
|
+
|
|
64
|
+
OMGF is short for "OMGFiles", an anagram for "MogileFS".'
|
|
65
|
+
email: !binary |-
|
|
66
|
+
b21nZkBsaWJyZWxpc3Qub3Jn
|
|
67
|
+
executables: []
|
|
68
|
+
extensions: []
|
|
69
|
+
extra_rdoc_files:
|
|
70
|
+
- ChangeLog
|
|
71
|
+
- lib/omgf.rb
|
|
72
|
+
- lib/omgf/hysterical_raisins.rb
|
|
73
|
+
- lib/omgf/pool.rb
|
|
74
|
+
- NEWS
|
|
75
|
+
- README
|
|
76
|
+
files:
|
|
77
|
+
- .document
|
|
78
|
+
- .gitignore
|
|
79
|
+
- .manifest
|
|
80
|
+
- .wrongdoc.yml
|
|
81
|
+
- COPYING
|
|
82
|
+
- ChangeLog
|
|
83
|
+
- GIT-VERSION-FILE
|
|
84
|
+
- GIT-VERSION-GEN
|
|
85
|
+
- GNUmakefile
|
|
86
|
+
- LATEST
|
|
87
|
+
- NEWS
|
|
88
|
+
- README
|
|
89
|
+
- examples/hyst.README
|
|
90
|
+
- examples/hyst.bash
|
|
91
|
+
- lib/omgf.rb
|
|
92
|
+
- lib/omgf/hysterical_raisins.rb
|
|
93
|
+
- lib/omgf/pool.rb
|
|
94
|
+
- omgf.gemspec
|
|
95
|
+
- pkg.mk
|
|
96
|
+
- test/integration.rb
|
|
97
|
+
- test/test_hyst.rb
|
|
98
|
+
- test/test_hysterical_raisins.rb
|
|
99
|
+
homepage: http://bogomips.org/omgf/
|
|
100
|
+
licenses:
|
|
101
|
+
- !binary |-
|
|
102
|
+
QUdQTHYzKw==
|
|
103
|
+
post_install_message:
|
|
104
|
+
rdoc_options:
|
|
105
|
+
- -t
|
|
106
|
+
- OMGF - hysterical REST API for MogileFS using Rack
|
|
107
|
+
- -W
|
|
108
|
+
- http://bogomips.org/omgf.git/tree/%s
|
|
109
|
+
require_paths:
|
|
110
|
+
- lib
|
|
111
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
112
|
+
none: false
|
|
113
|
+
requirements:
|
|
114
|
+
- - ! '>='
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: '0'
|
|
117
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
|
+
none: false
|
|
119
|
+
requirements:
|
|
120
|
+
- - ! '>'
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
version: 1.3.1
|
|
123
|
+
requirements: []
|
|
124
|
+
rubyforge_project:
|
|
125
|
+
rubygems_version: 1.8.21
|
|
126
|
+
signing_key:
|
|
127
|
+
specification_version: 3
|
|
128
|
+
summary: hysterical REST API for MogileFS using Rack
|
|
129
|
+
test_files:
|
|
130
|
+
- !binary |-
|
|
131
|
+
dGVzdC90ZXN0X2h5c3QucmI=
|
|
132
|
+
- !binary |-
|
|
133
|
+
dGVzdC90ZXN0X2h5c3RlcmljYWxfcmFpc2lucy5yYg==
|
|
134
|
+
has_rdoc:
|