grasshopper_paginate 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90cbc226ca955a66e79dbe64f392af33e8425939
4
- data.tar.gz: 32096185543e3b65cf31f7267f19491927ea2cd5
3
+ metadata.gz: 62fd4ce9cd4d8e122132bbb5c443e4965531c544
4
+ data.tar.gz: 25d7173c718e2c8b53d64a041471aca3f727b4b9
5
5
  SHA512:
6
- metadata.gz: 486cabeff0d3e7be1a49716fb0002c29c45dd4c35bb671eb8be9a098f689a4a5c165b74da063b5196d44cd238ad94d7d2a3309d38f8a927d427ccfd411f0bbb0
7
- data.tar.gz: 1a24f8ceb63a1ea9f9e56ab5940fe9589dc4b46d2ff78177963c816cdb80a7d2116104cea91d3dd1386cec3b1fc1a610014eb42fdc190b70283cf5ac5047fe4a
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
@@ -1,5 +1,5 @@
1
1
  module Grasshopper
2
2
  module Paginate
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  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.1
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: {}