golink 1.0.2 → 1.0.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: 586816553dea9852ea68de0ff9a28881f31043ed
4
- data.tar.gz: 96df003c14fbcce6ed5f5e5563531bfca6f16da0
3
+ metadata.gz: e3b05a11aaf70cd12c29582aa8dbd1af2c53a720
4
+ data.tar.gz: 88564cb96074e0ba111b0d05fe8d9c3b65bf77b3
5
5
  SHA512:
6
- metadata.gz: e38d0e2de0c2797916de04c033205d9839a1cd744314cc987a156a4cd43b740f4c157ea62d2f64c90cd0704982af06700e235b37e795f2a89844913a5d178edd
7
- data.tar.gz: 0d6b1fdccfbf2ac179c7ef7c2c38867c9bdf574f1e88c479be1eb7a42020234c012773a2b8d03fad5d6f4f4e33c3fa1fcab34d09b127ed9af5f89d25d7aa699f
6
+ metadata.gz: 5b2e63b4cd829c4492a0bc16a14730312da6ce0dc5c17a1d334efd67dfde6cf9d74451297d3ed9868113e1dcfa46e0af9376d331eaa52ed3b8d06e9cb5f4484b
7
+ data.tar.gz: 6e65f2d587d5df446baa33cd0081a163edcf447a9cefd25aaee461b13ad4951378a4bb4490d909e18ef9d04b9b62ac066fec27fac65548914a92d0d9c11cb83a
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/golink.svg)](https://badge.fury.io/rb/golink)
4
4
  [![Dependency Status](https://gemnasium.com/badges/github.com/williamcanin/golink.svg)](https://gemnasium.com/github.com/williamcanin/golink)
5
+ [![Build Status](https://travis-ci.org/williamcanin/golink.svg?branch=master)](https://travis-ci.org/williamcanin/golink)
5
6
 
6
7
 
7
8
  Golink is a minimal theme for [Jekyll](https://jekyllrb.com), especially for those who want to have a page only to redirect links to other addresses.
@@ -16,9 +16,6 @@ module Jekyll
16
16
  file.puts " style: compressed"
17
17
  file.puts "# Loading theme"
18
18
  file.puts "theme: #{Jekyll::Golink::Theme::NAME_GEM}"
19
- file.puts "# Loading Gems"
20
- file.puts "gems:"
21
- file.puts " - jekyll-email-protect"
22
19
  file.puts "# Build settings"
23
20
  file.puts "markdown: kramdown"
24
21
  file.puts "# Remove file from compilation."
@@ -8,7 +8,7 @@ module Jekyll
8
8
  # PATCH: Fixes bugs and brings improvements in existing implementations
9
9
  MAJOR = 1
10
10
  MINOR = 0
11
- PATCH = 2
11
+ PATCH = 3
12
12
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
13
13
 
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: golink
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
  - William Canin