git-story 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/git-story +4 -2
  2. metadata +1 -1
@@ -84,12 +84,14 @@ def story(searched_sha, branch, repo)
84
84
  end
85
85
 
86
86
  # display progress
87
- puts "progress: #{encountered_shas.length} / #{nb_commits}"
87
+ print "\n" if encountered_shas.length == 1
88
+ print "progress: #{encountered_shas.length} / #{nb_commits}\r"
88
89
  end
89
90
 
90
91
  # display travel paths
92
+ print "\n"
91
93
  travel_paths.each { |travel_path| puts travel_path }
92
- puts "\n"
94
+ print "\n"
93
95
  end
94
96
 
95
97
  opts = Trollop::options do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-story
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: