squareone 0.3.0 → 0.3.1

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: eced9368fc63be38d13c29067931b5bcf2fd5828
4
- data.tar.gz: abe71feaede89ccaea1260e7ef33a60a0aca442f
3
+ metadata.gz: b1b61b1522c09c763494beb5b1ac90b3172f1753
4
+ data.tar.gz: 774e77299e76a930042d3da938063dd85148d694
5
5
  SHA512:
6
- metadata.gz: defb3dbb24a06e1d514da2e54ff80e3775592c977daf01114e1eac007a1536532bdc241c552393d19a9ef03302d60796ab9e3da3565553c4d2d09b2ebdb8220a
7
- data.tar.gz: 436cca6e16f3cb41839713ea76f5a3a22c97626a35fd932e31588c705a7a9415f9bcfc4bffb93c4e35fe97806a74e21f46ec2bdb8b1d27ff55ed837799ae0422
6
+ metadata.gz: 53bf1383358e02fef038d9637e2fae88d68628cc7bded431b3a80d37a4e59d02bfb876896a6e5b525bf41819ebf0b8f38ad82a139ca2be17ca98d699d08153da
7
+ data.tar.gz: b17d2beb739889d3cd72a7347356a77ca819cdbc2dfa15a7088afd79f9384bca335d2fa5b4b359ade610d665306475c82a45de1f7e773385ac23707097ca4f36
@@ -3,7 +3,7 @@ require "thor/group"
3
3
 
4
4
  class Squareone::Generator < Thor::Group
5
5
  include Thor::Actions
6
- desc "Create an Gulp automated Jekyll project"
6
+ desc "Create a Gulp automated Jekyll project"
7
7
 
8
8
  # Declare source files directory
9
9
  def self.source_root
@@ -1,3 +1,3 @@
1
1
  module Squareone
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -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
- '*.html',
80
- '_layouts/*.html',
81
- '_includes/**/*.html',
82
- '_posts/*.md',
83
- 'assets/images/**/*',
84
- '*.yml'
85
- ], ['jekyll:rebuild']);
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.0
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-06-30 00:00:00.000000000 Z
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.5.1
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.