droplet_kit 3.18.0 → 3.19.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
  SHA256:
3
- metadata.gz: a3e2b46c0716d69015a44fc025bd61dc48b1f554ff7757c6f58517a94879d5e6
4
- data.tar.gz: 55198741a7f9c1ea42bfa3dbe99c6b0479839c744d2040c01245fd537577273a
3
+ metadata.gz: a7aa72baa7a9ea4de7fccdc3953c36aec28083aef5339779376e12306b93b09e
4
+ data.tar.gz: d539ac1f1fab8846796194ca7f125343ce4749638a277f2d8f3b39afdffc100d
5
5
  SHA512:
6
- metadata.gz: fcefea9fb76fb5d89181edc7044d39e1573e447dd2ad73acc0835b6c99f02559baa0412fc4f862a3c68a58299eb6fb712d140d6d5832546a5b319444e838420f
7
- data.tar.gz: 98baa8e8ed6c35e86313b588ddb1e81b26e6d7ad5f563b67db377012ca79130868716ba0f633d3c1f822a8294b3116fe8831c72bcf534dc950c5525aba83fcc5
6
+ metadata.gz: dfb0481753a0c360839768dc31c4f1b4b6214e24f7ef9a7ed2d0882f973ce90288a47c5f61cc0ae36f3df43badb80e69ac5b918de21a408726a070e35cceceae
7
+ data.tar.gz: 0a353b970b108ccb455ad87d17f20b63847a44b703fb8e1fa9ea0dabb139c5d5f86c9c4c0e02c312f3344f8fb170541528441480b85fa93781be0d3d6be8efbc
@@ -24,6 +24,7 @@ module DropletKit
24
24
  property :tags, scopes: [:read]
25
25
  property :vpc_uuid, scopes: [:read]
26
26
  property :volume_ids, scopes: [:read]
27
+ property :size, scopes: [:read], include: SizeMapping
27
28
 
28
29
  property :region, scopes: [:read], include: RegionMapping
29
30
  property :image, scopes: [:read], include: ImageMapping
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DropletKit
4
- VERSION = '3.18.0'
4
+ VERSION = '3.19.0'
5
5
  end
@@ -25,7 +25,7 @@ namespace :doc do
25
25
  puts 'Actions supported: '
26
26
  puts
27
27
  klass._resources.each do |action|
28
- action_options = action.path.scan(/:[\w_\-]+/i)
28
+ action_options = action.path.scan(/:[\w_-]+/i)
29
29
  params = []
30
30
 
31
31
  if action.body&.arity&.positive?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: droplet_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.18.0
4
+ version: 3.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - DigitalOcean API Engineering team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-15 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday