herkko 0.0.7 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6bffd0a5abfe43a238f4a41f21edcbc397c27d6
4
- data.tar.gz: 2fc94f2db7caa92d2838fc200edf128cd66f2156
3
+ metadata.gz: 38854523253a9bd9d6fa61a6f7c16055b5ccd925
4
+ data.tar.gz: fb80f5e6193591d9229f6266cc451582c4836f98
5
5
  SHA512:
6
- metadata.gz: 2c153b827a0ab4b2d9a42da2f8d4a388e36db6fe984595f36cbaf9fbf2a18bd1bb2c7a2b624088446538f53ac083c5b9b5ab5632c0ab05d79cdea7642241094f
7
- data.tar.gz: f5735becaaea87e895bc77f88f3940380b1fcda8cf4ef04f6b35701326ab3641666b4072b413c9b1de87746ff5fbf2b5d2328b5cfb701b19c25c4bc7e9f1a058
6
+ metadata.gz: 4c8d96aec1484ae6a30a9b4198fca9cfd08d5b381369e4550b0e76e15f06c4f7ac4a9e116c02369e411a5331f94151eb9ed96ebb6895e1e86f8d2013d36af45c
7
+ data.tar.gz: 0d02071584707c11be2a930d28c53758ea35aadbf3ddb40e872c0250efaa1c97f49d4788398f330753e0bce8076923b38936d70599d4cee4968287cb27c7f097
data/lib/herkko/runner.rb CHANGED
@@ -181,7 +181,7 @@ END
181
181
  end
182
182
 
183
183
  def git_changelog
184
- Herkko.run("git", "log", "--pretty='format:%C(yellow)%h %Cblue%ad%Creset %an %Cgreen%s%Creset'", "--date=short", "#{currently_deployed_to(environment)}..#{to_be_deployed_sha}")[0]
184
+ Herkko.run("git", "log", "--pretty=format:'%C(yellow)%h %Cblue%ad%Creset %an %Cgreen%s%Creset'", "--date=short", "#{currently_deployed_to(environment)}..#{to_be_deployed_sha}")[0]
185
185
  end
186
186
  end
187
187
  end
@@ -1,3 +1,3 @@
1
1
  module Herkko
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herkko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vesa Vänskä
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-19 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler