memcache-auth 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ Echoe.new("memcache-auth") do |p|
8
8
  p.docs_host = "blog.evanweaver.com:~/www/bax/public/files/doc/"
9
9
  p.rdoc_pattern = /README|TODO|LICENSE|CHANGELOG|BENCH|COMPAT|exceptions|behaviors|rails.rb|memcached.rb|memcacheauth.rb/
10
10
  p.clean_pattern += ["ext/lib", "ext/include", "ext/share", "ext/libmemcached-?.??", "ext/bin", "ext/conftest.dSYM"]
11
- p.version = '0.2.1'
11
+ p.version = '0.2.2'
12
12
  end
13
13
 
14
14
  task :exceptions do
data/lib/memcacheauth.rb CHANGED
@@ -7,4 +7,8 @@ class MemcacheAuth < Memcached
7
7
  end
8
8
  super(servers, opts)
9
9
  end
10
- end
10
+ end
11
+
12
+ class MemcacheAuth::Rails < MemcacheAuth
13
+ MemCacheError = Memcached::Error
14
+ end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{memcache-auth}
5
- s.version = "0.2.1"
5
+ s.version = "0.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Evan Weaver - updated by NorthScale for auth support"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memcache-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Weaver - updated by NorthScale for auth support