kickster 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 +4 -4
- data/.travis.yml +4 -2
- data/README.md +6 -5
- data/kickster.gemspec +2 -2
- data/lib/kickster/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8917c0c003cdd5f29bc3097e312bdcd2f68d1b68
|
|
4
|
+
data.tar.gz: 786cd809baa771ee6af30bae565f76b51d57b41f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfc16d89781ffe8a8e8cc635fdb788092cd5242eaeba6ac8f1b00d8f5c426716a8df33ac3d579152c838dd32901a6be32c5727a640b49b233053e0494a04a329
|
|
7
|
+
data.tar.gz: c9b3ab9bd55aa0e63933a42902ffa00cf024bcb652e8940bd775741bad7564c68923751dbc0b001b5fe54b76680f9a4e68807bd93525971f0212d8676091a412
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Kickster
|
|
|
3
3
|
|
|
4
4
|
[](https://gitter.im/nielsenramon/kickster?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
5
5
|
|
|
6
|
-
Jekyll
|
|
6
|
+
Kickster provides a basic Jekyll project setup packed with web best practises and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
@@ -28,11 +28,12 @@ Run Jekyll:
|
|
|
28
28
|
bundle exec jekyll serve --watch
|
|
29
29
|
|
|
30
30
|
Used tools:
|
|
31
|
-
- [
|
|
31
|
+
- [Autoprefixer](https://github.com/postcss/autoprefixer)
|
|
32
32
|
- [Bower](http://bower.io/)
|
|
33
33
|
- [Jekyll](http://jekyllrb.com/)
|
|
34
|
-
-
|
|
35
|
-
- [
|
|
34
|
+
- [Jekyll assets](https://github.com/jekyll/jekyll-assets)
|
|
35
|
+
- [HTML5 Boilerplate](https://html5boilerplate.com/) (Influenced by)
|
|
36
|
+
- [Travis CI](http://travis-ci.org)
|
|
36
37
|
|
|
37
38
|
## Manual deploy to GitHub Pages
|
|
38
39
|
|
|
@@ -44,7 +45,7 @@ Thats it, enjoy your nicely build project on GitHub pages!
|
|
|
44
45
|
|
|
45
46
|
## Automated deployment with TravisCI
|
|
46
47
|
|
|
47
|
-
Automated deployment is
|
|
48
|
+
Automated deployment is by default not included in your Kickster generated Jekyll project. Please follow the steps below to include automated deployment.
|
|
48
49
|
|
|
49
50
|
*Note that changes will only deploy when your code is merged into master.*
|
|
50
51
|
|
data/kickster.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.version = Kickster::VERSION
|
|
7
7
|
spec.platform = Gem::Platform::RUBY
|
|
8
8
|
spec.author = "Nielsen Ramon"
|
|
9
|
-
spec.summary = "
|
|
10
|
-
spec.description = "Jekyll
|
|
9
|
+
spec.summary = "Worry-free deploying to GitHub Pages using Jekyll."
|
|
10
|
+
spec.description = "Kickster provides a basic Jekyll project setup packed with web best practises and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages."
|
|
11
11
|
spec.email = "nielsenramon1@gmail.com"
|
|
12
12
|
spec.homepage = "http://kickster.nielsenramon.com/"
|
|
13
13
|
spec.license = "MIT"
|
data/lib/kickster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kickster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nielsen Ramon
|
|
@@ -52,8 +52,9 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '10.0'
|
|
55
|
-
description:
|
|
56
|
-
your project.
|
|
55
|
+
description: Kickster provides a basic Jekyll project setup packed with web best practises
|
|
56
|
+
and useful optimization tools increasing your overall project quality. Kickster
|
|
57
|
+
ships with automated and worry-free deployment scripts for GitHub Pages.
|
|
57
58
|
email: nielsenramon1@gmail.com
|
|
58
59
|
executables:
|
|
59
60
|
- kickster
|
|
@@ -119,5 +120,5 @@ rubyforge_project:
|
|
|
119
120
|
rubygems_version: 2.4.8
|
|
120
121
|
signing_key:
|
|
121
122
|
specification_version: 4
|
|
122
|
-
summary:
|
|
123
|
+
summary: Worry-free deploying to GitHub Pages using Jekyll.
|
|
123
124
|
test_files: []
|