dev_flow 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
data/lib/dev_flow/girc.rb CHANGED
@@ -142,6 +142,8 @@ module DevFlow
142
142
  # `#{@git} pull --rebase #{remote} #{branch}`
143
143
  `#{@git} pull #{remote} #{branch}`
144
144
  else
145
+ info "pull branch #{self.current_branch} from remote"
146
+ `#{@git} pull #{remote} #{self.current_branch}`
145
147
  info "Switch to branch #{branch}"
146
148
  `#{@git} fetch #{remote}`
147
149
  rslt = `#{@git} checkout #{branch}`
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: