capistrano-fiftyfive 0.9.0 → 0.9.1

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: 24b1413c65db68ecf7cfa640483d863ae19d910f
4
- data.tar.gz: ef376f1cd739af9b21f61787f91e1f06b68d151c
3
+ metadata.gz: d3916348a87186409600372b158a754099cb4b60
4
+ data.tar.gz: 95c586c5077aeee4c858260ab86db882d9a9470b
5
5
  SHA512:
6
- metadata.gz: 431fa3a8dd368a43c5cd2ebd62c0c7dc9b8204918c5c8d1067e7b002dd02de6f92859aef08f70f4d27d03aab85bc9964fcffb8c7d4a725df666282abfea12769
7
- data.tar.gz: 8a2a6abc2ef46dbe76ec15723b4a93f9ab80dadec26ef271b211fbadae77464c091a8934214565a08ed6145fa432165e06b6dd9330640e5762f9d40d36acc432
6
+ metadata.gz: 314a74494bda7d2c26657abfa91906c4b4933c6f7dfc6da5a3070f5156c9bb3471351842268ca1b804c2cf64a049f202a4d9eb36741ef5934fda4107f3246fe1
7
+ data.tar.gz: 482de0be4a080b7c49b45edcc8007ea15e30b543a0b400ba6e9fbdcdf19b3b8e7766deeab653d2b03e98946920077b3fb0fea0020a7acdd3ab969170d4bbd7e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # capistrano-fiftyfive Changelog
2
2
 
3
+ ## `0.9.1`
4
+
5
+ Flush console output after each line is printed. This allows deployment progress to be monitored in e.g. Jenkins.
6
+
3
7
  ## `0.9.0`
4
8
 
5
9
  Initial Rubygems release!
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # capistrano-fiftyfive
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/capistrano-fiftyfive.svg)](http://badge.fury.io/rb/capistrano-fiftyfive)
4
+
3
5
  Capistrano is great for deploying Rails applications, but what about all the prerequisites, like Nginx and PostgreSQL? Do you have a firewall configured on your VPS? Have you installed the latest OS security updates? Is HTTPS working right?
4
6
 
5
7
  The capistrano-fiftyfive gem adds a `cap <stage> provision` task to Capistrano that takes care of all that. Out of the box, `provision` will:
@@ -26,6 +26,7 @@ module Capistrano
26
26
  end
27
27
 
28
28
  write(string + "\n")
29
+ @output.flush
29
30
  end
30
31
 
31
32
  # Writes directly through to the IO with no truncation or color logic.
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Fiftyfive
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-fiftyfive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-02 00:00:00.000000000 Z
11
+ date: 2014-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano