dalli 2.6.1 → 2.6.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of dalli might be problematic. Click here for more details.

data/History.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Dalli Changelog
2
2
  =====================
3
3
 
4
+ 2.6.2
5
+ =======
6
+
7
+ - Properly handle missing RubyInline
8
+
4
9
  2.6.1
5
10
  =======
6
11
 
@@ -103,7 +103,7 @@ module Dalli
103
103
  }
104
104
  EOM
105
105
  end
106
- rescue
106
+ rescue LoadError
107
107
  # Find the closest index in the Ring with value <= the given value
108
108
  def binary_search(ary, value)
109
109
  upper = ary.size - 1
@@ -1,3 +1,3 @@
1
1
  module Dalli
2
- VERSION = '2.6.1'
2
+ VERSION = '2.6.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dalli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: