albacore 2.3.12 → 2.3.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5997bbefeb06940d95cf2b0adfef17499c71c508
4
- data.tar.gz: 5a116af92e4f1f384a4fc00e7c7dd4de2810bff2
3
+ metadata.gz: 0e30b41fce14eed35cf2f0ac3686d860d49fc759
4
+ data.tar.gz: e6a5bea8621ea7ac2b41ed3d81b1978180b8958c
5
5
  SHA512:
6
- metadata.gz: 76e6485c3f669a03ae66f796f5195855ada0debea68fa20f2f7250fb44d02c8535cf9f9bf2db0f390ec0f1cffae53bdff4a17ae63d01f55aba980101951a176c
7
- data.tar.gz: b0723983f09cb341db767661093ad5557a2e49737c0c417e406281034ee059687d8b9459a8a2dda1b72acbad01e81a82fda5fc619fc0ec1e8f3269ba0ee85e98
6
+ metadata.gz: 4e7217c8a2d18ff445a22df29b149f94024c876b005617ad79f2552328c346bb05c9f55f4f7907c14c4c19b8d2b39ee3c7661d480391ba657bbb0cdac023927f
7
+ data.tar.gz: e59e1ce81fdbd69b962e0a0169fef07ecb33a5c29aa96495b5d4487ebc6aacc1a0de2a3a74e34a2dcab55fde7bcf195394ac2c3656afb2f5bb14992e68a977af
@@ -9,9 +9,10 @@ module Albacore::Tools
9
9
  sort { |a, b| a <=> b }.
10
10
  map { |_, tag| tag }
11
11
  last_tag = tags[-1]
12
- second_last_tag = tags[-2] || `git rev-list --max-parents=0 HEAD`
13
- logs = `git log --pretty=format:%s #{second_last_tag}..`.split(/\n/)
14
- "Release Notes for #{last_tag}:
12
+ # second_last_tag = tags[-2] || `git rev-list --max-parents=0 HEAD`
13
+ # logs = `git log --pretty=format:%s #{second_last_tag}..`.split(/\n/)
14
+ logs = `git log --pretty=format:%s #{last_tag}..`.split(/\n/)
15
+ "Release Notes:
15
16
  #{logs.inject('') { |state, line| state + "\n * #{line}" }}"
16
17
  end
17
18
  end
@@ -1,3 +1,3 @@
1
1
  module Albacore
2
- VERSION = "2.3.12"
2
+ VERSION = "2.3.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: albacore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.12
4
+ version: 2.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrik Feldt