kickster 1.1.1 → 1.1.2
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 -1
- data/lib/kickster/version.rb +1 -1
- data/template/_config.yml.tt +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cadfecb01ba810cc7a8fdb41bc1a645a72092a52
|
|
4
|
+
data.tar.gz: c1811e96ece29b57262f24c5fa237121a05e46ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77110346ed7b0bb0edf1eff13be5072364925ccecdbee17134180b9e9b1c2b6755df3de2925bcf46ffd3c6186a172442106c648b4e6f8a154dfe971599135e33
|
|
7
|
+
data.tar.gz: 7502af561a179f223064bd03cc139e3491e208e2f72a6c79e9546a876ea919a44d42f538305222c4201c3c520854f75448acaeccd03853fa47037f7414471547
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Setup your environment:
|
|
|
19
19
|
|
|
20
20
|
bin/setup
|
|
21
21
|
|
|
22
|
-
Don't forget to enable your repository on [Circle CI](https://circleci.com/docs/getting-started)!
|
|
22
|
+
Don't forget to enable your repository on [Circle CI](https://circleci.com/docs/getting-started) and update the `_config.yml` file!
|
|
23
23
|
|
|
24
24
|
*If you do not want the Kickster files but just the deploy then copy the `bin/deploy` script to your repo and your ready to go.*
|
|
25
25
|
|
data/lib/kickster/version.rb
CHANGED
data/template/_config.yml.tt
CHANGED
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.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nielsen Ramon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|