singel 0.2.4 → 0.2.5

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: 833c1351797413ca7c21a88ef1dceefc038a299d
4
- data.tar.gz: 4c65d0265b6f8b371ec72e3dedf33ee4c0a1b711
3
+ metadata.gz: 887c87ae357f1f5fe0b9f1f325f00d0ae1a186fe
4
+ data.tar.gz: 3b0d3550c373c0486aa345325125315b68390a13
5
5
  SHA512:
6
- metadata.gz: f2ecf94bd56953ef79a3a73708b19c1816c5cba8ff4604c6487392f4adee6b0871fa1081264eec42815c2764fa0cc7f90bc70346a38392c16f9fde0221fb6531
7
- data.tar.gz: 2f7ce476322f7094367b20067bdb90aca1e79c3c88dc54fa7055fe73f984b814ad5459a5f4dfe6e3b8a25c3f874a5266a55425233fd5f419bbefd21bdd01520e
6
+ metadata.gz: b5485b2e3a8c267066ca55025b7bafaf34983aeff173c1087241801716c41c2f06ee505e3365853b17df415aac722f57bfff4005142e80e124c2e5fd5028acf9
7
+ data.tar.gz: 2039d99dc1ecee3c3be61bed8066a0b0e5a47149a9f3747385329db307a36b4bd61beefb9ae070a332266a3dc9598f6a163e87b283b6e286de1a317fda365e73
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # singel
2
2
  [![Build Status](https://travis-ci.org/tas50/singel.svg)](https://travis-ci.org/tas50/singel)
3
+ [![Gem Version](https://badge.fury.io/rb/singel.svg)](http://badge.fury.io/rb/singel)
3
4
 
4
5
  Singel is the first, and main, canal in Amsterdam. The canal served as the basis for the Amsterdam economy ferrying goods between producers and markets, and it also provided security by insulating the city from the surrounding areas. Singel the application provides the basis for unified system creation and provides the peace of mind that local test environments match production hosts. Singel wraps Packer (https://packer.io/) and allows for a single command to build various packer templates, ideally using Jenkins.
5
6
 
@@ -28,6 +28,8 @@ module Singel
28
28
 
29
29
  # main method used to kick off the run
30
30
  def self::run
31
+ # flush output immediatly so job status shows up in jenkins
32
+ $stdout.sync = $stderr.sync = true
31
33
  @options = Config.config
32
34
  puts "\nsingel - unified image creation tool"
33
35
  puts "-----------------------------------------\n\n"
@@ -68,7 +68,6 @@ module Singel
68
68
  # throw and error message and exit with and error status
69
69
  def exit_error
70
70
  puts "An error occured during the packer run.\nSee the above output for more details.".to_red
71
- STDOUT.flush
72
71
  exit!
73
72
  end
74
73
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'singel'
3
- s.version = '0.2.4'
3
+ s.version = '0.2.5'
4
4
  s.date = Date.today.to_s
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.extra_rdoc_files = ['README.md', 'LICENSE']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: singel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-24 00:00:00.000000000 Z
11
+ date: 2015-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core