jekyll-paginate-content 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Jekyll
2
2
  module Paginate
3
3
  module Content
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-paginate-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Ibrado
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-28 00:00:00.000000000 Z
11
+ date: 2018-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,6 +61,10 @@ files:
61
61
  - bin/setup
62
62
  - jekyll-paginate-content.gemspec
63
63
  - lib/jekyll/paginate/content.rb
64
+ - lib/jekyll/paginate/content/documentpage.rb
65
+ - lib/jekyll/paginate/content/generator.rb
66
+ - lib/jekyll/paginate/content/pager.rb
67
+ - lib/jekyll/paginate/content/paginator.rb
64
68
  - lib/jekyll/paginate/content/version.rb
65
69
  - res/ajni-trail-p1.png
66
70
  - res/ajni-trail-p4.png
@@ -77,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
81
  requirements:
78
82
  - - ">="
79
83
  - !ruby/object:Gem::Version
80
- version: 2.0.0
84
+ version: 2.1.0
81
85
  required_rubygems_version: !ruby/object:Gem::Requirement
82
86
  requirements:
83
87
  - - ">="