peek-dalli 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -5,3 +5,7 @@
5
5
  # 1.1.0
6
6
 
7
7
  - Query count and Query time are now threadsafe.
8
+
9
+ # 1.1.1
10
+
11
+ - Fix an issue with the peek rename.
File without changes
@@ -1,5 +1,5 @@
1
1
  module Peek
2
2
  module Dalli
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peek-dalli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -74,7 +74,7 @@ files:
74
74
  - README.md
75
75
  - Rakefile
76
76
  - app/views/peek/views/_dalli.html.erb
77
- - lib/glimpse-dalli.rb
77
+ - lib/peek-dalli.rb
78
78
  - lib/peek-dalli/railtie.rb
79
79
  - lib/peek-dalli/version.rb
80
80
  - lib/peek/views/dalli.rb