carldr-memcache-client 1.7.0

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: carldr-memcache-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.7.0
5
+ platform: ruby
6
+ authors:
7
+ - Eric Hodel
8
+ - Robert Cottrell
9
+ - Mike Perham
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2009-02-25 00:00:00 -08:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description: A Ruby library for accessing memcached.
19
+ email: mperham@gmail.com
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - README.rdoc
28
+ - LICENSE.txt
29
+ - History.rdoc
30
+ - Rakefile
31
+ - lib/memcache.rb
32
+ - lib/memcache_util.rb
33
+ has_rdoc: false
34
+ homepage: http://github.com/mperham/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: seattlerb
55
+ rubygems_version: 1.2.0
56
+ signing_key:
57
+ specification_version: 2
58
+ summary: A Ruby library for accessing memcached.
59
+ test_files:
60
+ - test/test_mem_cache.rb