castle-rb 6.0.0 → 6.0.1
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/castle.rb +1 -1
- data/lib/castle/context/get_default.rb +1 -1
- data/lib/castle/{ip → ips}/extract.rb +2 -1
- data/lib/castle/version.rb +1 -1
- data/spec/lib/castle/{ip → ips}/extract_spec.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 538dcb5ae34bd3c453ccc2627f351bacb167d46bccb6698dbc90a6c71179a824
|
|
4
|
+
data.tar.gz: 87e1156703a21a88d9a1bb4990303720ab7577aedb190b580672f6d7456066d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c126df845b56433ad362acea73516b8022757e546a504d2cd5ff79a3c5fea4d20cffe8dd7577cc224edaeca72b8d1f0d1da88c9996fff2cee1f9e9180b26a95d
|
|
7
|
+
data.tar.gz: 4c3990829af576a0a9162018007446aeb29d7483526f1fd358ac798e5c8b382ba091dc75983da2e956f829c66e1b0311bfe0cd81db2f0ae6a2e892d641b14194
|
data/lib/castle.rb
CHANGED
data/lib/castle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: castle-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johan Brissmyr
|
|
@@ -73,7 +73,7 @@ files:
|
|
|
73
73
|
- lib/castle/headers/extract.rb
|
|
74
74
|
- lib/castle/headers/filter.rb
|
|
75
75
|
- lib/castle/headers/format.rb
|
|
76
|
-
- lib/castle/
|
|
76
|
+
- lib/castle/ips/extract.rb
|
|
77
77
|
- lib/castle/logger.rb
|
|
78
78
|
- lib/castle/payload/prepare.rb
|
|
79
79
|
- lib/castle/secure_mode.rb
|
|
@@ -136,7 +136,7 @@ files:
|
|
|
136
136
|
- spec/lib/castle/headers/extract_spec.rb
|
|
137
137
|
- spec/lib/castle/headers/filter_spec.rb
|
|
138
138
|
- spec/lib/castle/headers/format_spec.rb
|
|
139
|
-
- spec/lib/castle/
|
|
139
|
+
- spec/lib/castle/ips/extract_spec.rb
|
|
140
140
|
- spec/lib/castle/logger_spec.rb
|
|
141
141
|
- spec/lib/castle/payload/prepare_spec.rb
|
|
142
142
|
- spec/lib/castle/secure_mode_spec.rb
|
|
@@ -197,6 +197,7 @@ test_files:
|
|
|
197
197
|
- spec/lib/castle/core/process_webhook_spec.rb
|
|
198
198
|
- spec/lib/castle/core/send_request_spec.rb
|
|
199
199
|
- spec/lib/castle/core/process_response_spec.rb
|
|
200
|
+
- spec/lib/castle/ips/extract_spec.rb
|
|
200
201
|
- spec/lib/castle/api_spec.rb
|
|
201
202
|
- spec/lib/castle/logger_spec.rb
|
|
202
203
|
- spec/lib/castle/client_id/extract_spec.rb
|
|
@@ -235,7 +236,6 @@ test_files:
|
|
|
235
236
|
- spec/lib/castle/validators/not_supported_spec.rb
|
|
236
237
|
- spec/lib/castle/validators/present_spec.rb
|
|
237
238
|
- spec/lib/castle/webhooks/verify_spec.rb
|
|
238
|
-
- spec/lib/castle/ip/extract_spec.rb
|
|
239
239
|
- spec/lib/castle/failover/strategy_spec.rb
|
|
240
240
|
- spec/lib/castle/secure_mode_spec.rb
|
|
241
241
|
- spec/lib/castle/singleton_configuration_spec.rb
|