fastly 2.3.1 → 2.4.0

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
  SHA256:
3
- metadata.gz: 9ee6396bd0e7d921f65997b2e7ed8c76b2e3c88e625ed3c3d4031d63d7a84e4c
4
- data.tar.gz: 23d32988518aa888155cd666723ae0cb8e3d755f485ee07ff6fdded248717e3d
3
+ metadata.gz: 9a2ede9580b2a60043debfc3a95545c6ec6d88dce770e53f626975d508922230
4
+ data.tar.gz: 88471ec1a779279a3b35bbf42c2882caef0adc6fd54161eb0f0793180a1f9e0a
5
5
  SHA512:
6
- metadata.gz: 3ac2c02f762d8d6bcbac8251e22952e8f676507a7738b9e3220d63c30d91d81c2d7ded9dd99d176d8e60c96cfe47d5816890e23b43dcf26e15d48a56de8b80b8
7
- data.tar.gz: d12772e06afba3f1577b76fce4c4818b772ac4189a12b6fb831ac99540078a0b0709b777e62e70b6e42e4d863b463e44ebf096b1bc2b0f01693a4e5f07395ecf
6
+ metadata.gz: d66d4a875d04d5889dd0f7d094073abc575cc9ef3f8c698d03050e35a1236ce3f2d94356503d9391f494a95f7cc47ff0dc581e04a342db79e0689b8038d4ed74
7
+ data.tar.gz: 257ca1ae2413695c47394fecd8b9a77e9be2d073232ea0a2ea186045c7356e96b562a1d66cafb9b7e2a71fe2760b52c5f121aacae98d99184cd768c10f4aa5b2
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## [v2.4.0](https://github.com/fastly/fastly-ruby/tree/v2.4.0) (2019-07-29)
4
+ [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.3.1...v2.4.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - \[Backend\] Add override\_host attribute for Backend [\#146](https://github.com/fastly/fastly-ruby/pull/146) ([werkshy](https://github.com/werkshy))
9
+
10
+ ## [v2.3.1](https://github.com/fastly/fastly-ruby/tree/v2.3.1) (2019-07-25)
11
+ [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.3.0...v2.3.1)
12
+
13
+ **Merged pull requests:**
14
+
15
+ - Correct stats API path [\#147](https://github.com/fastly/fastly-ruby/pull/147) ([thommahoney](https://github.com/thommahoney))
16
+
3
17
  ## [v2.3.0](https://github.com/fastly/fastly-ruby/tree/v2.3.0) (2019-04-26)
4
18
  [Full Changelog](https://github.com/fastly/fastly-ruby/compare/v2.2.0...v2.3.0)
5
19
 
@@ -4,7 +4,7 @@ class Fastly
4
4
  attr_accessor :service_id, :name, :address, :ipv4, :ipv6, :hostname, :use_ssl, :client_cert, :port,
5
5
  :connect_timeout, :first_byte_timeout, :between_bytes_timeout, :error_threshold, :max_conn, :weight, :comment, :healthcheck, :auto_loadbalance, :request_condition,
6
6
  :ssl_check_cert, :ssl_hostname, :ssl_cert_hostname, :ssl_sni_hostname, :min_tls_version, :max_tls_version, :ssl_ciphers,
7
- :shield
7
+ :shield, :override_host
8
8
 
9
9
  ##
10
10
  # :attr: service_id
@@ -1,4 +1,4 @@
1
1
  # The current version of the library
2
2
  class Fastly
3
- VERSION = "2.3.1"
3
+ VERSION = "2.4.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Client library for the Fastly acceleration system
14
14
  email:
@@ -106,7 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.0.3
109
+ rubyforge_project:
110
+ rubygems_version: 2.7.6.2
110
111
  signing_key:
111
112
  specification_version: 4
112
113
  summary: Client library for the Fastly acceleration system