blackhole-store 0.1.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.3.1
@@ -15,6 +15,7 @@ module ActiveSupport
15
15
 
16
16
  def write(key, value, options = nil)
17
17
  log("Write", key, options)
18
+ value
18
19
  end
19
20
 
20
21
  def delete(key, options = nil)
data/spec/spec_helper.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  $LOAD_PATH.unshift(File.dirname(__FILE__))
2
2
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
3
3
  require 'rubygems'
4
- require 'active_support'
5
4
  require 'active_support/cache/blackhole_store'
5
+ require 'blackhole_store'
6
6
  require 'spec'
7
7
  require 'spec/autorun'
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackhole-store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Chatzigeorgiou