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 +4 -4
- data/README.md +1 -7
- data/lib/kickster/version.rb +1 -1
- data/snippets/{travis.yml → .travis.yml} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f11d555cb64cf770b2a256d1f3d955ae3782c92
|
|
4
|
+
data.tar.gz: c852f26aafee071d001bb310ba4949b37120f861
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
data/lib/kickster/version.rb
CHANGED
|
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.
|
|
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-
|
|
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
|