arkaan 0.5.2 → 0.5.3

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: ea0c02c9402acc5c954af5f8d018444b0c6e7297
4
- data.tar.gz: 2546c89ed4d2796550711ae13f46659317c7b7d1
3
+ metadata.gz: 51d8f61e045a649bda2c80f55ff55391e5e7c9db
4
+ data.tar.gz: 00d7ac079864435c676b06765167ad607e8e3c7a
5
5
  SHA512:
6
- metadata.gz: 55879e040b9346e673c2deefe95e9e762feb39c390a45411a89a2dc58546e1dafa7274c7b946f8d4bae8758f95dec6213ad136409674cbb3d39f85027d2cbb14
7
- data.tar.gz: cbd95fd82621752bfa45c12849febf459bd149150a448ae4807c7ad4cd2d9356efe15c567921e13280b2664d405e09b4eceee70734e74bac4575aecafd1abe1a
6
+ metadata.gz: 679cab55ab6b3028d1c2621a75fbe623225e4dd5729d0967bb4264cea07c8e0161dc5f86ebb59657bc98491b2c959825e7fac8da5f76d80e2290f01d8a7b0fba
7
+ data.tar.gz: 21cf2b4863fdca86766dbb20e122aa9242b4f53ec6cfc662f3c4ae6159bb483e99d34235f7b7fe24662162a6679048aef4d09ae7236414d93ff6628f3c78ef24
@@ -12,7 +12,8 @@ module Arkaan
12
12
  # @!attribute [rw] url
13
13
  # @return [String] the URL of the service, where the requests will be issued.
14
14
  field :url, type: String
15
-
15
+ # @!attribute [rw] path
16
+ # @return [String] the path the service will be mapped on in the API.
16
17
  field :path, type: String, default: '/'
17
18
 
18
19
  # @!attribute [rw] creator
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.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Courtois