cachetastic 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@
18
18
  # servers:
19
19
  # - 127.0.0.1:11211
20
20
  class Cachetastic::Adapters::Memcache < Cachetastic::Adapters::Base
21
+ require 'memcache'
21
22
 
22
23
  def setup
23
24
  self.conn = MemCache.new(self.servers, self.store_options.merge({:namespace => self.namespace}))
data/lib/cachetastic.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  # :include: README
2
2
  require 'rubygems'
3
- require 'memcache'
4
3
  require 'singleton'
5
4
  require 'logger'
6
5
  require 'yaml'
@@ -2,4 +2,4 @@
2
2
  gem_name: cachetastic
3
3
  package: cachetastic
4
4
  project: magrathea
5
- version: 1.3.0
5
+ version: 1.3.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cachetastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-02-27 00:00:00 -05:00
13
+ date: 2008-02-29 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies: []
16
16