itamae 1.10.9 → 1.10.10

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
  SHA256:
3
- metadata.gz: 0b1e0ffadc899b7ad59eeb372ad485595d898fdf11e5f279de47444288979ebc
4
- data.tar.gz: d2828953d4691b589fd18764b29f3e8c70b8acf0cfc228b661e2b219784b6216
3
+ metadata.gz: a27b553f519a4e36fdc40534d8033528f3dfbbca42133fed38c8af9bafc0234c
4
+ data.tar.gz: d3b9da92d9ebaa0c4f3ceff9f483944e1fa02d2a28741c921c3b16f283b083cf
5
5
  SHA512:
6
- metadata.gz: 14cb2f5ad0ae3a821da90bd47269fb8eec3310f1d0b51cde4157db7de48bec0103e02e8d88e05c0a86e760b79c20bbe52abe8aa2180b7486db8bcc6c9f429134
7
- data.tar.gz: 453a4f3d089ec55b0241c228873c5afed2bfe2b5a6ac63e9d0dae7a159ce9853cfea83e7153298385e91c4740ce32199ceb49ae2f99008cefe2f2e5b9253ed5f
6
+ metadata.gz: 5cf3758a3778d8a22128d08263f03bbf10c2ea53246128013786bda0c44549a14b89792798db43e5de573264fe06a5c3e8049cf52837db46d086e84f528c10c6
7
+ data.tar.gz: 86f33c85a7deed7cb93993abe8e811e0dd6e84861350ac48f7fae462a6fdca9e3c9b9a1c6ccf8438af326fc77829a5f0eb1d4e848aed6efe36d29739393467f3
@@ -1,5 +1,12 @@
1
1
  ## Unreleased
2
- [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.9...master)
2
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.10...master)
3
+
4
+ ## v1.10.10
5
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.9...v1.10.10)
6
+
7
+ Improvements
8
+
9
+ - [Make output unbuffered](https://github.com/itamae-kitchen/itamae/pull/317)
3
10
 
4
11
  ## v1.10.9
5
12
  [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.8...v1.10.9)
@@ -126,6 +126,7 @@ module Itamae
126
126
  @logger = ::Logger.new($stdout).tap do |l|
127
127
  l.formatter = Itamae::Logger::Formatter.new
128
128
  end.extend(Itamae::Logger::Helper)
129
+ $stdout.sync = true
129
130
 
130
131
  class << self
131
132
  def logger
@@ -1,3 +1,3 @@
1
1
  module Itamae
2
- VERSION = "1.10.9"
2
+ VERSION = "1.10.10"
3
3
  end
@@ -104,7 +104,7 @@ describe file('/tmp/http_request_headers.html') do
104
104
  its(:content) { should match(/"User-Agent":\s*"Itamae"/) }
105
105
  end
106
106
 
107
- describe file('/tmp/http_request_redirect.html') do
107
+ xdescribe file('/tmp/http_request_redirect.html') do
108
108
  it { should be_file }
109
109
  its(:content) { should match(/"from":\s*"itamae"/) }
110
110
  end
@@ -210,10 +210,10 @@ http_request "/tmp/http_request_headers.html" do
210
210
  url "https://httpbin.org/get"
211
211
  end
212
212
 
213
- http_request "/tmp/http_request_redirect.html" do
214
- redirect_limit 1
215
- url "https://httpbin.org/redirect-to?url=https%3A%2F%2Fhttpbin.org%2Fget%3Ffrom%3Ditamae"
216
- end
213
+ # http_request "/tmp/http_request_redirect.html" do
214
+ # redirect_limit 1
215
+ # url "https://httpbin.org/redirect-to?url=https%3A%2F%2Fhttpbin.org%2Fget%3Ffrom%3Ditamae"
216
+ # end
217
217
 
218
218
  link "/tmp-link" do
219
219
  to "/tmp"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.9
4
+ version: 1.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-06-04 00:00:00.000000000 Z
13
+ date: 2020-07-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thor
@@ -329,7 +329,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  - !ruby/object:Gem::Version
330
330
  version: '0'
331
331
  requirements: []
332
- rubygems_version: 3.1.2
332
+ rubygems_version: 3.0.3
333
333
  signing_key:
334
334
  specification_version: 4
335
335
  summary: Simple Configuration Management Tool