step-up 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/GEM_VERSION +1 -1
  2. data/lib/step-up/driver/git.rb +1 -1
  3. metadata +3 -3
@@ -1 +1 @@
1
- v0.9.0
1
+ v0.9.1
@@ -93,7 +93,7 @@ check with the following bash command:
93
93
  end
94
94
 
95
95
  def version_tag_info(tag)
96
- full_message = `git show #{ tag } --no-decorate`
96
+ full_message = `git show #{ tag } --no-decorate --date=default`
97
97
  tag_pattern = tag.gsub(/\./, '\\.')
98
98
  tag_message = full_message[/^tag\s#{tag_pattern}.*?\n\n(.*?)\n\n(?:tag\s[^\s]+|commit\s\w{40})\n/m, 1] || ""
99
99
  tagger = full_message[/\A.*?\nTagger:\s(.*?)\s</m, 1]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: step-up
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marcelo Manzan