memcachedb-client 0.0.1

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.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: memcachedb-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Eric Hodel
8
+ - Robert Cottrell
9
+ - Mike Perham
10
+ - Julien Guimont
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+
15
+ date: 2010-02-14 00:00:00 -05:00
16
+ default_executable:
17
+ dependencies: []
18
+
19
+ description: A Ruby library for accessing memcachedb.
20
+ email: julien.guimont@gmail.com
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - LICENSE.txt
27
+ - README.rdoc
28
+ files:
29
+ - FAQ.rdoc
30
+ - History.rdoc
31
+ - LICENSE.txt
32
+ - README.rdoc
33
+ - Rakefile
34
+ - VERSION.yml
35
+ - lib/continuum_native.rb
36
+ - lib/memcachedb.rb
37
+ - performance.txt
38
+ - test/test_benchmark.rb
39
+ - test/test_mem_cache.rb
40
+ has_rdoc: true
41
+ homepage: http://github.com/juggy/memcachedb-client
42
+ licenses: []
43
+
44
+ post_install_message:
45
+ rdoc_options:
46
+ - --charset=UTF-8
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ requirements: []
62
+
63
+ rubyforge_project:
64
+ rubygems_version: 1.3.5
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: A Ruby library for accessing memcachedb.
68
+ test_files:
69
+ - test/test_benchmark.rb
70
+ - test/test_mem_cache.rb