will_paginate_mongoid 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  require 'rails'
2
2
  require 'mongoid'
3
+ require 'will_paginate'
3
4
 
4
5
  module WillPaginateMongoid
5
6
  class Engine < ::Rails::Engine
@@ -1,3 +1,3 @@
1
1
  module WillPaginateMongoid
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: will_paginate_mongoid
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lucas Souza