spymemcached.jruby 1.0.13-java → 1.0.14-java

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec2d9d2457bc1fc789dd47a3ee928ee373d3848d
4
- data.tar.gz: fa2b69d37593a7fecd45a759869ae60f96a1ec7a
3
+ metadata.gz: d5a3b16dd12e499e701577ed3a6b22c3cd9428a9
4
+ data.tar.gz: 145035cc3997ff4d08760eca1655861294586b46
5
5
  SHA512:
6
- metadata.gz: f821bb578364df010db93be906896375f975faffecaf2c8b303b6f703d680c6d093f963c5b2dbe73b40602c2fc0d4fe209496476862fd79bc70febbb9904474d
7
- data.tar.gz: d2825df558b9d4cba0ace22ec22bd5999d5cb22014bec50b000fb42e930d8ff324de842e649ae9728060b5a487a8780c661f842e281ac7b9fd0fcdc207585940
6
+ metadata.gz: 4a6434fa6dfedc06bb9a1c816124f6cf24dbb40add3ce70f76910f45a9205c5d7b3f6de58f6977a8a02f7f407201837c0411bb673b2734f56756f91307df6b48
7
+ data.tar.gz: d8124c826b66e6321884fc0458509d0c7c8109a1e002cf0b67819dc53d5324d2d29e4f0e77273a45720d01964b295526b9dbc0429c19ad81ae1a286f6586d436
@@ -53,6 +53,10 @@ class Spymemcached
53
53
  op(:stats)
54
54
  end
55
55
 
56
+ def shutdown
57
+ op(:shutdown)
58
+ end
59
+
56
60
  private
57
61
  def opts(raw)
58
62
  raw.is_a?(Hash) ? raw : {:raw => raw}
@@ -30,6 +30,10 @@ class SpymemcachedRails23Test < Test::Unit::TestCase
30
30
  assert_equal({"key1" => '0', 'key2' => '1'}, @client.get_multi(['key1', 'key2'], :raw => true))
31
31
  end
32
32
 
33
+ def test_shutdown
34
+ @client.shutdown
35
+ end
36
+
33
37
  def response
34
38
  Spymemcached::Rails23::Response
35
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spymemcached.jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 1.0.14
5
5
  platform: java
6
6
  authors:
7
7
  - Xiao Li