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 +4 -4
- data/README.md +1 -0
- data/lib/singel.rb +2 -0
- data/lib/singel/executor.rb +0 -1
- data/singel.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 887c87ae357f1f5fe0b9f1f325f00d0ae1a186fe
|
4
|
+
data.tar.gz: 3b0d3550c373c0486aa345325125315b68390a13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/singel.rb
CHANGED
@@ -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"
|
data/lib/singel/executor.rb
CHANGED
data/singel.gemspec
CHANGED
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
|
+
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-
|
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
|