git-stash-commit 1.0.1 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20ac3cd1968e1f48667a321a7386d5c7b6e21af2
4
- data.tar.gz: 6d0d3ad2d2433db4278424118e738f48d91c5cae
3
+ metadata.gz: 7c8bbe43c9eb8b75da0bf993fa8227c92abfce3e
4
+ data.tar.gz: cf2efa4e1fee15913fa3ba971150a133128d4003
5
5
  SHA512:
6
- metadata.gz: 60e6a345db6e3c68013d9b15c638c6c1ae340c2d4cd5a601b3f348bbd719a765c17d7da3b2e036a293536bc3699268d39b71134e0f4c3b09447ae46de65fd125
7
- data.tar.gz: b84aa04040528f214ea51ee7d8765edc2d117183df23a336e4e01bbbd3340d82cde6fd4b94e100a49bb1911d5a3ac6af913d42724e681363cc432b8d1ac081f7
6
+ metadata.gz: 1fcb99e1e306219ab8b393e255157ae8f824666d9bef70b5dd96cafbf5105c1aa60f6b97687e324ff6a095428e42d12dde5f2f3207673224dd1fed29e75fd70f
7
+ data.tar.gz: fdefb561a385d0ea5cbf37622f1e565a91aa44679556b40aa737a766ac870d411c87d5f163761b2f06999dee62b913d61b32975725bd0ea425b6a773d378b33b
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Stash
3
3
  module Commit
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -24,7 +24,7 @@ module Cmd
24
24
 
25
25
  def execRetQuiet(cmd)
26
26
  return execRet "#{cmd} > /dev/null 2>&1" if !win?
27
- execRet "#{cmd} > nul 2>%1"
27
+ execRet "#{cmd} > nul 2> nul"
28
28
  end
29
29
 
30
30
  # 他のコマンド
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-stash-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wordi