engineyard-serverside 1.4.15 → 1.4.16

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.
@@ -84,7 +84,7 @@ module EY
84
84
  end
85
85
 
86
86
  def short_log_message(rev)
87
- `#{git} log --pretty=oneline --abbrev-commit '#{rev}^..#{rev}'`.strip
87
+ `#{git} log --pretty=oneline --abbrev-commit -n 1 '#{rev}'`.strip
88
88
  end
89
89
 
90
90
  private
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.4.15'
3
+ VERSION = '1.4.16'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 39
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 15
10
- version: 1.4.15
9
+ - 16
10
+ version: 1.4.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team