lono 4.2.2 → 4.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d40e14df3f46aff527692d6c702b59d8825ec7ed183d53dfc4a0083766d8a6a7
4
- data.tar.gz: b99aac84e55dbbdbb4ba3be8a554573a8d2d2224c7a75a23820ccedadc660ecb
3
+ metadata.gz: dd25d8be5704f23db8c6c823d020f5baba06ece9c12fa0922cc1ad55688f2cf8
4
+ data.tar.gz: 3d006e108e46072f945b9b27fef59228136db79ebd935bcf4a07ff82db0371ba
5
5
  SHA512:
6
- metadata.gz: f17f7fc32304644ea9afdcb3de0010b05cd50f6bf38a9f2d7bb64bd3d7b5e32465defa75b0b16600099856255d4d5829a75c23a8635c7f6b6f260bdb6928dbf3
7
- data.tar.gz: cfff9c588b3e2989c812c7ca26929aace499fbc7626554b74af99bf4361b705fdb5d3d574dc9dca4a2c4dbf8ed59963ecf1f4402807b864a6d4d4b743d6efb13
6
+ metadata.gz: ed286bc182e93c36938736cf75876d71eaa4221fc873b06399d7fcacefb7a28f67569e148f62a40bf0334d76f409b237db44ac841fee4dea29ba8ca16ab63fd9
7
+ data.tar.gz: f7f7897c2a221db221217f5cc6995e9fec6a58a650356ce874f3282464b54b7e110fb35fa9f718f7aa42358a1d1e542eb5e5149e23749e3f3aa26df716e62b2c
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [4.2.3]
7
+ - hide type dot_clean check message
8
+
6
9
  ## [4.2.2]
7
10
  - add vendor files to gem package
8
11
 
@@ -36,7 +36,7 @@ class Lono::Script
36
36
  def create_tarball
37
37
  # https://apple.stackexchange.com/questions/14980/why-are-dot-underscore-files-created-and-how-can-i-avoid-them
38
38
  # using system to avoid displaying command
39
- system "cd app && dot_clean ." if system("type dot_clean > /dev/null")
39
+ system "cd app && dot_clean ." if system("type dot_clean > /dev/null 2>&1")
40
40
 
41
41
  # https://serverfault.com/questions/110208/different-md5sums-for-same-tar-contents
42
42
  # Using tar czf directly results in a new m5sum each time because the gzip
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "4.2.2"
2
+ VERSION = "4.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen