jjp-memcache-client 1.8.7

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,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jjp-memcache-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.8.7
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Eric Hodel
9
+ - Robert Cottrell
10
+ - Mike Perham
11
+ - DoppioJP
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+ date: 2011-10-13 00:00:00.000000000Z
16
+ dependencies: []
17
+ description: A Ruby library for accessing memcached. With additional information in
18
+ MemCacheError Value too large... error which should help chasing code which is responsible
19
+ for that error is possible whenever that error gets logged, no matter the logger
20
+ level. Useful on production servers.
21
+ email: mperham@gmail.com
22
+ executables:
23
+ - memcached_top
24
+ extensions: []
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
+ - lib/continuum_native.rb
35
+ - lib/memcache.rb
36
+ - lib/memcache/event_machine.rb
37
+ - lib/memcache/version.rb
38
+ - lib/memcache_util.rb
39
+ - performance.txt
40
+ - test/test_benchmark.rb
41
+ - test/test_event_machine.rb
42
+ - test/test_mem_cache.rb
43
+ - bin/memcached_top
44
+ homepage: https://github.com/DoppioJP/memcache-client
45
+ licenses: []
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --charset=UTF-8
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 1.8.6
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: A Ruby library for accessing memcached.
69
+ test_files:
70
+ - test/test_benchmark.rb
71
+ - test/test_event_machine.rb
72
+ - test/test_mem_cache.rb