kickster 1.4.0 → 1.5.0

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: 923906a1c3e9d91442dc019395eabbd1a51e98da
4
- data.tar.gz: d356bb86554aa8d0bd2d65925f761775b4267345
3
+ metadata.gz: a4a291abb9c60b75c3ab2a79addc3ac21157021b
4
+ data.tar.gz: d4652f5720d4bb4f8769b3a5294c2769c8c7f669
5
5
  SHA512:
6
- metadata.gz: 270118168614130d0bb986b1c31624c3dddd7057e3aa3af7544805001d87f271d434a5b2b1eff797535f67e9fa8d1a49e94b60264e9447f12ec1b12053e1fd78
7
- data.tar.gz: 8bb0aa72000b2355fe75be19c652603dc3f674f9d286d5c45f679086cd0ce4acfd7125a4e60dc7b7e184743c24ebf282a718ccebab91b7135ec20e71efd9374f
6
+ metadata.gz: 9bd262140f02a9de7234d2e80de70ebc29a7d961cea1c169bc14f0b0528e5e188e6092de4156dda0b5d0d472e320d700d3ed6e395a42f9637e21f5b67cd3729b
7
+ data.tar.gz: b687b0edc27a5e1ff095a7ee2758575664f7a5fdb005ec19dd6f091999214baf8539a238b8317135f9ab58664e1206a28f2dee86752c3d60407d1204d5e62e48
data/circle.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.3.1
3
+ version: 2.4.0
4
4
 
5
5
  dependencies:
6
6
  pre:
@@ -1,3 +1,3 @@
1
1
  module Kickster
2
- VERSION = "1.4.0"
2
+ VERSION = "1.5.0"
3
3
  end
@@ -3,7 +3,7 @@ machine:
3
3
  USER_NAME: <your-github-username>
4
4
  USER_EMAIL: <your-github-email>
5
5
  ruby:
6
- version: 2.3.1
6
+ version: 2.4.0
7
7
 
8
8
  dependencies:
9
9
  pre:
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.1
3
+ - 2.4.0
4
4
  install:
5
5
  - ./bin/setup
6
6
  script:
@@ -1 +1 @@
1
- 2.3.1
1
+ 2.4.0
@@ -10,9 +10,6 @@ assets:
10
10
  - _assets/images
11
11
  - _assets/javascripts
12
12
  - _assets/stylesheets
13
- - _vendor/
14
-
15
- baseurl: /
16
13
 
17
14
  exclude:
18
15
  - .bowerrc
@@ -23,7 +20,6 @@ exclude:
23
20
  - Gemfile
24
21
  - Gemfile.lock
25
22
  - README.md
26
- - vendor
27
23
 
28
24
  ga_analytics: # Add Google Analytics tracking code
29
25
 
@@ -1,22 +1,24 @@
1
- <meta charset="utf-8">
2
- <meta http-equiv="x-ua-compatible" content="ie=edge">
3
- <title>{{ site.name }} | {{ page.title }}</title>
4
- <meta name="description" content="{{ page.description }}">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
4
+ <title>{{ site.name }} | {{ page.title }}</title>
5
+ <meta name="description" content="{{ page.description }}">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
7
 
7
- <meta property="og:title" content="{{ page.title }}">
8
- <meta property="og:type" content="website">
9
- <meta property="og:url" content="{{ site.url }}{{ page.url }}">
10
- <meta property="og:description" content="{{ page.description }}">
11
- <meta property="og:site_name" content="{{ site.name }}">
12
- <meta property="og:image" content="{{ site.url }}{% asset_path og-image.jpg %}">
8
+ <meta property="og:title" content="{{ page.title }}">
9
+ <meta property="og:type" content="website">
10
+ <meta property="og:url" content="{{ page.url | absolute_url }}">
11
+ <meta property="og:description" content="{{ page.description }}">
12
+ <meta property="og:site_name" content="{{ site.name }}">
13
+ <meta property="og:image" content="{{ site.url }}{% asset_path og-image.jpg %}">
13
14
 
14
- <meta name="twitter:card" content="summary">
15
- <meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
16
- <meta name="twitter:title" content="{{ page.title }}">
17
- <meta name="twitter:description" content="{{ page.description }}">
18
- <meta name="twitter:image" content="{{ site.url }}{% asset_path og-image.jpg %}">
15
+ <meta name="twitter:card" content="summary">
16
+ <meta name="twitter:url" content="{{ page.url | absolute_url }}">
17
+ <meta name="twitter:title" content="{{ page.title }}">
18
+ <meta name="twitter:description" content="{{ page.description }}">
19
+ <meta name="twitter:image" content="{{ site.url }}{% asset_path og-image.jpg %}">
19
20
 
20
- <link rel="apple-touch-icon" href="{% asset_path apple-touch-icon.png %}">
21
+ <link rel="apple-touch-icon" href="{% asset_path apple-touch-icon.png %}">
21
22
 
22
- {% stylesheet application %}
23
+ {% stylesheet application %}
24
+ </head>
@@ -1,8 +1,6 @@
1
1
  <!doctype html>
2
2
  <html lang="">
3
- <head>
4
- {% include head.html %}
5
- </head>
3
+ {% include head.html %}
6
4
  <body>
7
5
  <!--[if lt IE 8]>
8
6
  <p class="browserupgrade">You are using an <strong>outdated</strong>
@@ -1,6 +1,6 @@
1
1
  machine:
2
2
  ruby:
3
- version: 2.3.1
3
+ version: 2.4.0
4
4
 
5
5
  dependencies:
6
6
  pre:
@@ -9,4 +9,4 @@ dependencies:
9
9
  test:
10
10
  post:
11
11
  - bundle exec jekyll build
12
- - bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
12
+ - bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --assume-extension --check-opengraph
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kickster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nielsen Ramon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-29 00:00:00.000000000 Z
11
+ date: 2017-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.6.6
125
+ rubygems_version: 2.5.1
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Worry-free deploying to GitHub Pages using Jekyll.