sudothinker-memcache-client 1.5.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,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sudothinker-memcache-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.5.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Eric Hodel
8
+ - Robert Cottrell
9
+ - Michael Murray
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2008-07-08 00:00:00 -07:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description: A Ruby-based memcached client library
19
+ email: michael@howcast.com
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - README.txt
28
+ - License.txt
29
+ - History.txt
30
+ - Rakefile
31
+ - lib/memcache.rb
32
+ - lib/memcache_util.rb
33
+ has_rdoc: false
34
+ homepage: http://github.com/sudothinker/memcache-client
35
+ post_install_message:
36
+ rdoc_options: []
37
+
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ version:
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: "0"
51
+ version:
52
+ requirements: []
53
+
54
+ rubyforge_project:
55
+ rubygems_version: 1.2.0
56
+ signing_key:
57
+ specification_version: 2
58
+ summary: A Ruby-based memcached client library
59
+ test_files:
60
+ - test/test_mem_cache.rb