rlt 0.1.9 → 0.1.10

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: 46295cd21589c55682d55c4ab969f516cda5777f
4
- data.tar.gz: a8de2fa6b1ae7144b26e6fef5d51812ae0133568
3
+ metadata.gz: d420a26618f5ec911c56f9bcdfbd0c0d533fa619
4
+ data.tar.gz: a125921b9dc6fa948635073497f7f9056f5bd683
5
5
  SHA512:
6
- metadata.gz: 2cb0c963875edba813177e4dc70b1337d3931097752dc815f1291492e26f36384240a88b2a20a763caa32ca8e3d13e854158830317383b2044b9e8407d7b15ea
7
- data.tar.gz: f925443939063cc7a1b85f64b509deac9cdef6e1240fa16574d09ccccefc42b6279a5180384494d30b66a9ff95590670b3e6c0b8b18fd7d1da243fcc81027ae5
6
+ metadata.gz: d200b1880302fe542ad8f12ed618afdefa96eca8daee71d9a3b7e213ffa15cb8b9ebc476495cd538dee245f73d5046ed7ef76b11ed7eadf6d35901151411c61e
7
+ data.tar.gz: 4a3588e70bd45f9361a2e6c64415c5b0390a3c33b96b92fdc573cf493832119ef7c3cdf874643a559d94776b42d808576d0c9949fa3e868659ebb77868118c36
@@ -22,7 +22,7 @@ module Rlt
22
22
  end
23
23
 
24
24
  def self.save_stash_if_any
25
- return if Utils::GitUtil.uncommitted_change?
25
+ return unless Utils::GitUtil.uncommitted_change?
26
26
  Utils::GitUtil.save_stash('Auto stash', print_info: true)
27
27
  end
28
28
 
data/lib/rlt/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rlt
4
- VERSION = '0.1.9'
4
+ VERSION = '0.1.10'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rlt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eunjae Lee
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-12 00:00:00.000000000 Z
11
+ date: 2018-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pastel