skellington 0.8.7 → 0.8.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +49 -0
- data/README.md +2 -0
- data/config/config.yaml +9 -8
- data/lib/skellington/generator.rb +1 -1
- data/lib/skellington/template.rb +2 -2
- data/lib/skellington/version.rb +1 -1
- data/lib/{common/templates → templates/common}/.gitignore +0 -0
- data/lib/{common/templates → templates/common}/.ruby-version +0 -0
- data/lib/templates/common/CODE_OF_CONDUCT.md +49 -0
- data/lib/{common/templates → templates/common}/Gemfile +0 -0
- data/lib/{common/templates → templates/common}/LICENSE.md +0 -0
- data/lib/templates/common/README.md +1 -0
- data/lib/{common/templates → templates/common}/includes/footer +0 -0
- data/lib/{common/templates → templates/common}/includes/header +0 -0
- data/lib/{common/templates → templates/common}/includes/ie-cruft +0 -0
- data/lib/{common/templates → templates/common}/includes/nav +0 -0
- data/lib/{common/templates → templates/common}/sass/colours +0 -0
- data/lib/{common/templates → templates/common}/sass/fonts +0 -0
- data/lib/{common/templates → templates/common}/sass/footer +0 -0
- data/lib/{common/templates → templates/common}/sass/github-corner +0 -0
- data/lib/{common/templates → templates/common}/sass/nav +0 -0
- data/lib/{common/templates → templates/common}/sass/palettes/default +0 -0
- data/lib/{common/templates → templates/common}/sass/styles +0 -0
- data/lib/{common/templates → templates/common}/sass/variables +0 -0
- data/lib/{common/templates → templates/common}/views/layout +0 -0
- data/lib/{jekyll/templates → templates/jekyll}/404.md +0 -0
- data/lib/{jekyll/templates → templates/jekyll}/_config.yml +0 -0
- data/lib/{jekyll/templates → templates/jekyll}/_data/libs.yml +0 -0
- data/lib/{jekyll/templates → templates/jekyll}/index.md +0 -0
- data/lib/{jekyll/templates → templates/jekyll}/post-run +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/.rspec +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/Guardfile +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/Procfile +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/Rakefile +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/config.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/config.ru +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/config/config.yml +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/lib/app.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/lib/app/helpers.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/lib/app/racks.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/post-run +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/app/app_spec.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/app/helpers_spec.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/javascripts/app_spec.js +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/javascripts/support/jasmine.yml +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/javascripts/support/jasmine_helper.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/spec/spec_helper.rb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/includes/css-libs.erb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/includes/fonts-libs.erb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/includes/github-corner.erb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/includes/js-libs.erb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/index.erb +0 -0
- data/lib/{sinatra/templates → templates/sinatra}/views/oops.erb +0 -0
- data/spec/jekyll/root_files/code-of-conduct_spec.rb +22 -0
- data/spec/jekyll/root_files/license_spec.rb +2 -2
- data/spec/jekyll/root_files/readme_spec.rb +17 -0
- data/spec/sinatra/root_files/code-of-conduct_spec.rb +21 -0
- data/spec/sinatra/root_files/readme_spec.rb +16 -0
- metadata +58 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c63dc4e58159504744d3c94a050470a343254389
|
4
|
+
data.tar.gz: 935d979a1d501d50629f35babb1cba99b02c7eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f62c042d9636c96c6b826621eea0149f642c5d661339ac5248edfa0c9053e31b46101d63961a5a92a030e11d0156071e57499cda8a1fa72d15a3032b87fc0d0c
|
7
|
+
data.tar.gz: 8e1d5ed83e77abf373f97757c76c92c4147da4c009c12ea9aa0c8e1051c3a7f22e14a713b990051abc42ad193ad09f601733e5215e2c5ee924bdb928af33cdb7
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# Contributor Code of Conduct
|
2
|
+
|
3
|
+
As contributors and maintainers of this project, and in the interest of
|
4
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
5
|
+
contribute through reporting issues, posting feature requests, updating
|
6
|
+
documentation, submitting pull requests or patches, and other activities.
|
7
|
+
|
8
|
+
We are committed to making participation in this project a harassment-free
|
9
|
+
experience for everyone, regardless of level of experience, gender, gender
|
10
|
+
identity and expression, sexual orientation, disability, personal appearance,
|
11
|
+
body size, race, ethnicity, age, religion, or nationality.
|
12
|
+
|
13
|
+
Examples of unacceptable behavior by participants include:
|
14
|
+
|
15
|
+
* The use of sexualized language or imagery
|
16
|
+
* Personal attacks
|
17
|
+
* Trolling or insulting/derogatory comments
|
18
|
+
* Public or private harassment
|
19
|
+
* Publishing other's private information, such as physical or electronic
|
20
|
+
addresses, without explicit permission
|
21
|
+
* Other unethical or unprofessional conduct
|
22
|
+
|
23
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
24
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
25
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
26
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
27
|
+
threatening, offensive, or harmful.
|
28
|
+
|
29
|
+
By adopting this Code of Conduct, project maintainers commit themselves to
|
30
|
+
fairly and consistently applying these principles to every aspect of managing
|
31
|
+
this project. Project maintainers who do not follow or enforce the Code of
|
32
|
+
Conduct may be permanently removed from the project team.
|
33
|
+
|
34
|
+
This code of conduct applies both within project spaces and in public spaces
|
35
|
+
when an individual is representing the project or its community.
|
36
|
+
|
37
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
+
reported by contacting a project maintainer at github@orgraphone.org. All
|
39
|
+
complaints will be reviewed and investigated and will result in a response that
|
40
|
+
is deemed necessary and appropriate to the circumstances. Maintainers are
|
41
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
42
|
+
incident.
|
43
|
+
|
44
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
45
|
+
version 1.3.0, available at
|
46
|
+
[http://contributor-covenant.org/version/1/3/0/][version]
|
47
|
+
|
48
|
+
[homepage]: http://contributor-covenant.org
|
49
|
+
[version]: http://contributor-covenant.org/version/1/3/0/
|
data/README.md
CHANGED
@@ -16,12 +16,14 @@ Extremely opinionated generator for your [Sinatra](http://www.sinatrarb.com/) a
|
|
16
16
|
* [Bootstrap](http://getbootstrap.com/)
|
17
17
|
* [Compass](http://compass-style.org/)
|
18
18
|
* An MIT License file
|
19
|
+
* A Code-of-Conduct file
|
19
20
|
|
20
21
|
* Jekyll
|
21
22
|
* [Jekyll](https://jekyllrb.com/)
|
22
23
|
* [Bootstrap](http://getbootstrap.com/)
|
23
24
|
* Reasonable default things
|
24
25
|
* An MIT License file
|
26
|
+
* A Code-of-Conduct file
|
25
27
|
|
26
28
|
Should work fine for both RVM- and rbenv-based setups
|
27
29
|
|
data/config/config.yaml
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
common:
|
2
|
+
files:
|
3
|
+
- .gitignore
|
4
|
+
- .ruby-version
|
5
|
+
- CODE_OF_CONDUCT.md
|
6
|
+
- Gemfile
|
7
|
+
- LICENSE.md
|
8
|
+
- README.md
|
9
|
+
|
1
10
|
sinatra:
|
2
11
|
gems:
|
3
12
|
production:
|
@@ -27,14 +36,10 @@ sinatra:
|
|
27
36
|
# I will never be able to support a web framework called 'common'
|
28
37
|
|
29
38
|
files:
|
30
|
-
Gemfile:
|
31
|
-
LICENSE.md:
|
32
39
|
Guardfile:
|
33
40
|
Rakefile:
|
34
41
|
Procfile:
|
35
|
-
.ruby-version:
|
36
42
|
.rspec:
|
37
|
-
.gitignore:
|
38
43
|
config.ru:
|
39
44
|
config.rb:
|
40
45
|
config/config.yml:
|
@@ -102,9 +107,7 @@ jekyll:
|
|
102
107
|
rake:
|
103
108
|
|
104
109
|
files:
|
105
|
-
Gemfile:
|
106
110
|
_config.yml:
|
107
|
-
.gitignore:
|
108
111
|
index.md:
|
109
112
|
404.md:
|
110
113
|
_layouts/default.html:
|
@@ -132,8 +135,6 @@ jekyll:
|
|
132
135
|
_sass/footer.scss:
|
133
136
|
common: sass/footer
|
134
137
|
assets/favicon.ico:
|
135
|
-
LICENSE.md:
|
136
|
-
.ruby-version:
|
137
138
|
_data/libs.yml:
|
138
139
|
js/app.js:
|
139
140
|
outpath: app/wormname
|
@@ -19,7 +19,7 @@ module Skellington
|
|
19
19
|
@originalname = @filename
|
20
20
|
@camelname = Skellington.camelise(wormname)
|
21
21
|
@gems = config[@framework]['gems']
|
22
|
-
@files = config[@framework]['files']
|
22
|
+
@files = config[@framework]['files'].merge Hash[config['common']['files'].map { |f| [f, nil] }]
|
23
23
|
end
|
24
24
|
|
25
25
|
def config
|
data/lib/skellington/template.rb
CHANGED
@@ -15,11 +15,11 @@ module Skellington
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def common_templates
|
18
|
-
File.join File.dirname(__FILE__), '..', '
|
18
|
+
File.join File.dirname(__FILE__), '..', 'templates', 'common'
|
19
19
|
end
|
20
20
|
|
21
21
|
def templates_dir
|
22
|
-
File.join File.dirname(__FILE__), '..', @generator.framework
|
22
|
+
File.join File.dirname(__FILE__), '..', 'templates', @generator.framework
|
23
23
|
end
|
24
24
|
|
25
25
|
def write
|
data/lib/skellington/version.rb
CHANGED
File without changes
|
File without changes
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Contributor Code of Conduct
|
2
|
+
|
3
|
+
As contributors and maintainers of this project, and in the interest of
|
4
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
5
|
+
contribute through reporting issues, posting feature requests, updating
|
6
|
+
documentation, submitting pull requests or patches, and other activities.
|
7
|
+
|
8
|
+
We are committed to making participation in this project a harassment-free
|
9
|
+
experience for everyone, regardless of level of experience, gender, gender
|
10
|
+
identity and expression, sexual orientation, disability, personal appearance,
|
11
|
+
body size, race, ethnicity, age, religion, or nationality.
|
12
|
+
|
13
|
+
Examples of unacceptable behavior by participants include:
|
14
|
+
|
15
|
+
* The use of sexualized language or imagery
|
16
|
+
* Personal attacks
|
17
|
+
* Trolling or insulting/derogatory comments
|
18
|
+
* Public or private harassment
|
19
|
+
* Publishing other's private information, such as physical or electronic
|
20
|
+
addresses, without explicit permission
|
21
|
+
* Other unethical or unprofessional conduct
|
22
|
+
|
23
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
24
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
25
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
26
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
27
|
+
threatening, offensive, or harmful.
|
28
|
+
|
29
|
+
By adopting this Code of Conduct, project maintainers commit themselves to
|
30
|
+
fairly and consistently applying these principles to every aspect of managing
|
31
|
+
this project. Project maintainers who do not follow or enforce the Code of
|
32
|
+
Conduct may be permanently removed from the project team.
|
33
|
+
|
34
|
+
This code of conduct applies both within project spaces and in public spaces
|
35
|
+
when an individual is representing the project or its community.
|
36
|
+
|
37
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
+
reported by contacting a project maintainer at github@orgraphone.org. All
|
39
|
+
complaints will be reviewed and investigated and will result in a response that
|
40
|
+
is deemed necessary and appropriate to the circumstances. Maintainers are
|
41
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
42
|
+
incident.
|
43
|
+
|
44
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
45
|
+
version 1.3.0, available at
|
46
|
+
[http://contributor-covenant.org/version/1/3/0/][version]
|
47
|
+
|
48
|
+
[homepage]: http://contributor-covenant.org
|
49
|
+
[version]: http://contributor-covenant.org/version/1/3/0/
|
File without changes
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
# <%= @gen.camelname %>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,22 @@
|
|
1
|
+
module Skellington
|
2
|
+
describe CLI do
|
3
|
+
let :subject do
|
4
|
+
described_class.new
|
5
|
+
end
|
6
|
+
|
7
|
+
it 'generates a Code of Conduct' do
|
8
|
+
subject.options = { 'framework' => 'jekyll' }
|
9
|
+
subject.generate 'dummy-app'
|
10
|
+
expect('dummy_app/CODE_OF_CONDUCT.md').to have_content (
|
11
|
+
"""
|
12
|
+
# Contributor Code of Conduct
|
13
|
+
|
14
|
+
As contributors and maintainers of this project, and in the interest of
|
15
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
16
|
+
contribute through reporting issues, posting feature requests, updating
|
17
|
+
documentation, submitting pull requests or patches, and other activities.
|
18
|
+
"""
|
19
|
+
)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
@@ -5,7 +5,7 @@ module Skellington
|
|
5
5
|
end
|
6
6
|
|
7
7
|
context 'generate a LICENSE' do
|
8
|
-
|
8
|
+
specify 'plain license' do
|
9
9
|
Timecop.freeze Time.local 2016, 01, 19
|
10
10
|
subject.options = { 'framework' => 'jekyll' }
|
11
11
|
subject.generate 'dummy-app'
|
@@ -38,7 +38,7 @@ module Skellington
|
|
38
38
|
Timecop.return
|
39
39
|
end
|
40
40
|
|
41
|
-
|
41
|
+
specify 'with a provided name' do
|
42
42
|
Timecop.freeze Time.local 2016, 01, 19
|
43
43
|
subject.options = {licensor: 'Beyoncé'}
|
44
44
|
subject.generate 'dummy-app'
|
@@ -0,0 +1,17 @@
|
|
1
|
+
module Skellington
|
2
|
+
describe CLI do
|
3
|
+
let :subject do
|
4
|
+
described_class.new
|
5
|
+
end
|
6
|
+
|
7
|
+
it 'generates a README' do
|
8
|
+
subject.options = { 'framework' => 'jekyll' }
|
9
|
+
subject.generate 'dummy-app'
|
10
|
+
expect('dummy_app/README.md').to have_content (
|
11
|
+
"""
|
12
|
+
# DummyApp
|
13
|
+
"""
|
14
|
+
)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
module Skellington
|
2
|
+
describe CLI do
|
3
|
+
let :subject do
|
4
|
+
described_class.new
|
5
|
+
end
|
6
|
+
|
7
|
+
it 'generates a Code of Conduct' do
|
8
|
+
subject.generate 'dummy-app'
|
9
|
+
expect('dummy_app/CODE_OF_CONDUCT.md').to have_content (
|
10
|
+
"""
|
11
|
+
# Contributor Code of Conduct
|
12
|
+
|
13
|
+
As contributors and maintainers of this project, and in the interest of
|
14
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
15
|
+
contribute through reporting issues, posting feature requests, updating
|
16
|
+
documentation, submitting pull requests or patches, and other activities.
|
17
|
+
"""
|
18
|
+
)
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skellington
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pikesley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -189,6 +189,7 @@ files:
|
|
189
189
|
- ".gitignore"
|
190
190
|
- ".rspec"
|
191
191
|
- ".travis.yml"
|
192
|
+
- CODE_OF_CONDUCT.md
|
192
193
|
- Gemfile
|
193
194
|
- Guardfile
|
194
195
|
- LICENSE.md
|
@@ -196,57 +197,59 @@ files:
|
|
196
197
|
- Rakefile
|
197
198
|
- bin/skellington
|
198
199
|
- config/config.yaml
|
199
|
-
- lib/common/templates/.gitignore
|
200
|
-
- lib/common/templates/.ruby-version
|
201
|
-
- lib/common/templates/Gemfile
|
202
|
-
- lib/common/templates/LICENSE.md
|
203
|
-
- lib/common/templates/includes/footer
|
204
|
-
- lib/common/templates/includes/header
|
205
|
-
- lib/common/templates/includes/ie-cruft
|
206
|
-
- lib/common/templates/includes/nav
|
207
|
-
- lib/common/templates/sass/colours
|
208
|
-
- lib/common/templates/sass/fonts
|
209
|
-
- lib/common/templates/sass/footer
|
210
|
-
- lib/common/templates/sass/github-corner
|
211
|
-
- lib/common/templates/sass/nav
|
212
|
-
- lib/common/templates/sass/palettes/default
|
213
|
-
- lib/common/templates/sass/styles
|
214
|
-
- lib/common/templates/sass/variables
|
215
|
-
- lib/common/templates/views/layout
|
216
|
-
- lib/jekyll/templates/404.md
|
217
|
-
- lib/jekyll/templates/_config.yml
|
218
|
-
- lib/jekyll/templates/_data/libs.yml
|
219
|
-
- lib/jekyll/templates/index.md
|
220
|
-
- lib/jekyll/templates/post-run
|
221
|
-
- lib/sinatra/templates/.rspec
|
222
|
-
- lib/sinatra/templates/Guardfile
|
223
|
-
- lib/sinatra/templates/Procfile
|
224
|
-
- lib/sinatra/templates/Rakefile
|
225
|
-
- lib/sinatra/templates/config.rb
|
226
|
-
- lib/sinatra/templates/config.ru
|
227
|
-
- lib/sinatra/templates/config/config.yml
|
228
|
-
- lib/sinatra/templates/lib/app.rb
|
229
|
-
- lib/sinatra/templates/lib/app/helpers.rb
|
230
|
-
- lib/sinatra/templates/lib/app/racks.rb
|
231
|
-
- lib/sinatra/templates/post-run
|
232
|
-
- lib/sinatra/templates/spec/app/app_spec.rb
|
233
|
-
- lib/sinatra/templates/spec/app/helpers_spec.rb
|
234
|
-
- lib/sinatra/templates/spec/javascripts/app_spec.js
|
235
|
-
- lib/sinatra/templates/spec/javascripts/support/jasmine.yml
|
236
|
-
- lib/sinatra/templates/spec/javascripts/support/jasmine_helper.rb
|
237
|
-
- lib/sinatra/templates/spec/spec_helper.rb
|
238
|
-
- lib/sinatra/templates/views/includes/css-libs.erb
|
239
|
-
- lib/sinatra/templates/views/includes/fonts-libs.erb
|
240
|
-
- lib/sinatra/templates/views/includes/github-corner.erb
|
241
|
-
- lib/sinatra/templates/views/includes/js-libs.erb
|
242
|
-
- lib/sinatra/templates/views/index.erb
|
243
|
-
- lib/sinatra/templates/views/oops.erb
|
244
200
|
- lib/skellington.rb
|
245
201
|
- lib/skellington/cli.rb
|
246
202
|
- lib/skellington/generator.rb
|
247
203
|
- lib/skellington/helpers.rb
|
248
204
|
- lib/skellington/template.rb
|
249
205
|
- lib/skellington/version.rb
|
206
|
+
- lib/templates/common/.gitignore
|
207
|
+
- lib/templates/common/.ruby-version
|
208
|
+
- lib/templates/common/CODE_OF_CONDUCT.md
|
209
|
+
- lib/templates/common/Gemfile
|
210
|
+
- lib/templates/common/LICENSE.md
|
211
|
+
- lib/templates/common/README.md
|
212
|
+
- lib/templates/common/includes/footer
|
213
|
+
- lib/templates/common/includes/header
|
214
|
+
- lib/templates/common/includes/ie-cruft
|
215
|
+
- lib/templates/common/includes/nav
|
216
|
+
- lib/templates/common/sass/colours
|
217
|
+
- lib/templates/common/sass/fonts
|
218
|
+
- lib/templates/common/sass/footer
|
219
|
+
- lib/templates/common/sass/github-corner
|
220
|
+
- lib/templates/common/sass/nav
|
221
|
+
- lib/templates/common/sass/palettes/default
|
222
|
+
- lib/templates/common/sass/styles
|
223
|
+
- lib/templates/common/sass/variables
|
224
|
+
- lib/templates/common/views/layout
|
225
|
+
- lib/templates/jekyll/404.md
|
226
|
+
- lib/templates/jekyll/_config.yml
|
227
|
+
- lib/templates/jekyll/_data/libs.yml
|
228
|
+
- lib/templates/jekyll/index.md
|
229
|
+
- lib/templates/jekyll/post-run
|
230
|
+
- lib/templates/sinatra/.rspec
|
231
|
+
- lib/templates/sinatra/Guardfile
|
232
|
+
- lib/templates/sinatra/Procfile
|
233
|
+
- lib/templates/sinatra/Rakefile
|
234
|
+
- lib/templates/sinatra/config.rb
|
235
|
+
- lib/templates/sinatra/config.ru
|
236
|
+
- lib/templates/sinatra/config/config.yml
|
237
|
+
- lib/templates/sinatra/lib/app.rb
|
238
|
+
- lib/templates/sinatra/lib/app/helpers.rb
|
239
|
+
- lib/templates/sinatra/lib/app/racks.rb
|
240
|
+
- lib/templates/sinatra/post-run
|
241
|
+
- lib/templates/sinatra/spec/app/app_spec.rb
|
242
|
+
- lib/templates/sinatra/spec/app/helpers_spec.rb
|
243
|
+
- lib/templates/sinatra/spec/javascripts/app_spec.js
|
244
|
+
- lib/templates/sinatra/spec/javascripts/support/jasmine.yml
|
245
|
+
- lib/templates/sinatra/spec/javascripts/support/jasmine_helper.rb
|
246
|
+
- lib/templates/sinatra/spec/spec_helper.rb
|
247
|
+
- lib/templates/sinatra/views/includes/css-libs.erb
|
248
|
+
- lib/templates/sinatra/views/includes/fonts-libs.erb
|
249
|
+
- lib/templates/sinatra/views/includes/github-corner.erb
|
250
|
+
- lib/templates/sinatra/views/includes/js-libs.erb
|
251
|
+
- lib/templates/sinatra/views/index.erb
|
252
|
+
- lib/templates/sinatra/views/oops.erb
|
250
253
|
- skellington.gemspec
|
251
254
|
- spec/hyphens_spec.rb
|
252
255
|
- spec/jekyll/404_spec.rb
|
@@ -259,10 +262,12 @@ files:
|
|
259
262
|
- spec/jekyll/index_md_spec.rb
|
260
263
|
- spec/jekyll/js/javascript_spec.rb
|
261
264
|
- spec/jekyll/layout/layout_spec.rb
|
265
|
+
- spec/jekyll/root_files/code-of-conduct_spec.rb
|
262
266
|
- spec/jekyll/root_files/config_yml_spec.rb
|
263
267
|
- spec/jekyll/root_files/gemfile_spec.rb
|
264
268
|
- spec/jekyll/root_files/license_spec.rb
|
265
269
|
- spec/jekyll/root_files/rbenv_spec.rb
|
270
|
+
- spec/jekyll/root_files/readme_spec.rb
|
266
271
|
- spec/no-clobber_spec.rb
|
267
272
|
- spec/non_local_path_spec.rb
|
268
273
|
- spec/sinatra/app/app_spec.rb
|
@@ -280,6 +285,7 @@ files:
|
|
280
285
|
- spec/sinatra/layout/includes_spec.rb
|
281
286
|
- spec/sinatra/layout/layout_spec.rb
|
282
287
|
- spec/sinatra/layout/views_spec.rb
|
288
|
+
- spec/sinatra/root_files/code-of-conduct_spec.rb
|
283
289
|
- spec/sinatra/root_files/config_rb_spec.rb
|
284
290
|
- spec/sinatra/root_files/config_ru_spec.rb
|
285
291
|
- spec/sinatra/root_files/gemfile_spec.rb
|
@@ -288,6 +294,7 @@ files:
|
|
288
294
|
- spec/sinatra/root_files/procfile_spec.rb
|
289
295
|
- spec/sinatra/root_files/rakefile_spec.rb
|
290
296
|
- spec/sinatra/root_files/rbenv_spec.rb
|
297
|
+
- spec/sinatra/root_files/readme_spec.rb
|
291
298
|
- spec/sinatra/spec/spec_spec.rb
|
292
299
|
- spec/skellington_spec.rb
|
293
300
|
- spec/spec_helper.rb
|
@@ -327,10 +334,12 @@ test_files:
|
|
327
334
|
- spec/jekyll/index_md_spec.rb
|
328
335
|
- spec/jekyll/js/javascript_spec.rb
|
329
336
|
- spec/jekyll/layout/layout_spec.rb
|
337
|
+
- spec/jekyll/root_files/code-of-conduct_spec.rb
|
330
338
|
- spec/jekyll/root_files/config_yml_spec.rb
|
331
339
|
- spec/jekyll/root_files/gemfile_spec.rb
|
332
340
|
- spec/jekyll/root_files/license_spec.rb
|
333
341
|
- spec/jekyll/root_files/rbenv_spec.rb
|
342
|
+
- spec/jekyll/root_files/readme_spec.rb
|
334
343
|
- spec/no-clobber_spec.rb
|
335
344
|
- spec/non_local_path_spec.rb
|
336
345
|
- spec/sinatra/app/app_spec.rb
|
@@ -348,6 +357,7 @@ test_files:
|
|
348
357
|
- spec/sinatra/layout/includes_spec.rb
|
349
358
|
- spec/sinatra/layout/layout_spec.rb
|
350
359
|
- spec/sinatra/layout/views_spec.rb
|
360
|
+
- spec/sinatra/root_files/code-of-conduct_spec.rb
|
351
361
|
- spec/sinatra/root_files/config_rb_spec.rb
|
352
362
|
- spec/sinatra/root_files/config_ru_spec.rb
|
353
363
|
- spec/sinatra/root_files/gemfile_spec.rb
|
@@ -356,6 +366,7 @@ test_files:
|
|
356
366
|
- spec/sinatra/root_files/procfile_spec.rb
|
357
367
|
- spec/sinatra/root_files/rakefile_spec.rb
|
358
368
|
- spec/sinatra/root_files/rbenv_spec.rb
|
369
|
+
- spec/sinatra/root_files/readme_spec.rb
|
359
370
|
- spec/sinatra/spec/spec_spec.rb
|
360
371
|
- spec/skellington_spec.rb
|
361
372
|
- spec/spec_helper.rb
|