iron_cache_rails 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_cache_rails (0.1.0)
4
+ iron_cache_rails (0.1.1)
5
5
  iron_cache (>= 1)
6
6
 
7
7
  GEM
@@ -65,7 +65,7 @@ module ActiveSupport
65
65
  end
66
66
 
67
67
  def escape_key(key)
68
- ekey = ::Base64.encode64(key)
68
+ ekey = ::Base64.encode64(key).gsub("\n",'').gsub("/",'')
69
69
 
70
70
  if ekey.size > 250
71
71
  ekey = "#{key[0, 213]}:md5:#{Digest::MD5.hexdigest(key)}"
@@ -1,3 +1,3 @@
1
1
  module IronCacheRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_cache_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-18 00:00:00.000000000 Z
12
+ date: 2012-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: iron_cache