chino 0.3.1 → 0.3.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/chino +4 -0
  3. data/lib/chino/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5625e94775d647bb71e2898736dc42914ab3dd92e1c7321a6d3609c2f33fe3e5
4
- data.tar.gz: 6594df92ed20b650090bb6e7ee587687ad57e94b44550d875ddd79bdcb3617fc
3
+ metadata.gz: 793352b612410813d494c80db826750f4f310dcafdc7722510862354067ee0ed
4
+ data.tar.gz: ff569c457634e699d6c45696545a8955b1cbb20642d858e116fbe8896a4b2abb
5
5
  SHA512:
6
- metadata.gz: a2c3edc40ad3fb9d96c62ef5f59a586357cf65ae4596483f09146d88ae4a91c589be15464d85f0fd59a265a439612d54c53348fc001780913ab7d11b6ea40507
7
- data.tar.gz: a3e8c12295e6d65901b4e4d501ebf35d8ff0d2a82c61595695889c91d45de5744c26d10a3430b2379298ac3e2988bf6ef992cc774a8443deb9cca1fe5db09b56
6
+ metadata.gz: ae8438a03712059e53bd15e76b46ffaf4a7da7889ce3907bc0eff10c6d9ea9f04129350b4eedf9bf7362ae2c9171c75597a2ec8603467be713ec850fb87b9168
7
+ data.tar.gz: 384e69e185151f227fdef1c9e0627833cd23daf773d059872fb1fbe4ac6d3fc8470c790e27b0a99623220be65dcde440bc498e98b5d672b5c44239181cdd9493
data/exe/chino CHANGED
@@ -32,6 +32,8 @@ when 'build'
32
32
  Dir['./**/*.j'].each do |file|
33
33
  # skip any hidden dirs
34
34
  next if file.start_with?('./.')
35
+
36
+ puts "Process file: #{file}"
35
37
 
36
38
  cur_path = File.expand_path(file)
37
39
  rel_path = cur_path.sub(Regexp.new("^#{base_path}"), '')
@@ -44,6 +46,8 @@ when 'build'
44
46
  # skip any hidden dirs here
45
47
  next if file.start_with?('./.')
46
48
 
49
+ puts "Process file: #{file}"
50
+
47
51
  cur_path = File.expand_path(file)
48
52
  rel_path = cur_path.sub(Regexp.new("^#{base_path}"), '').sub(/\.erb$/, "")
49
53
 
data/lib/chino/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chino
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Siaw