git-up 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/git-up.rb +1 -0
  2. data/lib/git-up/version.rb +1 -1
  3. metadata +5 -3
@@ -5,6 +5,7 @@ class GitUp
5
5
  def run
6
6
  system('git', 'fetch', '--multiple', *remotes)
7
7
  raise GitError, "`git fetch` failed" unless $? == 0
8
+ @remote_map = nil # flush cache after fetch
8
9
 
9
10
  with_stash do
10
11
  returning_to_current_branch do
@@ -1,3 +1,3 @@
1
1
  class GitUp
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
metadata CHANGED
@@ -5,17 +5,19 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 3
9
- version: 0.4.3
8
+ - 4
9
+ version: 0.4.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aanand Prasad
13
13
  - Elliot Crosby-McCullough
14
+ - Adrian Irving-Beer
15
+ - Joshua Wehner
14
16
  autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2011-01-28 00:00:00 +00:00
20
+ date: 2011-02-10 00:00:00 +00:00
19
21
  default_executable:
20
22
  dependencies:
21
23
  - !ruby/object:Gem::Dependency