will_paginate_infinite 0.1.2 → 0.1.3

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: f78880d8c3c58cd3fd65e91547faa920d7aef720
4
- data.tar.gz: 23452f1dd9da84958866eb86c15af8becb09c781
3
+ metadata.gz: 79974461af2124e7ace56b61c5b49d1bc90cef83
4
+ data.tar.gz: 45da2eb2da791fe531d0a2b4d5d90bd844c45eb2
5
5
  SHA512:
6
- metadata.gz: 5f831b7fd8470561d498695e10addbe1849672df93dda087c279ae3b90c61dcea4e2beb78f2eb5e540c14d7e42efa789ed2f3d9c6c3bfc12bdc7ba35c47beb5b
7
- data.tar.gz: fe88a05aa6265ddd59198ce75635a38d8143fe0785aece4e556c3716deb15962a30f17a23b2f73ff9f0de8162c04ecc9ef42dde4afed3c624622e1713910cca6
6
+ metadata.gz: 012b240347d0c111e459d66b721e0c5c0558397d9d806e944acef09b98e454ea4ecf871172dce4221806fdd257edb1263428c62b919f1bc7650bc97e06e26706
7
+ data.tar.gz: df6e7a84cb3432db03b33926cd6c2f801d88839e373ce75217033616a18a8ec9d4044ac2483b019572fea5954a102a1a7cc838b4a8150a0ed606ea9a6bacad9b
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
  require 'version'
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'will_paginate_infinite'
6
- s.version = '0.1.2'
6
+ s.version = '0.1.3'
7
7
  s.date = '2016-07-29'
8
8
  s.summary = "Will Paginate with infinite scroll"
9
9
  s.description = "Will Paginate with infinite scroll"
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.homepage = 'https://github.com/PlanBCom/will_paginate_infinite'
18
18
  s.license = 'MIT'
19
19
  s.rdoc_options = ['--main', 'README.md', '--charset=UTF-8']
20
-
20
+ s.extra_rdoc_files = ['README.md']
21
+
21
22
  s.add_runtime_dependency "will_paginate", '~> 3.0', '>= 3.0.3'
22
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_paginate_infinite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adriano Godoy
@@ -34,7 +34,8 @@ description: Will Paginate with infinite scroll
34
34
  email: godoy.ccp@gmail.com
35
35
  executables: []
36
36
  extensions: []
37
- extra_rdoc_files: []
37
+ extra_rdoc_files:
38
+ - README.md
38
39
  files:
39
40
  - ".gitignore"
40
41
  - README.md