squareone 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/squareone/generator.rb +1 -1
- data/lib/squareone/version.rb +1 -1
- data/lib/templates/gulpfile.js +7 -7
- 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: b1b61b1522c09c763494beb5b1ac90b3172f1753
|
4
|
+
data.tar.gz: 774e77299e76a930042d3da938063dd85148d694
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53bf1383358e02fef038d9637e2fae88d68628cc7bded431b3a80d37a4e59d02bfb876896a6e5b525bf41819ebf0b8f38ad82a139ca2be17ca98d699d08153da
|
7
|
+
data.tar.gz: b17d2beb739889d3cd72a7347356a77ca819cdbc2dfa15a7088afd79f9384bca335d2fa5b4b359ade610d665306475c82a45de1f7e773385ac23707097ca4f36
|
data/lib/squareone/generator.rb
CHANGED
data/lib/squareone/version.rb
CHANGED
data/lib/templates/gulpfile.js
CHANGED
@@ -76,13 +76,13 @@ gulp.task('reload', function () {
|
|
76
76
|
gulp.task('watch', function () {
|
77
77
|
gulp.watch(paths.sassDir + '**/*.scss', ['sass']);
|
78
78
|
gulp.watch([
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
79
|
+
'*.html',
|
80
|
+
'_layouts/*.html',
|
81
|
+
'_includes/**/*.html',
|
82
|
+
'_posts/*.md',
|
83
|
+
'assets/images/**/*',
|
84
|
+
'*.yml'
|
85
|
+
], ['jekyll:rebuild']);
|
86
86
|
});
|
87
87
|
|
88
88
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: squareone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Azemoh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
version: '0'
|
149
149
|
requirements: []
|
150
150
|
rubyforge_project:
|
151
|
-
rubygems_version: 2.
|
151
|
+
rubygems_version: 2.6.6
|
152
152
|
signing_key:
|
153
153
|
specification_version: 4
|
154
154
|
summary: Jekyll site generator with gulp for task automation.
|