git-story 0.1.0 → 0.1.1

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