smart_pagination 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c451a174fdb1dbbe0201eebeb792d0d9d056d980
4
- data.tar.gz: 9753af4e65b20f602bc2d37f3b916d7147847e0d
3
+ metadata.gz: 145f8e33c31b461c53ad4fccb923d0956c461ede
4
+ data.tar.gz: 2c5c0650cf4231a66c18232350f3a878fb2daf80
5
5
  SHA512:
6
- metadata.gz: '08dc7c842bb87a2e5649a6ab9e1f8d82c48ba80ed6b2a3fd7f9b8bf604fbd535e38cfab696d3030d9b7a820b2cfbc36c25bd13bfce8b85a44cee8b10afcc1173'
7
- data.tar.gz: b557c1e8e8a68c119c42b163a4713a90458335e678403e475a40856cfcccc98fa4e92a7e89e94a360410a8688c11bd1a59ecf3760438bb961bcc53331f5d53e1
6
+ metadata.gz: 21614fec26fb446aa71df2972bc04e4bbbe3b6494909710648f4d2ad33fc4cca35c0f4f9be4906e881b4548386b424906a400524947df753bd4e338c0ba716c1
7
+ data.tar.gz: a3c27c79e1e02c8aeeabb7cd29a7950826ac0fd55e64e0bc643ac4f452e5a59ef9c56b64cab44837c690f70b388bb134f3ecec8c51bd14246d0b03da40adf3ba
@@ -4,10 +4,15 @@ require 'smart_pagination/version'
4
4
 
5
5
  module SmartPagination
6
6
  extend ActiveSupport::Autoload
7
+ extend ActiveSupport::Concern
7
8
 
8
9
  # Autoload modules
9
10
  autoload :Renderer
10
11
  autoload :Helper
12
+
13
+ included do
14
+ include SmartPaginate
15
+ end
11
16
  end
12
17
 
13
18
  # Include action view helpers
@@ -1,3 +1,3 @@
1
1
  module SmartPagination
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonian Guveli