fastly 1.13.2 → 1.14.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
  SHA1:
3
- metadata.gz: 32580a6ec6e08ca73404be24355a3a4d2fadb7f4
4
- data.tar.gz: e8ed0acc3f405be9191c0cb86ea15b24003a1fe6
3
+ metadata.gz: 915b0227d4e136bec5b1009a03d78edad7128593
4
+ data.tar.gz: 2855da9b732a7d3434ee08b58bcd2da8cb762f7e
5
5
  SHA512:
6
- metadata.gz: e4db43c2914802dda5f07fcb478bfcadb5e91fd9fdfdad8358420dfeca8606d78339206d102ff8657d29884e00a458e79ff1c51ca6a0fe520f92dbb52c0e51d4
7
- data.tar.gz: d50fb2fc71ace46af5522ac0cb45a4fe304034e9444ee35d27d9b8737607ac30f8f0703e5143bb2e947144508999222f38ad77b4c2564f1088341c7dbe23eedd
6
+ metadata.gz: d130ed2d9d912cca1d32e81bac9aec715b3d773002787e56ee397e6a0c3a7a7022fdb4fc60832cf8358fb3f77b569e7498f81e76fd67b378519740359ab03e79
7
+ data.tar.gz: a390d22a9ceb15327a3cddea5770f9ab8e431facb0b2ab163c4d8fbc55a4dfada80cdad72bade8c20bce3e290706220e3e7dfd7753d10d6cec9e0c35de649d69
@@ -1,4 +1,4 @@
1
1
  # The current version of the library
2
2
  class Fastly
3
- VERSION = "1.13.2"
3
+ VERSION = "1.14.0"
4
4
  end
data/lib/fastly/syslog.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Fastly
2
2
  # An endpoint to stream syslogs to
3
3
  class Syslog < BelongsToServiceAndVersion
4
- attr_accessor :service_id, :name, :comment, :ipv4, :ipv6, :hostname, :port, :token, :format, :format_version, :message_type, :response_condition, :use_tls, :tls_hostname, :tls_ca_cert
4
+ attr_accessor :service_id, :name, :comment, :ipv4, :ipv6, :hostname, :port, :placement, :token, :format, :format_version, :message_type, :response_condition, :use_tls, :tls_hostname, :tls_ca_cert
5
5
 
6
6
  ##
7
7
  # :attr: service_id
@@ -52,6 +52,11 @@ class Fastly
52
52
  # :attr: port
53
53
  #
54
54
  # the port to stream logs to (defaults to 514)
55
+
56
+ ##
57
+ # :attr: placement
58
+ #
59
+ # Where in the generated VCL the logging call should be placed
55
60
 
56
61
  ##
57
62
  # :attr: token
@@ -99,5 +104,8 @@ class Fastly
99
104
  #
100
105
  # Use this pem formatted certificate as the CA cert to verify the syslog
101
106
  # server's certificate
107
+ def self.path
108
+ 'logging/syslog'
109
+ end
102
110
  end
103
111
  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: 1.13.2
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-18 00:00:00.000000000 Z
11
+ date: 2018-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Client library for the Fastly acceleration system
14
14
  email:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.5.2
108
+ rubygems_version: 2.6.13
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: Client library for the Fastly acceleration system