kickster 1.0.3 → 1.0.4

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: 8917c0c003cdd5f29bc3097e312bdcd2f68d1b68
4
- data.tar.gz: 786cd809baa771ee6af30bae565f76b51d57b41f
3
+ metadata.gz: 8f11d555cb64cf770b2a256d1f3d955ae3782c92
4
+ data.tar.gz: c852f26aafee071d001bb310ba4949b37120f861
5
5
  SHA512:
6
- metadata.gz: cfc16d89781ffe8a8e8cc635fdb788092cd5242eaeba6ac8f1b00d8f5c426716a8df33ac3d579152c838dd32901a6be32c5727a640b49b233053e0494a04a329
7
- data.tar.gz: c9b3ab9bd55aa0e63933a42902ffa00cf024bcb652e8940bd775741bad7564c68923751dbc0b001b5fe54b76680f9a4e68807bd93525971f0212d8676091a412
6
+ metadata.gz: fd28899f1b05453e31d8277b81e9a1246586658d9576fcb019bdbc50b420de909b5bd11eda42078e1756d366c585a4714ade5633aa7af57906366e6ad8359408
7
+ data.tar.gz: c3bf7b9f42947e0d603e334099aea9b3d9503138a35eed7373c1b8f2828eaa50d334a3324c17409ba0530c9181d235c2027ca20abbcebf1bd5d24d7974624043
data/README.md CHANGED
@@ -41,7 +41,7 @@ Run this in the root project folder in your console:
41
41
 
42
42
  bin/deploy
43
43
 
44
- Thats it, enjoy your nicely build project on GitHub pages!
44
+ That's it, enjoy your nicely build project on GitHub pages!
45
45
 
46
46
  ## Automated deployment with TravisCI
47
47
 
@@ -85,12 +85,6 @@ This added a line inside your `.travis.yml' file like this:
85
85
 
86
86
  That's it, enjoy your automated deployments from now on!
87
87
 
88
- ## Why
89
-
90
- Setting up GitHub Pages websites with Jekyll for projects or clients is cumbersome as you have to setup everything from scratch. Kickster helps you kickstart your project settling you with a basic starter template and easy deploy. Deploying is completed in 1 second so updating your website or prototype is a breeze.
91
-
92
- You can find example project [here](https://github.com/nielsenramon/kickster/tree/website).
93
-
94
88
  ## License
95
89
 
96
90
  MIT License
@@ -1,3 +1,3 @@
1
1
  module Kickster
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
File without changes
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.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nielsen Ramon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-21 00:00:00.000000000 Z
11
+ date: 2015-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -73,8 +73,8 @@ files:
73
73
  - lib/kickster/generator.rb
74
74
  - lib/kickster/install.rb
75
75
  - lib/kickster/version.rb
76
+ - snippets/.travis.yml
76
77
  - snippets/automated
77
- - snippets/travis.yml
78
78
  - template/.bowerrc
79
79
  - template/.gitignore
80
80
  - template/.ruby-version