middleman-dato 0.5.16.1 → 0.5.16.2

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: 4d1534922b80a395175a03ab7acb9c5a822ff603
4
- data.tar.gz: faa38f2a5c856746a05867688f3daa7b8b1f580d
3
+ metadata.gz: f4b51c1aa725eac8003d2c4841f823b6f63ac1c4
4
+ data.tar.gz: aa370c8a13ecbf9ae3ee9e216cb76eb970c1b2f6
5
5
  SHA512:
6
- metadata.gz: 4c88217474728a438c6f24da345c8689633c17fdeadd0b06599fb2cc9ee3f9f36284bb713871138e57d2e7b3ab3251afca76b0e88167afb5b505061d2fd347c2
7
- data.tar.gz: 96af43681e113cf0d173c61b766d0df32f262afae6cda8a27e77087466d6e070e758744c00d43a9d1d4fa3922dc636b9397f54bfbb239c1f22bde8dbddc69ce3
6
+ metadata.gz: 620a9c5f7900aa0102418341cd6cd20a62f1928136dc31b382d913d95ceeff95b51a999d18bea3de8702fb265cdd3c0afa60511c2e69f8e1cfbc58cf8f72e9e3
7
+ data.tar.gz: 124c6d63e94ea6f7b82e191123ccc5f13e1f1761320ccfbfcdfaa38fd5ab6b011559ce802d53f0f088ddd765869584e5d7d635b2a8948966d8906fb24c19ff60
@@ -51,7 +51,9 @@ module MiddlemanDato
51
51
  headers: {
52
52
  'Content-Type' => 'application/json',
53
53
  'Accept' => 'application/json',
54
- 'Authorization' => "Api-Key #{@token}"
54
+ 'Authorization' => "Api-Key #{@token}",
55
+ 'X-Reason' => 'dump',
56
+ 'X-SSG' => 'middleman'
55
57
  }
56
58
  }
57
59
  @connection ||= Faraday.new(options) do |c|
@@ -1,4 +1,4 @@
1
1
  module MiddlemanDato
2
- VERSION = '0.5.16.1'
2
+ VERSION = '0.5.16.2'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-dato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.16.1
4
+ version: 0.5.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -204,4 +204,3 @@ test_files:
204
204
  - spec/middleman_dato/meta_tags/og_locale_spec.rb
205
205
  - spec/spec_helper.rb
206
206
  - spec/support/mock_builder.rb
207
- has_rdoc: