arkaan 0.7.23 → 0.7.24

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c658946b5f1d2a367b7fb9f09c31b3896e06e8f
4
- data.tar.gz: 6dba1422e17ac11d0d8d6206f56b2426f1739001
3
+ metadata.gz: af9eef090c874ab090e6cf7da6150700c5a5408b
4
+ data.tar.gz: 094ba509bd38894b2efddc81d701658f805a2902
5
5
  SHA512:
6
- metadata.gz: 1f548c88e0e5faa0ace6ac6afe7fa031242b27ccbb90ee1ed51f398f20da933e7a4dbb0876bb18025d0261261aa3c366cee3beb51beffefa5f52cf0d99b6b5dc
7
- data.tar.gz: 7fc48d634a81417a1b685f7c190669debcbc3e0ef329b310b52f0f4d1d9e275937e051124b18c13eb57fa31d3829446b0401173216702a367b63421957bceb32
6
+ metadata.gz: 49402e2195d5bda29b7f5d58be8ee96876403ddb0c0c963ad73d33362ca673b786bc8663bd6971d5c89c5127daef4963732d2021571f6bb3a6e7ef0d1ee04535
7
+ data.tar.gz: aadc4c68841619d73cd956079eb35cfa4ad84af1440299ab171d08033c5864dbd83994e11f442f253d0a8c16be85d818553fb89f24645c19d5761cdb888da414
@@ -14,6 +14,9 @@ module Arkaan
14
14
  # @!attribute [rw] verb
15
15
  # @return [String] the verb (HTTP method) of this route in the service.
16
16
  field :verb, type: String, default: 'get'
17
+ # @!attribute [rw] authenticated
18
+ # @return [Boolean] if true, the session_id is needed for this route, if false it is not.
19
+ field :authenticated, type: Boolean, default: true
17
20
 
18
21
  # @!attribute [rw] service
19
22
  # @return [Arkaan::Monitoring::Service] the service in which this route is declared.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arkaan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.23
4
+ version: 0.7.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois