dev_flow 0.0.12 → 0.0.13

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.
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: