grasshopper_paginate 0.0.1 → 0.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62fd4ce9cd4d8e122132bbb5c443e4965531c544
|
|
4
|
+
data.tar.gz: 25d7173c718e2c8b53d64a041471aca3f727b4b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa4fb58f2c53eaf4131b31a98550baeec993b449f51688029a1cb1276549574d7e895988aaf3072ccb61f62deb103174c5da784d7d42213bbea2637133c9308
|
|
7
|
+
data.tar.gz: 97b7143920f8eddfad3b73bb5691e19da83661e366bc25aba8d45c5ad7e64d37fe195bc3860f03f4a8e0d3591b41709d0a2d18cd3c849be7f223e55fe5052fe8
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["hjx500@gmail.com"]
|
|
11
11
|
gem.description = %q{change based on foundation-will_paginate gem, use foundation style pagination and also provides a goto page input area when gap is clicked}
|
|
12
12
|
gem.summary = %q{enhanced foundation pagination with will_paginate}
|
|
13
|
-
gem.homepage = ''
|
|
13
|
+
gem.homepage = 'https://github.com/jiexinhuang/grasshopper_paginate'
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
|
@@ -12,8 +12,8 @@ module Grasshopper
|
|
|
12
12
|
end
|
|
13
13
|
end
|
|
14
14
|
::ActiveRecord::Base.extend Pagination
|
|
15
|
-
::ActiveRecord::Relation.include Pagination
|
|
16
|
-
::ActiveRecord::Associations::CollectionProxy.include Pagination
|
|
15
|
+
::ActiveRecord::Relation.send :include, Pagination
|
|
16
|
+
::ActiveRecord::Associations::CollectionProxy.send :include, Pagination
|
|
17
17
|
end
|
|
18
18
|
end
|
|
19
19
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grasshopper_paginate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JIEXIN HUANG
|
|
@@ -115,7 +115,7 @@ files:
|
|
|
115
115
|
- lib/grasshopper_paginate/helper.rb
|
|
116
116
|
- lib/grasshopper_paginate/renderer.rb
|
|
117
117
|
- lib/grasshopper_paginate/version.rb
|
|
118
|
-
homepage:
|
|
118
|
+
homepage: https://github.com/jiexinhuang/grasshopper_paginate
|
|
119
119
|
licenses:
|
|
120
120
|
- MIT
|
|
121
121
|
metadata: {}
|