brontes3d-memcache-client 1.7.4.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,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: brontes3d-memcache-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.7.4.1
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-05-16 00:00:00 -07: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
+ - FAQ.rdoc
28
+ - README.rdoc
29
+ - LICENSE.txt
30
+ - History.rdoc
31
+ - Rakefile
32
+ - lib/memcache.rb
33
+ - lib/continuum_native.rb
34
+ has_rdoc: false
35
+ homepage: http://github.com/brontes3d/memcache-client
36
+ licenses:
37
+ post_install_message:
38
+ rdoc_options: []
39
+
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ requirements: []
55
+
56
+ rubyforge_project: seattlerb
57
+ rubygems_version: 1.3.5
58
+ signing_key:
59
+ specification_version: 2
60
+ summary: A Ruby library for accessing memcached.
61
+ test_files:
62
+ - test/test_mem_cache.rb