cachetastic 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/cachetastic.rb CHANGED
@@ -5,6 +5,7 @@ require 'logger'
5
5
  require 'yaml'
6
6
  require 'zlib'
7
7
  require 'pp'
8
+ require 'drb'
8
9
 
9
10
  module Cachetastic #:nodoc:#
10
11
  module Caches #:nodoc:#
@@ -2,4 +2,4 @@
2
2
  gem_name: cachetastic
3
3
  package: cachetastic
4
4
  project: magrathea
5
- version: 1.4.0
5
+ version: 1.4.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.4.0
4
+ version: 1.4.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-03-12 00:00:00 -04:00
13
+ date: 2008-03-14 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16