capistrano 3.9.0 → 3.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: a4ae57e87cafad9fe7cb1307d847f5f3bd9d7ccb
4
- data.tar.gz: e6ea828e10e6863b07c9fcd685a334464a3a3890
3
+ metadata.gz: 1e36ddad2695bfda6126ff244297a086c42d79a0
4
+ data.tar.gz: 9941dbd2844c2da59593c62b98b29198de58bb5b
5
5
  SHA512:
6
- metadata.gz: 49fd63f868fdc87cefd58e047dc22c2b05cd95211a7a99080a010f627c3f32944539a16876ade7496257d4a8b71e18fc099a57ec126abf3f2efa7d2991d36c41
7
- data.tar.gz: 35064cfd5c3da3a39e8ca044aa1eae03b8b0fbbea3c22a08fb08d5c2755b1fe18f7be8f2e7bccc431214d166f0d953e5c112d026b818a462105761528f3478cc
6
+ metadata.gz: 99c23f142691c7848b605b11bfcc1785aa8e715bc7dcc31296fbd39343fa494eb5fd9a6ffe0505f2b2d14ef1cd35fc47291bc3279b0ce95f7beac9c3a1b6e26a
7
+ data.tar.gz: f93431de49c501be74f3dc775c6d982d2c4da19ec6ee1e126fcd8ea2d33efed9645ebc89af395b93a3319e4ff3155d2598e975790c5b72a7584d01c292ab125d
@@ -16,10 +16,22 @@ gem "capistrano", :github => "capistrano/capistrano"
16
16
 
17
17
  ## master
18
18
 
19
- https://github.com/capistrano/capistrano/compare/v3.9.0...HEAD
19
+ https://github.com/capistrano/capistrano/compare/v3.9.1...HEAD
20
20
 
21
21
  * Your contribution here!
22
22
 
23
+ ## `3.9.1` (2017-09-08)
24
+
25
+ https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
26
+
27
+ ### Breaking changes:
28
+
29
+ * None
30
+
31
+ ### Fixes:
32
+
33
+ * [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue where questions posed by `ask` were not printed on certain platforms - [@kminiatures](https://github.com/kminiatures)
34
+
23
35
  ## `3.9.0` (2017-07-28)
24
36
 
25
37
  https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
@@ -30,7 +42,7 @@ https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
30
42
 
31
43
  ### New features:
32
44
 
33
- * [#1911](https://github.com/capistrano/capistrano/pull/1911): Add Capistrano::DSL#invoke! for repetetive tasks
45
+ * [#1911](https://github.com/capistrano/capistrano/pull/1911): Add Capistrano::DSL#invoke! for repetitive tasks
34
46
 
35
47
  ### Fixes:
36
48
 
@@ -18,6 +18,7 @@ module Capistrano
18
18
 
19
19
  def ask_question
20
20
  $stdout.print question
21
+ $stdout.flush
21
22
  end
22
23
 
23
24
  def value_or_default
@@ -1,3 +1,3 @@
1
1
  module Capistrano
2
- VERSION = "3.9.0".freeze
2
+ VERSION = "3.9.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Clements
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-28 00:00:00.000000000 Z
12
+ date: 2017-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: airbrussh
@@ -285,7 +285,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
285
285
  version: '0'
286
286
  requirements: []
287
287
  rubyforge_project:
288
- rubygems_version: 2.6.12
288
+ rubygems_version: 2.6.13
289
289
  signing_key:
290
290
  specification_version: 4
291
291
  summary: Capistrano - Welcome to easy deployment with Ruby over SSH