fastly 1.13.2 → 1.14.0
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 +4 -4
- data/lib/fastly/gem_version.rb +1 -1
- data/lib/fastly/syslog.rb +9 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 915b0227d4e136bec5b1009a03d78edad7128593
|
|
4
|
+
data.tar.gz: 2855da9b732a7d3434ee08b58bcd2da8cb762f7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d130ed2d9d912cca1d32e81bac9aec715b3d773002787e56ee397e6a0c3a7a7022fdb4fc60832cf8358fb3f77b569e7498f81e76fd67b378519740359ab03e79
|
|
7
|
+
data.tar.gz: a390d22a9ceb15327a3cddea5770f9ab8e431facb0b2ab163c4d8fbc55a4dfada80cdad72bade8c20bce3e290706220e3e7dfd7753d10d6cec9e0c35de649d69
|
data/lib/fastly/gem_version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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
|