big_stash 0.5.0 → 0.6.0

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
  SHA1:
3
- metadata.gz: 662e72527a792a550cc18583cbbc300dd830d59d
4
- data.tar.gz: 7dadbc57c1dee013ee6ff3fffc1f11da46dcaefd
3
+ metadata.gz: 6a9b473eaaf095bbb26cf09757714341e3a128a7
4
+ data.tar.gz: 8150f53c0eac3f12da0ec5ab92de0559ecfec373
5
5
  SHA512:
6
- metadata.gz: bf646f8e770571cc6444537ecd39901b43194b2c94cfa385c7281d6db82c1ffb4a49ceb406702faab3dea7f5ef5e1399347a02390d888d53101919898afc6bdc
7
- data.tar.gz: 9a712535d0a6f991732bbc4e6ebd86f0724637687b8620dcd73cf5dc435b0bdf325ab8b0a7f6c35ee7bda46e537f53bef601bc7e59f1e41b90d7e61968b747ad
6
+ metadata.gz: 134f9bd110a668c5406bdacca4165c127541451dc35d3d1e91ad172f512a0eabb9e193e5b1cd995be51310901ddcd4fb3783a3bcba2fc68381e7911dc435b432
7
+ data.tar.gz: d623ac5d5327540490ea6546225d3a7549174ca863f479a01bf6f9390e884788ea9788e629b2c6015102be7809f0ef634013945893f1140fd56fb2398eafd3cd
@@ -20,7 +20,7 @@ module BigStash
20
20
  raise "Already have a stash with name #{name}"
21
21
  else
22
22
  if can_stash
23
- p `cd #{@path}; git stash save -a #{name}`
23
+ p `cd #{@path}; git stash save #{name}`
24
24
  else
25
25
  p 'Nothing to stash, working tree clean, continue...'
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module BigStash
2
- VERSION = '0.5.0'.freeze
2
+ VERSION = '0.6.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: big_stash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmoaay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-07 00:00:00.000000000 Z
11
+ date: 2017-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli