clean-jekyll-theme 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +2 -2
  3. data/_layouts/default.html +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 38556a33d9ecd930978971c4d610b3fb6e23c96c
4
- data.tar.gz: adfe78f0d60026ae8662bf28b23ec0656fc17753
2
+ SHA256:
3
+ metadata.gz: d631cbb4c513815e37ca09957e3093e56ffcf52419bf7ea1a4fc5b7f566cfa80
4
+ data.tar.gz: 47eeb1367446203cf46da39147eb8ae0409a6c8a0eb37b50c99f4651e4bf2f7c
5
5
  SHA512:
6
- metadata.gz: 1f27c8ae3a81d306ff823c0dfab1cdee535d0363d6e8e551838eecbfea9b02a0525be60ce244c9b43ae103aa53f041d68c940399aaf22ce978722a584eafae4c
7
- data.tar.gz: a6e26f55c43b8007005959e6bc330020b6b98ff637ffceae8e50242a48e28531548126513694c259ac420f3f8815cd13733a6d95852807a7e68a4823fcf83a48
6
+ metadata.gz: 7b5a5ff6691d955843ee15871258fb08129806b9c7186efddb80cd2dd1c28a84dde1715a0f69a5cf1d189fd53468f382878acb45d88dbac209e1369a552b1f31
7
+ data.tar.gz: 9a13b897958928cc48bb02432eab50473dab617e103d136b50a34fa2436974816f1570b7f088660f779134690ea352cd8549f2d6d69ce703a1271b7131bd170c
data/README.md CHANGED
@@ -16,7 +16,7 @@ Add the following lines to your Jekyll site's Gemfile:
16
16
  gem "clean-jekyll-theme"
17
17
 
18
18
  group :jekyll_plugins do
19
- gem "jekyll-seo-tag", "~> 2.2"
19
+ gem "jekyll-seo-tag", "~> 2.6"
20
20
  ...
21
21
  end
22
22
  ```
@@ -48,7 +48,7 @@ Or install it yourself as:
48
48
 
49
49
  ## Contributing
50
50
 
51
- Bug reports and pull requests are welcome on GitHub at https://github.com/siddhantgoel/clean-jekyll-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
51
+ Bug reports and pull requests are welcome on [Github](https://github.com/siddhantgoel/clean-jekyll-theme).
52
52
 
53
53
  ## Development
54
54
 
@@ -14,7 +14,7 @@
14
14
  {% seo title=false %}
15
15
 
16
16
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata|PT+Sans">
17
- <link rel="stylesheet" href="https://unpkg.com/basscss@8.0.2/css/basscss.min.css">
17
+ <link rel="stylesheet" href="https://unpkg.com/basscss@8.1.0/css/basscss.min.css">
18
18
 
19
19
  <link rel="stylesheet" type="text/css" href="{{ '/assets/css/main.css' | relative_url }}">
20
20
  </head>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clean-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddhant Goel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-29 00:00:00.000000000 Z
11
+ date: 2019-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.5'
33
+ version: '2.6'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.5'
40
+ version: '2.6'
41
41
  description: A clean theme for Jekyll based on Basscss
42
42
  email:
43
43
  - me@sgoel.org
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  requirements: []
76
76
  rubyforge_project:
77
- rubygems_version: 2.6.13
77
+ rubygems_version: 2.7.6
78
78
  signing_key:
79
79
  specification_version: 4
80
80
  summary: Clean Jekyll theme