memcached-northscale 0.19.5.2 → 0.19.5.3
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.
- data/CHANGELOG +2 -0
- data/lib/memcached/rails.rb +2 -2
- data/memcached-northscale.gemspec +2 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/memcached/rails.rb
CHANGED
@@ -85,10 +85,10 @@ class Memcached
|
|
85
85
|
def add(key, value, ttl=@default_ttl, raw=false)
|
86
86
|
super(key, value, ttl, !raw)
|
87
87
|
# This causes me physical pain.
|
88
|
-
|
88
|
+
"STORED\r\n"
|
89
89
|
rescue NotStored # This can still throw exceptions. What's the right behavior if the
|
90
90
|
# server goes away?
|
91
|
-
|
91
|
+
"NOT STORED\r\n"
|
92
92
|
end
|
93
93
|
|
94
94
|
# Wraps Memcached#delete so that it doesn't raise.
|
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{memcached-northscale}
|
5
|
-
s.version = "0.19.5.
|
5
|
+
s.version = "0.19.5.3"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Sean Lynch"]
|
9
|
-
s.date = %q{2010-06-
|
9
|
+
s.date = %q{2010-06-30}
|
10
10
|
s.description = %q{Test gem. Do not use unless you know what you're doing.}
|
11
11
|
s.email = %q{}
|
12
12
|
s.extensions = ["ext/extconf.rb"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: memcached-northscale
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 197
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
9
|
- 5
|
10
|
-
-
|
11
|
-
version: 0.19.5.
|
10
|
+
- 3
|
11
|
+
version: 0.19.5.3
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Sean Lynch
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-06-
|
19
|
+
date: 2010-06-30 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|