jekyll-paginate-category 0.1.0 → 0.1.1

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: 6699dff7f7bb91b085125c183c0d0e0641239bc7
4
- data.tar.gz: 3fcc27a0ce1b9f3bb9d409bbab56c8a32ebc1e81
3
+ metadata.gz: d65614652c937a7e08e3ce2aefeb30d24260d207
4
+ data.tar.gz: bd5c166dbf4c289a8e6dde690714e5c3b27cea67
5
5
  SHA512:
6
- metadata.gz: 1434ac1cb6dc5c9768f984fa1faaddea87800c157100c2efb4ccfc87aa115c13e609b4ee0e464ebc9e08c86cf65cdca612a62e89400085e34d8059c163f74370
7
- data.tar.gz: 83f931b33b6084df4b5db793c612ccd52d716884f94fd0203c3781978af822d372685983fd80f9a718cd73dfaf8b87c785a94b15b1b92f6c4ea67a3b4e22d425
6
+ metadata.gz: b0e1e9e59fc345edc17046e8346fa52518b2e8259c331af68af4d3c2b8660a37616ff903d65d91300297aca4582264442960702b08d876943fc19089dc59b887
7
+ data.tar.gz: a9aae6bff0da424394a29c4b29365d0b4dc134a533cc4b8425f14cb7ec3c2fff703089d0a36a88010f6ed3db7865e1d3054fa236bfaf1318ff21047fd32f9422
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Jekyll::Paginate::Category
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-paginate-category.png)](http://badge.fury.io/rb/jekyll-paginate-category)
4
+ [![Dependency Status](https://gemnasium.com/midnightSuyama/jekyll-paginate-category.png)](https://gemnasium.com/midnightSuyama/jekyll-paginate-category)
5
+
3
6
  Pagination Generator for Jekyll Category
4
7
 
5
8
  ## Installation
@@ -52,7 +55,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
52
55
 
53
56
  ## Contributing
54
57
 
55
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-paginate-category. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
58
+ Bug reports and pull requests are welcome on GitHub at https://github.com/midnightSuyama/jekyll-paginate-category. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
56
59
 
57
60
 
58
61
  ## License
@@ -30,6 +30,7 @@ module Jekyll
30
30
 
31
31
  @name = Paginate::Pager.paginate_path(site, num_page)
32
32
  @name.concat '/' unless @name.end_with? '/'
33
+ @name += 'index.html'
33
34
 
34
35
  self.process(@name)
35
36
 
@@ -1,7 +1,7 @@
1
1
  module Jekyll
2
2
  module Paginate
3
3
  module Category
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
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-category
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - midnightSuyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-19 00:00:00.000000000 Z
11
+ date: 2016-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,3 +106,4 @@ signing_key:
106
106
  specification_version: 4
107
107
  summary: Pagination Generator for Jekyll Category
108
108
  test_files: []
109
+ has_rdoc: