We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a027572 commit 7fea48aCopy full SHA for 7fea48a
CHANGELOG
@@ -1,3 +1,9 @@
1
+0.2.0
2
+-----
3
+
4
+- Use Kaminari instead or will_paginate.
5
+- Change per_page to 15 items.
6
7
0.1.5
8
-----
9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- exception-track (0.1.5)
+ exception-track (0.2.0)
exception_notification (~> 4)
kaminari (>= 0.15)
rails (>= 4.0, < 5.2)
lib/exception-track/version.rb
@@ -1,3 +1,3 @@
module ExceptionTrack
- VERSION = '0.1.5'
+ VERSION = '0.2.0'
end
0 commit comments