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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39d4a15e78cf0ff3150cc1ad58c24c6699ebc1b6
4
- data.tar.gz: 531f82623452317f33585786e1e26398d0961440
3
+ metadata.gz: 8917c0c003cdd5f29bc3097e312bdcd2f68d1b68
4
+ data.tar.gz: 786cd809baa771ee6af30bae565f76b51d57b41f
5
5
  SHA512:
6
- metadata.gz: a89dba382f77fcd34a6a10e5bd92acb6c101fdef7c190a5df0114de803803e2fdeac68d06f508cd702a82561bb368815723ddd635306340e5bbfcff9e2d065fb
7
- data.tar.gz: c3843aeb6605dac9a4b299d4ae4da6152261f91446cfb546392b3014117625d0042f8a0ee72260f78203315aeb7cd59750590d68dc4b18f53e2894804a8c1431
6
+ metadata.gz: cfc16d89781ffe8a8e8cc635fdb788092cd5242eaeba6ac8f1b00d8f5c426716a8df33ac3d579152c838dd32901a6be32c5727a640b49b233053e0494a04a329
7
+ data.tar.gz: c9b3ab9bd55aa0e63933a42902ffa00cf024bcb652e8940bd775741bad7564c68923751dbc0b001b5fe54b76680f9a4e68807bd93525971f0212d8676091a412
data/.travis.yml CHANGED
@@ -1,8 +1,10 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.2.3
1
4
  branches:
2
5
  except:
3
6
  - gh-pages
4
7
  - website
5
- language: ruby
6
8
  notifications:
7
9
  email: false
8
- rvm: 2.2.3
10
+ script: 'bundle install'
data/README.md CHANGED
@@ -3,7 +3,7 @@ Kickster
3
3
 
4
4
  [![Join the chat at https://gitter.im/nielsenramon/kickster](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nielsenramon/kickster?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
5
 
6
- Jekyll starter template with GitHub Pages (automated) deploy to kickstart your project.
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
- - [Jekyll assets](https://github.com/jekyll/jekyll-assets)
31
+ - [Autoprefixer](https://github.com/postcss/autoprefixer)
32
32
  - [Bower](http://bower.io/)
33
33
  - [Jekyll](http://jekyllrb.com/)
34
- - Influences from [HTML5 Boilerplate](https://html5boilerplate.com/)
35
- - [Autoprefixer](https://github.com/postcss/autoprefixer)
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 not by default included in your generated Kickster project. Please follow the steps below to include automated deployment.
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 = "Hassle-free deploying to GitHub Pages with Jekyll."
10
- spec.description = "Jekyll starter template with GitHub Pages (automated) deploy to kickstart your project."
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"
@@ -1,3 +1,3 @@
1
1
  module Kickster
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
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: Jekyll starter template with GitHub Pages (automated) deploy to kickstart
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: Hassle-free deploying to GitHub Pages with Jekyll.
123
+ summary: Worry-free deploying to GitHub Pages using Jekyll.
123
124
  test_files: []